Skip to content

Timer

interludesoftware.tick

Interlude.Tick

Timer Class

public class Timer

Inheritance System.Object → Timer

Constructors

Timer() Constructor

Initialises a new Timer with a zero start time.

public Timer();

Methods

Timer.GetElapsedTime() Method

Returns the unscaled seconds elapsed since the last Start() call.

public float GetElapsedTime();

Returns

System.Single

Timer.Start() Method

Records the current unscaled time as the start point.

public void Start();