Click or drag to resize
EntityManagerActivateEntity Method
Re-activates the entity with the specified id, if it is inactive.

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

Parameters

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