Struct ufbx.ufbx_cache_frame
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_cache_frame
Fields
channel
Name of the channel this frame belongs to.
Declaration
public ufbx.ufbx_string channel
Field Value
Type | Description |
---|---|
ufbx.ufbx_string |
data_count
Number of data elements
Declaration
public uint data_count
Field Value
Type | Description |
---|---|
uint |
data_element_bytes
Size of a single data element in bytes
Declaration
public uint data_element_bytes
Field Value
Type | Description |
---|---|
uint |
data_encoding
Binary encoding of the data
Declaration
public ufbx.ufbx_cache_data_encoding data_encoding
Field Value
Type | Description |
---|---|
ufbx.ufbx_cache_data_encoding |
data_format
Format of the data in the file
Declaration
public ufbx.ufbx_cache_data_format data_format
Field Value
Type | Description |
---|---|
ufbx.ufbx_cache_data_format |
data_offset
Byte offset into the file
Declaration
public ulong data_offset
Field Value
Type | Description |
---|---|
ulong |
data_total_bytes
Size of the whole data blob in bytes
Declaration
public ulong data_total_bytes
Field Value
Type | Description |
---|---|
ulong |
file_format
Format of the wrapper file.
Declaration
public ufbx.ufbx_cache_file_format file_format
Field Value
Type | Description |
---|---|
ufbx.ufbx_cache_file_format |
filename
Name of the file containing the data.
The specified file may contain multiple frames, use data_offset
etc. to
read at the right position.
Declaration
public ufbx.ufbx_string filename
Field Value
Type | Description |
---|---|
ufbx.ufbx_string |
mirror_axis
Axis to mirror the read data by.
Declaration
public ufbx.ufbx_mirror_axis mirror_axis
Field Value
Type | Description |
---|---|
ufbx.ufbx_mirror_axis |
scale_factor
Factor to scale the geometry by.
Declaration
public float scale_factor
Field Value
Type | Description |
---|---|
float |
time
Time of this frame in seconds.
Declaration
public double time
Field Value
Type | Description |
---|---|
double |