ArchetypeMutateOperations
Functions
Link copied to clipboard
Adds this componentId to the entity's type but doesn't store any data.
Link copied to clipboard
Removes all components from an entity.
Link copied to clipboard
Removes a componentId from an entity and clears any data previously associated with it.
Link copied to clipboard
open override fun setComponentFor(entity: Entity, componentId: ComponentId, data: Component, noEvent: Boolean)
Sets data under a componentId for an entity.