Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx_allocator_safe

    Wraps a ufbx_allocator to provide custom memory allocation, reallocation, and free operations via C# Marshal methods.

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

    Constructors

    ufbx_allocator_safe(object)

    Initializes a new instance of the ufbx_allocator_safe struct, setting up default function pointers for memory allocation, reallocation, and freeing.

    Declaration
    public ufbx_allocator_safe(object dummy = null)
    Parameters
    Type Name Description
    object dummy

    An optional parameter kept for future extensibility and consistency (not currently used).

    Fields

    ufbx_allocator

    The underlying ufbx_allocator structure that defines allocation, reallocation, and deallocation function pointers for ufbx.

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