docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Asset

    Metadata about the glTF asset.

    Inheritance
    object
    NamedObject
    Asset
    Asset
    Inherited Members
    NamedObject.name
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class Asset : NamedObject

    Fields

    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

    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)