Struct ufbx.ufbx_open_file_info
Inherited Members
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 |