Struct ufbx.ufbx_baked_prop
Baked property animation.
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_baked_prop
Fields
constant_value
The value of the property is constant for the whole animation.
Declaration
public bool constant_value
Field Value
Type | Description |
---|---|
bool |
keys
Property value keys.
Declaration
public ufbx.ufbx_baked_vec3_list keys
Field Value
Type | Description |
---|---|
ufbx.ufbx_baked_vec3_list |
name
Name of the property, eg. "Visibility"
.
Declaration
public ufbx.ufbx_string name
Field Value
Type | Description |
---|---|
ufbx.ufbx_string |