Click or drag to resize
EntityManagerDeactivateEntity Method
De-activates the entity with the specified id. Inactive entities are considered as removed, until they are re-activated again.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public void DeactivateEntity(
	int entityId
)

Parameters

entityId
Type: SystemInt32
Id of the entity to de-activate.
See Also