Interface System.Entities

All Known Implementing Classes:
IntBag
Enclosing class:
System

public static interface System.Entities
Provides a way to iterate over this system's active entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(int index)
    Returns the entity at index.
    int
    Returns the size of the active entities set.
  • Method Details

    • size

      int size()
      Returns the size of the active entities set.
    • get

      int get(int index)
      Returns the entity at index. Entities are arbitrarily ordered.