Click or drag to resize

NetPeerConfigurationUseMessageRecycling Property

Gets or sets if the library should recycling messages to avoid excessive garbage collection. Cannot be changed once NetPeer is initialized.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool UseMessageRecycling { get; set; }

Property Value

Type: Boolean
See Also