Title Description
AddEntity 

Adds an entity to scene with an initial position.

The...

AddEntity 

Adds an entity to scene with an initial position.

A handle to the new entity...

AddEntity 

Adds a new entity to scene with an initial position, but instead of naming it with...

AddEntity 

Adds an entity to scene.

position are the initial...

AddScaledEntity 

Adds a new entity to scene with an initial position and scales it using...

AddScaledEntity 

Adds a new entity to scene with an initial position and scales it...

DeleteEntity 

Deletes the entity and returns null if it has been successfully removed...

GetAllEntitiesInScene 

Inserts to &outArray a handle to every entity in the...

GetBucket 

Calculates and returns the bucket key where point belongs to. For example, in a...

GetEntitiesAroundBucket 

Copies into &out a handle to each entity contained in the buckets around...

GetEntitiesAroundEntity 

Copies into &out a handle to each entity contained in the buckets...

GetEntitiesFromBucket 

Fills the array with handles to entities from the bucket bucketKey. This function is...

GetEntityArray 

Inserts into &outArray handles to all entities named...

GetNumEntities 

Returns the number of entities in scene.

...
GetNumRenderedEntities 

Returns the number of entities drawn on the last time the scene was rendered.

If the...

GetSceneFileName 

Returns the currently loaded scene file name.

 
...
GetVisibleEntities 

Fills &outArray with handles to all visible entities.

All entities...

IsDrawingBorderBuckets 

Returns true if the border bucket processing is enabled. ...

LoadScene 

Send a request to load a scene from the file named fileName.

The new...

LoadScene 

Send a request to load the scene and assigns an onSceneCreated and/or an...

LoadScene 

Send a scene load request and assigns an onSceneCreated, an...

LoadScene 

Send a scene load request and assigns...

SaveScene 

Saves the current scene into a new scene file. All custom data stored in the entities (except...

SeekEntity 

Returns a handle to the entity with the given id.

Returns null...

SeekEntity 

Returns a handle to the entity whose name equals entityName. Returns...

SetBorderBucketsDrawing 

Toggles border bucket processing. More about border...