Struct ufbx.ufbx_audio_clip
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_audio_clip
Fields
_anonymous_1
Declaration
public ufbx.ufbx_audio_clip._anonymous_1_struct _anonymous_1
Field Value
absolute_filename
Absolute filename specified in the file.
Declaration
public ufbx.ufbx_string absolute_filename
Field Value
content
Optional embedded content blob, eg. raw .png format data
Declaration
public ufbx.ufbx_blob content
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
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