Click or drag to resize

NodeCustomMultiplayer Property

The override to the default MultiplayerAPI. Set to null to use the default SceneTree one.

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

Property Value

Type: MultiplayerAPI
See Also