Click or drag to resize

PackedSceneInstance Method (PackedSceneGenEditState)

Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers a notification on the root node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Node Instance(
	PackedSceneGenEditState editState = PackedSceneGenEditState.Disabled
)

Parameters

editState (Optional)
Type: GodotPackedSceneGenEditState

[Missing <param name="editState"/> documentation for "M:Godot.PackedScene.Instance(Godot.PackedScene.GenEditState)"]

Return Value

Type: Node

[Missing <returns> documentation for "M:Godot.PackedScene.Instance(Godot.PackedScene.GenEditState)"]

See Also