Start timeline server - starts separate thread that processes incoming messages

Namespace:  Janus
Assembly:  Janus.LidgrenServer (in Janus.LidgrenServer.dll)

Syntax

C#
public static bool Start(
	bool autoStep
)

Parameters

autoStep
Type: System..::..Boolean
If true, automatically increment time. If false, time must be manually incremented by calling Step

See Also