World.World(int).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.World

World(int) Constructor

Initializes a new instance of the World class.

public World(int maxCapacity);

Parameters

maxCapacity System.Int32

The maximum number of Entity that can exist in this World.

Exceptions

System.ArgumentException
maxCapacity cannot be negative.

Contents

  1. 0.1DefaultEcs.World
  2. 1World(int) Constructor