Struct ufbx.ufbx_open_file_opts
Options for ufbx_open_file()
.
Inherited Members
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 |