Click or drag to resize

PacketPeerSetEncodeBufferMaxSize Method

Note: This API is now obsolete.

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

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

Parameters

maxSize
Type: SystemInt32

[Missing <param name="maxSize"/> documentation for "M:Godot.PacketPeer.SetEncodeBufferMaxSize(System.Int32)"]

See Also