AnimationNodeBlendTree
Inherits: AnimationRootNode < AnimationNode < Resource < Reference < Object
Category: Core
Brief Description
Properties
Methods
Constants
- CONNECTION_OK = 0
- CONNECTION_ERROR_NO_INPUT = 1
- CONNECTION_ERROR_NO_INPUT_INDEX = 2
- CONNECTION_ERROR_NO_OUTPUT = 3
- CONNECTION_ERROR_SAME_NODE = 4
- CONNECTION_ERROR_CONNECTION_EXISTS = 5
Property Descriptions
Setter | set_graph_offset(value) |
Getter | get_graph_offset() |
Method Descriptions
- void connect_node ( String input_node, int input_index, String output_node )
- void disconnect_node ( String input_node, int input_index )
- void remove_node ( String name )