Readonly
extrasThe name of the Asset in Lens Studio.
Readonly
uniqueReturns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Try instantiating an object from the GLTF asset.
Asynchronously try instantiating an object from the GLTF asset. Useful to prevent frame drops when loading multiple assets simultaenously as to not block the the thread.
Optional
gltfSettings: GltfSettingsTry instantiating an object from the GLTF asset with supplied GltfSetting
Represents a GLTF 3D Model.
Example