AnimationNodeBlendSpace1D

Inherits: AnimationRootNode < AnimationNode < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

BlendMode

blend_mode

0

float

max_space

1.0

float

min_space

-1.0

float

snap

0.1

bool

sync

false

String

value_label

"value"

Methods

void

add_blend_point ( AnimationRootNode node, float pos, int at_index=-1 )

int

get_blend_point_count ( ) const

AnimationRootNode

get_blend_point_node ( int point ) const

float

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

  • void set_max_space ( float value )

  • float get_max_space ( )

There is currently no description for this property. Please help us by contributing one!


float min_space = -1.0

  • void set_min_space ( float value )

  • float get_min_space ( )

There is currently no description for this property. Please help us by contributing one!


float snap = 0.1

  • void set_snap ( float value )

  • float get_snap ( )

There is currently no description for this property. Please help us by contributing one!


bool sync = false

  • void set_use_sync ( bool value )

  • bool is_using_sync ( )

There is currently no description for this property. Please help us by contributing one!


String value_label = "value"

  • void set_value_label ( String value )

  • String get_value_label ( )

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!