Click or drag to resize

PacketPeerStreamSetOutputBufferMaxSize Method

Note: This API is now obsolete.

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

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

Parameters

maxSizeBytes
Type: SystemInt32

[Missing <param name="maxSizeBytes"/> documentation for "M:Godot.PacketPeerStream.SetOutputBufferMaxSize(System.Int32)"]

See Also