Click or drag to resize
EntityManagerGetEntities Method (FuncInt32, Boolean)
Returns the entity ids of all entities which fulfill the specified predicate.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public IEnumerable<int> GetEntities(
	Func<int, bool> predicate
)

Parameters

predicate
Type: SystemFuncInt32, Boolean
Predicate to fulfill.

Return Value

Type: IEnumerableInt32
Collection of ids of all entities which fulfill the specified predicate.
See Also