Struct ufbx.ufbx_blend_channel
Blend channel consists of multiple morph-key targets that are interpolated.
In simple cases there will be only one keyframe that is the target shape.
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_blend_channel
Fields
_anonymous_1
Blend channel consists of multiple morph-key targets that are interpolated.
In simple cases there will be only one keyframe that is the target shape.
Declaration
public ufbx.ufbx_blend_channel._anonymous_1_struct _anonymous_1
Field Value
keyframes
Key morph targets to blend between depending on weight
In usual cases there's only one target per channel
Declaration
public ufbx.ufbx_blend_keyframe_list keyframes
Field Value
target_shape
Final blend shape ignoring any intermediate blend shapes.
Declaration
public ufbx.ufbx_blend_shape* target_shape
Field Value
weight
Current weight of the channel
Declaration
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value