Struct ufbx.ufbx_baked_vec3
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_baked_vec3
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 linearly interpolated
Declaration
public ufbx.ufbx_vec3 value
Field Value
Type | Description |
---|---|
ufbx.ufbx_vec3 |