World.CreateEntity().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.World
World.CreateEntity() Method
Creates a new instance of the Entity struct.
This method is not thread safe.
public DefaultEcs.Entity CreateEntity();
Returns
Exceptions
System.InvalidOperationException
Max number of Entity reached.