docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TextureInfoBase

    Reference to a texture.

    Inheritance
    object
    TextureInfoBase
    NormalTextureInfoBase
    OcclusionTextureInfoBase
    TextureInfoBase<TExtensions>
    Inherited Members
    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 abstract class TextureInfoBase

    Fields

    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

    Properties

    Extensions

    TextureInfo extensions

    Declaration
    public abstract TextureInfoExtensions Extensions { get; }
    Property Value
    Type Description
    TextureInfoExtensions
    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)