godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
GDNative._classBinding
godot
gdnative
GDNative
Undocumented in source.
struct
GDNative
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_library")
GodotMethod
!(
void
,
GDNativeLibrary
)
setLibrary
;
__gshared
@
GodotName
("get_library")
GodotMethod
!(
GDNativeLibrary
)
getLibrary
;
__gshared
@
GodotName
("initialize")
GodotMethod
!(
bool
)
initialize
;
__gshared
@
GodotName
("terminate")
GodotMethod
!(
bool
)
terminate
;
__gshared
@
GodotName
("call_native")
GodotMethod
!(
Variant
,
String
,
String
,
Array
)
callNative
;
}
Members
Static variables
callNative
GodotMethod
!(
Variant
,
String
,
String
,
Array
)
callNative
;
Undocumented in source.
getLibrary
GodotMethod
!(
GDNativeLibrary
)
getLibrary
;
Undocumented in source.
initialize
GodotMethod
!(
bool
)
initialize
;
Undocumented in source.
setLibrary
GodotMethod
!(
void
,
GDNativeLibrary
)
setLibrary
;
Undocumented in source.
terminate
GodotMethod
!(
bool
)
terminate
;
Undocumented in source.
Meta
Source
See Implementation
godot
gdnative
GDNative
aliases
BaseClasses
functions
callNative
getLibrary
initialize
opAssign
opEquals
setLibrary
terminate
properties
library
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name