create
Create a new Entity.
Returns a new unique entity ID. If the entity cannot be allocated (max entity count reached), the result will be a null entity.
Return
A new Entity ID, or NULL_ENTITY if allocation fails.
Create multiple entities.
Creates n new entities in a batch. This is more efficient than calling create() multiple times.
Return
An array of n newly created Entity IDs.
Parameters
The number of entities to create.
Create entities into an existing array.
Creates entities and stores them in the provided array. The array size determines how many entities are created.
Return
The same array that was passed in, now populated with new entities.
Parameters
The array to populate with newly created Entity IDs.
Create a new Entity.
Returns a new unique entity ID. If the entity cannot be allocated (max entity count reached), the result will be a null entity.
Return
A new Entity ID, or NULL_ENTITY if allocation fails.
Create multiple entities.
Creates n new entities in a batch. This is more efficient than calling create() multiple times.
Return
An array of n newly created Entity IDs.
Parameters
The number of entities to create.
Create entities into an existing array.
Creates entities and stores them in the provided array. The array size determines how many entities are created.
Return
The same array that was passed in, now populated with new entities.
Parameters
The array to populate with newly created Entity IDs.
Create a new Entity.
Returns a new unique entity ID. If the entity cannot be allocated (max entity count reached), the result will be a null entity.
Return
A new Entity ID, or NULL_ENTITY if allocation fails.
Create multiple entities.
Creates n new entities in a batch. This is more efficient than calling create() multiple times.
Return
An array of n newly created Entity IDs.
Parameters
The number of entities to create.
Create entities into an existing array.
Creates entities and stores them in the provided array. The array size determines how many entities are created.
Return
The same array that was passed in, now populated with new entities.
Parameters
The array to populate with newly created Entity IDs.
Create a new Entity.
Returns a new unique entity ID. If the entity cannot be allocated (max entity count reached), the result will be a null entity.
Return
A new Entity ID, or NULL_ENTITY if allocation fails.
Create multiple entities.
Creates n new entities in a batch. This is more efficient than calling create() multiple times.
Return
An array of n newly created Entity IDs.
Parameters
The number of entities to create.
Create entities into an existing array.
Creates entities and stores them in the provided array. The array size determines how many entities are created.
Return
The same array that was passed in, now populated with new entities.
Parameters
The array to populate with newly created Entity IDs.
Create a new Entity.
Returns a new unique entity ID. If the entity cannot be allocated (max entity count reached), the result will be a null entity.
Return
A new Entity ID, or NULL_ENTITY if allocation fails.
Create multiple entities.
Creates n new entities in a batch. This is more efficient than calling create() multiple times.
Return
An array of n newly created Entity IDs.
Parameters
The number of entities to create.
Create entities into an existing array.
Creates entities and stores them in the provided array. The array size determines how many entities are created.
Return
The same array that was passed in, now populated with new entities.
Parameters
The array to populate with newly created Entity IDs.