Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_texture_type

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_texture_type

    Fields

    Name Description
    UFBX_TEXTURE_FILE

    Texture associated with an image file/sequence. texture-filename and and texture-relative_filename contain the texture's path. If the file has embedded content texture-content may hold texture-content_size bytes of raw image data.

    UFBX_TEXTURE_LAYERED

    The texture consists of multiple texture layers blended together.

    UFBX_TEXTURE_PROCEDURAL

    Reserved as these should exist in FBX files.

    UFBX_TEXTURE_SHADER

    Node in a shader graph. Use ufbx_texture.shader for more information.

    UFBX_TEXTURE_TYPE_FORCE_32BIT
    In this article
    Back to top Generated by DocFX