Vixen
02b45cc4
csharp
public enum CommandKind

What a recorded command does.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • Create

    Creates an entity, resolving the placeholder the recorder was handed.

  • Destroy

    Destroys an entity, if it is still alive.

  • Add

    Adds a component, or overwrites it if the entity already has one.

  • Set

    Overwrites a component the entity already has.

  • Remove

    Removes a component, if the entity has one.

Used by (6)

  • ChannelVixen.Ecs
  • CommandVixen.Ecs
  • CommandBufferVixen.Ecs
  • IPayloadStoreVixen.Ecs
  • ParallelWriterVixen.Ecs
  • PayloadStoreVixen.Ecs