Click or drag to resize

NetBufferWriteTime Method (Double, Boolean)

Writes a local timestamp to a message; readable (and convertable to local time) by the remote host using ReadTime()

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void WriteTime(
	double localTime,
	bool highPrecision
)

Parameters

localTime
Type: SystemDouble
highPrecision
Type: SystemBoolean
See Also