RemoteTimeOffset Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Time offset between this peer and the remote peer

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

Syntax

C#
public float RemoteTimeOffset { get; }
Visual Basic
Public ReadOnly Property RemoteTimeOffset As Single
	Get
Visual C++
public:
property float RemoteTimeOffset {
	float get ();
}

See Also