ReadonlyextrasThe name of the Asset in Lens Studio.
ReadonlyuniqueUse this method to get a dynamic resource for the url from the gltf extras.
Returns 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.
OptionalgltfSettings: GltfSettingsTry instantiating an object from the GLTF asset with supplied GltfSetting
Represents a GLTF 3D Model.
See
Used By: RemoteMediaModule#loadResourceAsGltfAsset
Example