Click or drag to resize

PacketPeerStreamSetInputBufferMaxSize Method

Note: This API is now obsolete.

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

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

Parameters

maxSizeBytes
Type: SystemInt32

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

See Also