Click or drag to resize

NetworkedMultiplayerENetSetChannelCount Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NetworkedMultiplayerENet.SetChannelCount(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetChannelCount is deprecated. Use the ChannelCount property instead.")]
public void SetChannelCount(
	int channels
)

Parameters

channels
Type: SystemInt32

[Missing <param name="channels"/> documentation for "M:Godot.NetworkedMultiplayerENet.SetChannelCount(System.Int32)"]

See Also