Struct ufbx.ufbx_anim_curve
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_anim_curve
Fields
_anonymous_1
Declaration
public ufbx.ufbx_anim_curve._anonymous_1_struct _anonymous_1
Field Value
keyframes
List of keyframes that define the curve.
Declaration
public ufbx.ufbx_keyframe_list keyframes
Field Value
max_time
Declaration
Field Value
max_value
Declaration
Field Value
min_time
Time range for all the keyframes.
Declaration
Field Value
min_value
Value range for all the keyframes.
Declaration
Field Value
Extrapolation after the curve.
Declaration
public ufbx.ufbx_extrapolation post_extrapolation
Field Value
Extrapolation before the curve.
Declaration
public ufbx.ufbx_extrapolation pre_extrapolation
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