Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_open_memory_opts

    Options for ufbx_open_memory().

    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_memory_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. NOTE: Used even if no copy is made to allocate a small metadata block.

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

    close_cb

    Callback to free the memory blob.

    Declaration
    public ufbx.ufbx_close_memory_cb close_cb
    Field Value
    Type Description
    ufbx.ufbx_close_memory_cb

    no_copy

    Do not copy the memory. You can use close_cb to free the memory when the stream is closed. NOTE: This means the provided data pointer is referenced after creating the memory stream, make sure the data stays valid until the stream is closed!

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