godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
MarshallsSingleton._classBinding
godot
marshalls
MarshallsSingleton
Undocumented in source.
struct
MarshallsSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("variant_to_base64")
GodotMethod
!(
String
,
Variant
)
variantToBase64
;
__gshared
@
GodotName
("base64_to_variant")
GodotMethod
!(
Variant
,
String
)
base64ToVariant
;
__gshared
@
GodotName
("raw_to_base64")
GodotMethod
!(
String
,
PoolByteArray
)
rawToBase64
;
__gshared
@
GodotName
("base64_to_raw")
GodotMethod
!(
PoolByteArray
,
String
)
base64ToRaw
;
__gshared
@
GodotName
("utf8_to_base64")
GodotMethod
!(
String
,
String
)
utf8ToBase64
;
__gshared
@
GodotName
("base64_to_utf8")
GodotMethod
!(
String
,
String
)
base64ToUtf8
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
base64ToRaw
GodotMethod
!(
PoolByteArray
,
String
)
base64ToRaw
;
Undocumented in source.
base64ToUtf8
GodotMethod
!(
String
,
String
)
base64ToUtf8
;
Undocumented in source.
base64ToVariant
GodotMethod
!(
Variant
,
String
)
base64ToVariant
;
Undocumented in source.
rawToBase64
GodotMethod
!(
String
,
PoolByteArray
)
rawToBase64
;
Undocumented in source.
utf8ToBase64
GodotMethod
!(
String
,
String
)
utf8ToBase64
;
Undocumented in source.
variantToBase64
GodotMethod
!(
String
,
Variant
)
variantToBase64
;
Undocumented in source.
Meta
Source
See Implementation
godot
marshalls
MarshallsSingleton
aliases
BaseClasses
functions
base64ToRaw
base64ToUtf8
base64ToVariant
opAssign
opEquals
rawToBase64
utf8ToBase64
variantToBase64
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name