godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
EditorScript._classBinding
godot
editorscript
EditorScript
Undocumented in source.
struct
EditorScript
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("_run")
GodotMethod
!(
void
)
_run
;
__gshared
@
GodotName
("add_root_node")
GodotMethod
!(
void
,
GodotObject
)
addRootNode
;
__gshared
@
GodotName
("get_scene")
GodotMethod
!(
Node
)
getScene
;
__gshared
@
GodotName
("get_editor_interface")
GodotMethod
!(
EditorInterface
)
getEditorInterface
;
}
Members
Static variables
_run
GodotMethod
!(
void
)
_run
;
Undocumented in source.
addRootNode
GodotMethod
!(
void
,
GodotObject
)
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
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name