Click or drag to resize
ComponentManagerComponents Method
Returns an iterator over all components of this manager.

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

Return Value

Type: IEnumerable
Components of this manager.
See Also