Gets the maximum number of T components this World can create.
public int GetMaxCapacity<T>();
T
The type of component.
System.Int32
The maximum number of T components this World can create, or -1 if it is currently not handled.
Gets the maximum number of T components this World can create.
public int GetMaxCapacity<T>();
T
The type of component.
System.Int32
The maximum number of T components this World can create, or -1 if it is currently not handled.