AnimationNodeBlendSpace1D
Inherits: AnimationRootNode < AnimationNode < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
add_blend_point ( AnimationRootNode node, float pos, int at_index=-1 ) |
get_blend_point_count ( ) const |
|
get_blend_point_node ( int point ) const |
|
get_blend_point_position ( int point ) const |
|
void |
remove_blend_point ( int point ) |
void |
set_blend_point_node ( int point, AnimationRootNode node ) |
void |
set_blend_point_position ( int point, float pos ) |
Enumerations
enum BlendMode:
BlendMode BLEND_MODE_INTERPOLATED = 0
There is currently no description for this enum. Please help us by contributing one!
BlendMode BLEND_MODE_DISCRETE = 1
There is currently no description for this enum. Please help us by contributing one!
BlendMode BLEND_MODE_DISCRETE_CARRY = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
BlendMode blend_mode = 0
There is currently no description for this property. Please help us by contributing one!
float max_space = 1.0
There is currently no description for this property. Please help us by contributing one!
float min_space = -1.0
There is currently no description for this property. Please help us by contributing one!
float snap = 0.1
There is currently no description for this property. Please help us by contributing one!
bool sync = false
There is currently no description for this property. Please help us by contributing one!
String value_label = "value"
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_blend_point ( AnimationRootNode node, float pos, int at_index=-1 )
There is currently no description for this method. Please help us by contributing one!
int get_blend_point_count ( ) const
There is currently no description for this method. Please help us by contributing one!
AnimationRootNode get_blend_point_node ( int point ) const
There is currently no description for this method. Please help us by contributing one!
float get_blend_point_position ( int point ) const
There is currently no description for this method. Please help us by contributing one!
void remove_blend_point ( int point )
There is currently no description for this method. Please help us by contributing one!
void set_blend_point_node ( int point, AnimationRootNode node )
There is currently no description for this method. Please help us by contributing one!
void set_blend_point_position ( int point, float pos )
There is currently no description for this method. Please help us by contributing one!