Click or drag to resize

MultiplayerAPISetRootNode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MultiplayerAPI.SetRootNode(Godot.Node)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRootNode is deprecated. Use the RootNode property instead.")]
public void SetRootNode(
	Node node
)

Parameters

node
Type: GodotNode

[Missing <param name="node"/> documentation for "M:Godot.MultiplayerAPI.SetRootNode(Godot.Node)"]

See Also