MarshallsSingleton._classBinding

Undocumented in source.

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