docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TextureInfo

    Reference to a texture.

    Inheritance
    object
    TextureInfo
    NormalTextureInfo
    OcclusionTextureInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    [Serializable]
    public class TextureInfo

    Fields

    extensions

    TextureInfo extensions

    Declaration
    public TextureInfoExtension extensions
    Field Value
    Type Description
    TextureInfoExtension

    index

    The index of the texture.

    Declaration
    public int index
    Field Value
    Type Description
    int

    texCoord

    This integer value is used to construct a string in the format TEXCOORD_<set index> which is a reference to a key in mesh.primitives.attributes (e.g. A value of 0 corresponds to TEXCOORD_0).

    Declaration
    public int texCoord
    Field Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2026 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)