Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_open_file_opts

    Options for ufbx_open_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_open_file_opts

    Fields

    _begin_zero

    Declaration
    public uint _begin_zero
    Field Value
    Type Description
    uint

    _end_zero

    Declaration
    public uint _end_zero
    Field Value
    Type Description
    uint

    allocator

    Allocator to allocate the memory with.

    Declaration
    public ufbx.ufbx_allocator_opts allocator
    Field Value
    Type Description
    ufbx.ufbx_allocator_opts

    filename_null_terminated

    The filename is guaranteed to be NULL-terminated.

    Declaration
    public bool filename_null_terminated
    Field Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX