API Reference

Class List

SceneRegistryItem

Item to be stored in the SceneRegistry.

Summary

Properties

loaded

Returns true if the scene data has loaded.

loading

Returns true if the scene data is still being loaded.

name

The name of the scene.

url

The url of the scene file.

Details

Constructor

SceneRegistryItem(name, url)

Creates a new SceneRegistryItem instance.

Parameters

namestring

The name of the scene.

urlstring

The url of the scene file.

Properties

booleanloaded

Returns true if the scene data has loaded.

booleanloading

Returns true if the scene data is still being loaded.

stringname

The name of the scene.

stringurl

The url of the scene file.