Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_open_file_info

    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_open_file_info

    Fields

    context

    Context that can be passed to the following functions to use a shared allocator: ufbx_open_file_ctx() ufbx_open_memory_ctx()

    Declaration
    public ulong context
    Field Value
    Type Description
    ulong

    original_filename

    Original filename in the file, not resolved or UTF-8 encoded. NOTE: Not necessarily NULL-terminated!

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

    type

    Kind of file to load.

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