Title Description
AddEntity 

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

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...

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 an entity to scene.

position are the initial...

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...

DeleteEntity 

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

GetEntitiesFromBucket 

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

GetVisibleEntities 

Fills &outArray with handles to all visible entities.

All entities...

GetEntityArray 

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

GetAllEntitiesInScene 

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

IsDrawingBorderBuckets 

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

SeekEntity 

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

SeekEntity 

Returns a handle to the entity with the given id.

Returns null...

GetSceneFileName 

Returns the currently loaded scene file name.

 
...
GetNumRenderedEntities 

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

If the...

GetNumEntities 

Returns the number of entities in scene.

...
SaveScene 

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

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...

SetBorderBucketsDrawing 

Toggles border bucket processing. More about border...