EditorScript¶
Category: Core
Brief Description¶
Simple script to perform changes in the currently edited scene.
Member Functions¶
void | _run ( ) virtual |
void | add_root_node ( Node node ) |
EditorInterface | get_editor_interface ( ) |
Node | get_scene ( ) |
Description¶
This script can be run from the Scene -> Run Script menu option.
Member Function Description¶
- void _run ( ) virtual
- void add_root_node ( Node node )
- EditorInterface get_editor_interface ( )
- Node get_scene ( )