Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_texture_file

    Unique texture within the file.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_texture_file

    Fields

    absolute_filename

    Absolute filename specified in the file.

    Declaration
    public ufbx.ufbx_string absolute_filename
    Field Value
    Type Description
    ufbx.ufbx_string

    content

    Optional embedded content blob, eg. raw .png format data

    Declaration
    public ufbx.ufbx_blob content
    Field Value
    Type Description
    ufbx.ufbx_blob

    filename

    Filename relative to the currently loaded file. HINT: If using functions other than ufbx_load_file(), you can provide ufbx_load_opts.filename/raw_filename to let ufbx resolve this.

    Declaration
    public ufbx.ufbx_string filename
    Field Value
    Type Description
    ufbx.ufbx_string

    index

    Index in ufbx_scene.texture_files[].

    Declaration
    public uint index
    Field Value
    Type Description
    uint

    raw_absolute_filename

    Absolute filename specified in the file, non-UTF-8 encoded.

    Declaration
    public ufbx.ufbx_blob raw_absolute_filename
    Field Value
    Type Description
    ufbx.ufbx_blob

    raw_filename

    Filename relative to the loaded file, non-UTF-8 encoded. HINT: If using functions other than ufbx_load_file(), you can provide ufbx_load_opts.filename/raw_filename to let ufbx resolve this.

    Declaration
    public ufbx.ufbx_blob raw_filename
    Field Value
    Type Description
    ufbx.ufbx_blob

    raw_relative_filename

    Relative filename specified in the file, non-UTF-8 encoded. NOTE: May be absolute if the file is saved in a different drive.

    Declaration
    public ufbx.ufbx_blob raw_relative_filename
    Field Value
    Type Description
    ufbx.ufbx_blob

    relative_filename

    Relative filename specified in the file. NOTE: May be absolute if the file is saved in a different drive.

    Declaration
    public ufbx.ufbx_string relative_filename
    Field Value
    Type Description
    ufbx.ufbx_string
    In this article
    Back to top Generated by DocFX