Initializes a new instance of the World class.
public World(int maxCapacity);
maxCapacity
System.Int32
The maximum number of Entity that can exist in this World.
System.ArgumentException
maxCapacity cannot be negative.
Initializes a new instance of the World class.
public World(int maxCapacity);
maxCapacity
System.Int32
The maximum number of Entity that can exist in this World.
System.ArgumentException
maxCapacity cannot be negative.