Struct ufbx.ufbx_cache_file
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_cache_file
Fields
_anonymous_1
Declaration
public ufbx.ufbx_cache_file._anonymous_1_struct _anonymous_1
Field Value
absolute_filename
Absolute filename specified in the file.
Declaration
public ufbx.ufbx_string absolute_filename
Field Value
external_cache
Only valid if ufbx_load_opts.load_external_files
is set!
Declaration
public ufbx.ufbx_geometry_cache* external_cache
Field Value
filename
Filename relative to the currently loaded file.
HINT: If using functions other than ufbx_load_file()
, you can provide
ufbx_load_opts.filename/raw_filename
to let ufbx resolve this.
Declaration
public ufbx.ufbx_string filename
Field Value
Declaration
public ufbx.ufbx_cache_file_format format
Field Value
raw_absolute_filename
Absolute filename specified in the file, non-UTF-8 encoded.
Declaration
public ufbx.ufbx_blob raw_absolute_filename
Field Value
raw_filename
Filename relative to the loaded file, non-UTF-8 encoded.
HINT: If using functions other than ufbx_load_file()
, you can provide
ufbx_load_opts.filename/raw_filename
to let ufbx resolve this.
Declaration
public ufbx.ufbx_blob raw_filename
Field Value
raw_relative_filename
Relative filename specified in the file, non-UTF-8 encoded.
NOTE: May be absolute if the file is saved in a different drive.
Declaration
public ufbx.ufbx_blob raw_relative_filename
Field Value
relative_filename
Relative filename specified in the file.
NOTE: May be absolute if the file is saved in a different drive.
Declaration
public ufbx.ufbx_string relative_filename
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value