mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfScene

    The indices of each root node. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/scene.schema.json

    Inheritance
    Object
    GltfProperty
    GltfChildOfRootProperty
    GltfScene
    Inherited Members
    GltfChildOfRootProperty.name
    GltfProperty.Extensions
    GltfProperty.Extras
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfScene : GltfChildOfRootProperty

    Fields

    nodes

    Indices of each root node.

    Declaration
    public int[] nodes
    Field Value
    Type Description
    Int32[]

    nodes

    Indices of each root node.

    Declaration
    public int[] nodes
    Field Value
    Type Description
    Int32[]
    In This Article
    • Fields
      • nodes
      • nodes
    Back to top Generated by DocFX