Click or drag to resize

PackedScenePack Method

Pack will ignore any sub-nodes not owned by given node. See Owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Pack(
	Node path
)

Parameters

path
Type: GodotNode

[Missing <param name="path"/> documentation for "M:Godot.PackedScene.Pack(Godot.Node)"]

Return Value

Type: Error

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

See Also