Scene

Scene

Advanced Native Scene Layer

Methods

addObject(key, path) → {Object}

Add Native Object
Parameters:
Name Type Description
key string unique key to add
path string path to binary 3d object local projects has no path, just key
Returns:
Type
Object

getObject(key) → {Object}

Get Native Object
Parameters:
Name Type Description
key string object key used in add
Returns:
Type
Object