mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfChildOfRootProperty

    https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/glTFChildOfRootProperty.schema.json

    Inheritance
    Object
    GltfProperty
    GltfChildOfRootProperty
    GltfAccessor
    GltfAnimation
    GltfBuffer
    GltfBufferView
    GltfCamera
    GltfImage
    GltfMaterial
    GltfMesh
    GltfNode
    GltfSampler
    GltfScene
    GltfSkin
    GltfTexture
    Inherited Members
    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 GltfChildOfRootProperty : GltfProperty

    Fields

    name

    The user-defined name of this object. This is not necessarily unique, e.g., an accessor and a buffer could have the same name, or two accessors could even have the same name.

    Declaration
    public string name
    Field Value
    Type Description
    String

    name

    The user-defined name of this object. This is not necessarily unique, e.g., an accessor and a buffer could have the same name, or two accessors could even have the same name.

    Declaration
    public string name
    Field Value
    Type Description
    String
    In This Article
    • Fields
      • name
      • name
    Back to top Generated by DocFX