godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
InstancePlaceholder.GDNativeClassBinding
godot
instanceplaceholder
InstancePlaceholder
Undocumented in source.
struct
InstancePlaceholder
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("create_instance")
GodotMethod
!(
Node
,
bool
,
PackedScene
)
createInstance
;
__gshared
@
GodotName
("get_instance_path")
GodotMethod
!(
String
)
getInstancePath
;
__gshared
@
GodotName
("get_stored_values")
GodotMethod
!(
Dictionary
,
bool
)
getStoredValues
;
__gshared
@
GodotName
("replace_by_instance")
GodotMethod
!(
void
,
PackedScene
)
replaceByInstance
;
}
Members
Static variables
createInstance
GodotMethod
!(
Node
,
bool
,
PackedScene
)
createInstance
;
Undocumented in source.
getInstancePath
GodotMethod
!(
String
)
getInstancePath
;
Undocumented in source.
getStoredValues
GodotMethod
!(
Dictionary
,
bool
)
getStoredValues
;
Undocumented in source.
replaceByInstance
GodotMethod
!(
void
,
PackedScene
)
replaceByInstance
;
Undocumented in source.
Meta
Source
See Implementation
godot
instanceplaceholder
InstancePlaceholder
aliases
BaseClasses
functions
createInstance
getInstancePath
getStoredValues
opAssign
opEquals
replaceByInstance
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name