SimulatedMinimumLatency Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the minimum simulated amount of one way latency for sent packets in seconds

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

Syntax

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

See Also