Gets the default instance of this class.

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

Syntax

C#
public static TimelineManager Default { get; }

Remarks

For convenience only in simple networking scenarios. Multiple instances are allowed. This member simply refers to the first instance created, and is used as the manager for independently instantiated timelines.

See Also