Click or drag to resize
ComponentManagerEntities Method
Returns an iterator over all entities having components of this manager attached.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public IEnumerable<int> Entities()

Return Value

Type: IEnumerableInt32
Entities having components of this manager attached.
See Also