forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_graphnode
Lukas Sägesser edited this page Jun 22, 2015
·
1 revision
####Inherits: Container ####Category: Core
- void set_title ( String title )
- String get_title ( ) const
- void set_slot ( int idx, bool enable_left, int type_left, Color color_left, bool enable_right, int type_right, Color color_right )
- void clear_slot ( int idx )
- void clear_all_slots ( )
- bool is_slot_enabled_left ( int idx ) const
- int get_slot_type_left ( int idx ) const
- Color get_slot_color_left ( int idx ) const
- bool is_slot_enabled_right ( int idx ) const
- int get_slot_type_right ( int idx ) const
- Color get_slot_color_right ( int idx ) const
- void set_offset ( Vector2 offset )
- Vector2 get_offset ( ) const
- int get_connection_output_count ( )
- int get_connection_input_count ( )
- Vector2 get_connection_output_pos ( int idx )
- int get_connection_output_type ( int idx )
- Color get_connection_output_color ( int idx )
- Vector2 get_connection_input_pos ( int idx )
- int get_connection_input_type ( int idx )
- Color get_connection_input_color ( int idx )
- void set_show_close_button ( bool show )
- bool is_close_button_visible ( ) const