godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
EditorScript.GDNativeClassBinding
godot
editorscript
EditorScript
Undocumented in source.
struct
EditorScript
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_run")
GodotMethod
!(
void
)
_run
;
__gshared
@
GodotName
("add_root_node")
GodotMethod
!(
void
,
Node
)
addRootNode
;
__gshared
@
GodotName
("get_editor_interface")
GodotMethod
!(
EditorInterface
)
getEditorInterface
;
__gshared
@
GodotName
("get_scene")
GodotMethod
!(
Node
)
getScene
;
}
Members
Static variables
_run
GodotMethod
!(
void
)
_run
;
Undocumented in source.
addRootNode
GodotMethod
!(
void
,
Node
)
addRootNode
;
Undocumented in source.
getEditorInterface
GodotMethod
!(
EditorInterface
)
getEditorInterface
;
Undocumented in source.
getScene
GodotMethod
!(
Node
)
getScene
;
Undocumented in source.
Meta
Source
See Implementation
godot
editorscript
EditorScript
aliases
BaseClasses
functions
_run
addRootNode
getEditorInterface
getScene
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name