Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 877 Bytes

World.GetMaxCapacity_T_().md

File metadata and controls

21 lines (14 loc) · 877 Bytes

World.GetMaxCapacity() Method

Gets the maximum number of T components this World can create.

public int GetMaxCapacity<T>();

Type parameters

T

The type of component.

Returns

System.Int32
The maximum number of T components this World can create, or -1 if it is currently not handled.