godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
PackedScene.GDNativeClassBinding
godot
packedscene
PackedScene
Undocumented in source.
struct
PackedScene
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_get_bundled_scene")
GodotMethod
!(
Dictionary
)
_getBundledScene
;
__gshared
@
GodotName
("_set_bundled_scene")
GodotMethod
!(
void
,
Dictionary
)
_setBundledScene
;
__gshared
@
GodotName
("can_instance")
GodotMethod
!(
bool
)
canInstance
;
__gshared
@
GodotName
("get_state")
GodotMethod
!(
SceneState
)
getState
;
__gshared
@
GodotName
("instance")
GodotMethod
!(
Node
,
long
)
instance
;
__gshared
@
GodotName
("pack")
GodotMethod
!(
GodotError
,
Node
)
pack
;
}
Members
Static variables
_getBundledScene
GodotMethod
!(
Dictionary
)
_getBundledScene
;
Undocumented in source.
_setBundledScene
GodotMethod
!(
void
,
Dictionary
)
_setBundledScene
;
Undocumented in source.
canInstance
GodotMethod
!(
bool
)
canInstance
;
Undocumented in source.
getState
GodotMethod
!(
SceneState
)
getState
;
Undocumented in source.
instance
GodotMethod
!(
Node
,
long
)
instance
;
Undocumented in source.
pack
GodotMethod
!(
GodotError
,
Node
)
pack
;
Undocumented in source.
Meta
Source
See Implementation
godot
packedscene
PackedScene
aliases
BaseClasses
enums
Constants
GenEditState
functions
_getBundledScene
_setBundledScene
canInstance
getState
instance
opAssign
opEquals
pack
toHash
properties
_bundled
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name