Click or drag to resize
CompoundEntitiesTGetEnumerator Method
Returns an enumerator that iterates through all current entities.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
A IEnumeratorT that can be used to iterate through all current entities.

Implements

IEnumerableTGetEnumerator
See Also