Click or drag to resize
EntityManagerComponentsOfType Method
Returns an iterator over all components of the specified type.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public IEnumerable ComponentsOfType(
	Type type
)

Parameters

type
Type: SystemType
Type of the components to get.

Return Value

Type: IEnumerable
Components of the specified type.
Exceptions
ExceptionCondition
ArgumentNullExceptionSpecified type is null.
See Also