Search Results for

    Show / Hide Table of Contents

    Struct TextureEntry

    Model texture resource descriptor.

    Inherited Members
    TextureEntry
    Assembly: FlaxEngine.dll
    File: Engine/Graphics/Models/ModelData.h
    Syntax
    public struct TextureEntry

    Fields

    AssetID

    The texture asset identifier.

    Declaration
    public Guid AssetID
    Field Value
    Guid

    FilePath

    The absolute path to the file.

    Declaration
    public String FilePath
    Field Value
    String

    Type

    The texture contents hint based on the usage/context.

    Declaration
    public TypeHint Type
    Field Value
    TypeHint

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat