csharp
public enum CommandKindWhat a recorded command does.
Fields and properties (5)
CreateCreates an entity, resolving the placeholder the recorder was handed.
DestroyDestroys an entity, if it is still alive.
AddAdds a component, or overwrites it if the entity already has one.
SetOverwrites a component the entity already has.
RemoveRemoves a component, if the entity has one.
Used by (6)
- ChannelVixen.Ecs
- CommandVixen.Ecs
- CommandBufferVixen.Ecs
- IPayloadStoreVixen.Ecs
- ParallelWriterVixen.Ecs
- PayloadStoreVixen.Ecs