Struct ufbx.ufbx_anim_opts
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_anim_opts
Fields
_begin_zero
Declaration
Field Value
_end_zero
Declaration
Field Value
ignore_connections
Ignore connected properties
Declaration
public bool ignore_connections
Field Value
layer_ids
Animation layers indices.
Corresponding to ufbx_scene.anim_layers[]
, aka ufbx_anim_layer.typed_id
.
Declaration
public ufbx.ufbx_const_uint32_list layer_ids
Field Value
override_layer_weights
Override layer weights, parallel to ufbx_anim_opts.layer_ids[]
.
Declaration
public ufbx.ufbx_const_real_list override_layer_weights
Field Value
prop_overrides
Property overrides.
These allow you to override FBX properties, such as 'UFBX_Lcl_Rotation`.
Declaration
public ufbx.ufbx_const_prop_override_desc_list prop_overrides
Field Value
result_allocator
Allocator used to create the ufbx_anim
Declaration
public ufbx.ufbx_allocator_opts result_allocator
Field Value
Transform overrides.
These allow you to override individual nodes' ufbx_node.local_transform
.
Declaration
public ufbx.ufbx_const_transform_override_list transform_overrides
Field Value