Struct ufbx.ufbx_baked_quat
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_baked_quat
Fields
flags
Additional information about the keyframe
Declaration
public ufbx.ufbx_baked_key_flags flags
Field Value
Type | Description |
---|---|
ufbx.ufbx_baked_key_flags |
time
Time of the keyframe, in seconds
Declaration
public double time
Field Value
Type | Description |
---|---|
double |
value
Value at time
, can be (spherically) linearly interpolated
Declaration
public ufbx.ufbx_quat value
Field Value
Type | Description |
---|---|
ufbx.ufbx_quat |