AnimationNodeBlendSpace2D
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, Vector2 pos, int at_index=-1 ) |
void |
add_triangle ( int x, int y, int z, int at_index=-1 ) |
get_blend_point_count ( ) const |
|
get_blend_point_node ( int point ) const |
|
get_blend_point_position ( int point ) const |
|
get_triangle_count ( ) const |
|
get_triangle_point ( int triangle, int point ) |
|
void |
remove_blend_point ( int point ) |
void |
remove_triangle ( int triangle ) |
void |
set_blend_point_node ( int point, AnimationRootNode node ) |
void |
set_blend_point_position ( int point, Vector2 pos ) |
Signals
triangles_updated ( )
There is currently no description for this signal. Please help us by contributing one!
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
bool auto_triangles = true
There is currently no description for this property. Please help us by contributing one!
BlendMode blend_mode = 0
There is currently no description for this property. Please help us by contributing one!
Vector2 max_space = Vector2(1, 1)
There is currently no description for this property. Please help us by contributing one!
Vector2 min_space = Vector2(-1, -1)
There is currently no description for this property. Please help us by contributing one!
Vector2 snap = Vector2(0.1, 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 x_label = "x"
There is currently no description for this property. Please help us by contributing one!
String y_label = "y"
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_blend_point ( AnimationRootNode node, Vector2 pos, int at_index=-1 )
There is currently no description for this method. Please help us by contributing one!
void add_triangle ( int x, int y, int z, 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!
Vector2 get_blend_point_position ( int point ) const
There is currently no description for this method. Please help us by contributing one!
int get_triangle_count ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_triangle_point ( int triangle, int point )
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 remove_triangle ( int triangle )
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, Vector2 pos )
There is currently no description for this method. Please help us by contributing one!