forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_editorplugin
reduz edited this page Feb 23, 2014
·
8 revisions
####Inherits: Node ####Category: Core
- void apply_changes ( ) virtual
- void clear ( ) virtual
- void edit ( Object object ) virtual
- bool forward_input_event ( InputEvent event ) virtual
- bool forward_spatial_input_event ( Camera camera, InputEvent event ) virtual
- StringArray get_breakpoints ( ) virtual
- String get_name ( ) virtual
- Dictionary get_state ( ) virtual
- bool handles ( Object object ) virtual
- bool has_main_screen ( ) virtual
- void make_visible ( bool visible ) virtual
- void set_state ( Dictionary state ) virtual
- Object get_undo_redo ( )
- void add_custom_control ( int container, Object control )
- void add_custom_type ( String type, String base, Script script, Texture icon )
- void remove_custom_type ( String type )
- CONTAINER_TOOLBAR = 0
- CONTAINER_SPATIAL_EDITOR_MENU = 1
- CONTAINER_SPATIAL_EDITOR_SIDE = 2
- CONTAINER_SPATIAL_EDITOR_BOTTOM = 3
- CONTAINER_CANVAS_EDITOR_MENU = 4
- CONTAINER_CANVAS_EDITOR_SIDE = 5