Click or drag to resize

NodeMultiplayer Property

The MultiplayerAPI instance associated with this node. Either the CustomMultiplayer, or the default SceneTree one (if inside tree).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public MultiplayerAPI Multiplayer { get; }

Property Value

Type: MultiplayerAPI
See Also