SimpleTimer.

Count() Method

Summary

Calculates the amount of time that has passed since the Animancer.SimpleTimer.startTicks and returns it after adding it to the Animancer.SimpleTimer.totalTicks. Also resumes this timer.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SimpleTimer

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public long Count()

Remarks

Returns -1 if this timer wasn't started.

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
long