Click or drag to resize
EntityManagerGetEntities Method
Retrieves an array containing the ids of all living entities in O(n).

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public int[] GetEntities()

Return Value

Type: Int32
Array containing the ids of all entities that haven't been removed yet.
See Also