SimpleTimer.

Start() Method

Summary

Stores the System.Diagnostics.Stopwatch.ElapsedTicks in Animancer.SimpleTimer.startTicks so that Animancer.SimpleTimer.Count will be able to calculate how much time has passed.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SimpleTimer

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void Start()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
void