GetEntityIds()

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Returns the entity IDs that have this component.

Syntax

public CollectionEnumerable<int> GetEntityIds()

Back to index