godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptEditorSingleton._classBinding
godot
visualscripteditor
VisualScriptEditorSingleton
Undocumented in source.
struct
VisualScriptEditorSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("add_custom_node")
GodotMethod
!(
void
,
String
,
String
,
Script
)
addCustomNode
;
__gshared
@
GodotName
("remove_custom_node")
GodotMethod
!(
void
,
String
,
String
)
removeCustomNode
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
addCustomNode
GodotMethod
!(
void
,
String
,
String
,
Script
)
addCustomNode
;
Undocumented in source.
removeCustomNode
GodotMethod
!(
void
,
String
,
String
)
removeCustomNode
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscripteditor
VisualScriptEditorSingleton
aliases
BaseClasses
functions
addCustomNode
opAssign
opEquals
removeCustomNode
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name