godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptConstructor._classBinding
godot
visualscriptconstructor
VisualScriptConstructor
Undocumented in source.
struct
VisualScriptConstructor
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_constructor_type")
GodotMethod
!(
void
,
long
)
setConstructorType
;
__gshared
@
GodotName
("get_constructor_type")
GodotMethod
!(
Variant
.
Type
)
getConstructorType
;
__gshared
@
GodotName
("set_constructor")
GodotMethod
!(
void
,
Dictionary
)
setConstructor
;
__gshared
@
GodotName
("get_constructor")
GodotMethod
!(
Dictionary
)
getConstructor
;
}
Members
Static variables
getConstructor
GodotMethod
!(
Dictionary
)
getConstructor
;
Undocumented in source.
getConstructorType
GodotMethod
!(
Variant
.
Type
)
getConstructorType
;
Undocumented in source.
setConstructor
GodotMethod
!(
void
,
Dictionary
)
setConstructor
;
Undocumented in source.
setConstructorType
GodotMethod
!(
void
,
long
)
setConstructorType
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptconstructor
VisualScriptConstructor
aliases
BaseClasses
functions
getConstructor
getConstructorType
opAssign
opEquals
setConstructor
setConstructorType
properties
constructor
type
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name