mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfAssetInfo

    Metadata about the glTF asset. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/asset.schema.json

    Inheritance
    Object
    GltfProperty
    GltfAssetInfo
    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 GltfAssetInfo : GltfProperty

    Fields

    copyright

    A copyright message suitable for display to credit the content creator.

    Declaration
    public string copyright
    Field Value
    Type Description
    String

    copyright

    A copyright message suitable for display to credit the content creator.

    Declaration
    public string copyright
    Field Value
    Type Description
    String

    generator

    Tool that generated this glTF model. Useful for debugging.

    Declaration
    public string generator
    Field Value
    Type Description
    String

    generator

    Tool that generated this glTF model. Useful for debugging.

    Declaration
    public string generator
    Field Value
    Type Description
    String

    minVersion

    The minimum glTF version that this asset targets.

    Declaration
    public string minVersion
    Field Value
    Type Description
    String

    minVersion

    The minimum glTF version that this asset targets.

    Declaration
    public string minVersion
    Field Value
    Type Description
    String

    version

    The glTF version.

    Declaration
    public string version
    Field Value
    Type Description
    String

    version

    The glTF version.

    Declaration
    public string version
    Field Value
    Type Description
    String
    In This Article
    • Fields
      • copyright
      • copyright
      • generator
      • generator
      • minVersion
      • minVersion
      • version
      • version
    Back to top Generated by DocFX