GetEnumerator()

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Returns an enumerator over entity IDs that have this component.

Syntax

public CollectionEnumerator<int> GetEnumerator()

Returns


Back to index