 | EntityManagerGetEntities Method |
Retrieves an array containing the ids of all living entities in
O(n).
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int[] GetEntities()
Public Function GetEntities As Integer()
public:
array<int>^ GetEntities()
member GetEntities : unit -> int[]
Return Value
Type:
Int32 Array containing the ids of all entities that haven't been removed yet.
See Also