Click or drag to resize
EntityManagerGetComponents Method
Returns all components of the entity with the specified id.

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

Parameters

entityId
Type: SystemInt32
Id of entity to get components for.

Return Value

Type: IEnumerableIEntityComponent
All components of the entity with the specified id.
See Also