SimulatedLoss Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the simulated amount of sent packets lost from 0.0f to 1.0f

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public float SimulatedLoss { get; set; }
Visual Basic
Public Property SimulatedLoss As Single
	Get
	Set
Visual C++
public:
property float SimulatedLoss {
	float get ();
	void set (float value);
}

See Also