Class ConstructGltf
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Serialization
Assembly: cs.temp.dll.dll
Syntax
public static class ConstructGltf
Methods
Construct(GltfObject)
Constructs the glTF Object.
Declaration
public static void Construct(this GltfObject gltfObject)
Parameters
Type | Name | Description |
---|---|---|
GltfObject | gltfObject |
ConstructAsync(GltfObject)
Constructs the glTF Object.
Declaration
public static Task<GameObject> ConstructAsync(this GltfObject gltfObject)
Parameters
Type | Name | Description |
---|---|---|
GltfObject | gltfObject |
Returns
Type | Description |
---|---|
Task<GameObject> | The new GameObject of the final constructed GltfScene |