AnimationNode
Inherits: Resource < RefCounted < Object
Inherited By: AnimationNodeOutput, AnimationNodeSync, AnimationNodeTimeScale, AnimationNodeTimeSeek, AnimationRootNode
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
_get_caption ( ) virtual const |
|
_get_child_by_name ( StringName name ) virtual const |
|
_get_child_nodes ( ) virtual const |
|
_get_parameter_default_value ( StringName parameter ) virtual const |
|
_get_parameter_list ( ) virtual const |
|
_has_filter ( ) virtual const |
|
_is_parameter_read_only ( StringName parameter ) virtual const |
|
_process ( float time, bool seek, bool is_external_seeking, bool test_only ) virtual const |
|
void |
blend_animation ( StringName animation, float time, float delta, bool seeked, bool is_external_seeking, float blend, LoopedFlag looped_flag=0 ) |
blend_input ( int input_index, float time, bool seek, bool is_external_seeking, float blend, FilterAction filter=0, bool sync=true, bool test_only=false ) |
|
blend_node ( StringName name, AnimationNode node, float time, bool seek, bool is_external_seeking, float blend, FilterAction filter=0, bool sync=true, bool test_only=false ) |
|
find_input ( String name ) const |
|
get_input_count ( ) const |
|
get_input_name ( int input ) const |
|
get_parameter ( StringName name ) const |
|
is_path_filtered ( NodePath path ) const |
|
void |
remove_input ( int index ) |
void |
set_filter_path ( NodePath path, bool enable ) |
set_input_name ( int input, String name ) |
|
void |
set_parameter ( StringName name, Variant value ) |
Signals
animation_node_removed ( int object_id, String name )
There is currently no description for this signal. Please help us by contributing one!
animation_node_renamed ( int object_id, String old_name, String new_name )
There is currently no description for this signal. Please help us by contributing one!
tree_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum FilterAction:
FilterAction FILTER_IGNORE = 0
There is currently no description for this enum. Please help us by contributing one!
FilterAction FILTER_PASS = 1
There is currently no description for this enum. Please help us by contributing one!
FilterAction FILTER_STOP = 2
There is currently no description for this enum. Please help us by contributing one!
FilterAction FILTER_BLEND = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool filter_enabled
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
String _get_caption ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
AnimationNode _get_child_by_name ( StringName name ) virtual const
There is currently no description for this method. Please help us by contributing one!
Dictionary _get_child_nodes ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Variant _get_parameter_default_value ( StringName parameter ) virtual const
There is currently no description for this method. Please help us by contributing one!
Array _get_parameter_list ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _has_filter ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_parameter_read_only ( StringName parameter ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _process ( float time, bool seek, bool is_external_seeking, bool test_only ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool add_input ( String name )
There is currently no description for this method. Please help us by contributing one!
void blend_animation ( StringName animation, float time, float delta, bool seeked, bool is_external_seeking, float blend, LoopedFlag looped_flag=0 )
There is currently no description for this method. Please help us by contributing one!
float blend_input ( int input_index, float time, bool seek, bool is_external_seeking, float blend, FilterAction filter=0, bool sync=true, bool test_only=false )
There is currently no description for this method. Please help us by contributing one!
float blend_node ( StringName name, AnimationNode node, float time, bool seek, bool is_external_seeking, float blend, FilterAction filter=0, bool sync=true, bool test_only=false )
There is currently no description for this method. Please help us by contributing one!
int find_input ( String name ) const
There is currently no description for this method. Please help us by contributing one!
int get_input_count ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_input_name ( int input ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_parameter ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
bool is_path_filtered ( NodePath path ) const
There is currently no description for this method. Please help us by contributing one!
void remove_input ( int index )
There is currently no description for this method. Please help us by contributing one!
void set_filter_path ( NodePath path, bool enable )
There is currently no description for this method. Please help us by contributing one!
bool set_input_name ( int input, String name )
There is currently no description for this method. Please help us by contributing one!
void set_parameter ( StringName name, Variant value )
There is currently no description for this method. Please help us by contributing one!