AnimationNodeBlendTree

Inherits: AnimationRootNode < AnimationNode < Resource < Reference < Object

Category: Core

Brief Description

Properties

Vector2graph_offset

Methods

voidadd_node ( String name, AnimationNode node, Vector2 position=Vector2( 0, 0 ) )
voidconnect_node ( String input_node, int input_index, String output_node )
voiddisconnect_node ( String input_node, int input_index )
AnimationNodeget_node ( String name ) const
Vector2get_node_position ( String name ) const
boolhas_node ( String name ) const
voidremove_node ( String name )
voidrename_node ( String name, String new_name )
voidset_node_position ( String name, Vector2 position )

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

Setterset_graph_offset(value)
Getterget_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 )