godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptTypeCast._classBinding
godot
visualscripttypecast
VisualScriptTypeCast
Undocumented in source.
struct
VisualScriptTypeCast
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_base_type")
GodotMethod
!(
void
,
String
)
setBaseType
;
__gshared
@
GodotName
("get_base_type")
GodotMethod
!(
String
)
getBaseType
;
__gshared
@
GodotName
("set_base_script")
GodotMethod
!(
void
,
String
)
setBaseScript
;
__gshared
@
GodotName
("get_base_script")
GodotMethod
!(
String
)
getBaseScript
;
}
Members
Static variables
getBaseScript
GodotMethod
!(
String
)
getBaseScript
;
Undocumented in source.
getBaseType
GodotMethod
!(
String
)
getBaseType
;
Undocumented in source.
setBaseScript
GodotMethod
!(
void
,
String
)
setBaseScript
;
Undocumented in source.
setBaseType
GodotMethod
!(
void
,
String
)
setBaseType
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscripttypecast
VisualScriptTypeCast
aliases
BaseClasses
functions
getBaseScript
getBaseType
opAssign
opEquals
setBaseScript
setBaseType
properties
baseScript
baseType
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name