struct InteractorCollection
An enumerable collection of all the Interactors in the system.
Retrieved via Interactor.All.
Instance Fields and Properties
| int Count | The number of Interactors currently in the system. |
Instance Methods
| GetEnumerator | Gets an enumerator for the collection. This returns a concrete struct enumerator so that foreach over the collection stays allocation-free. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!