SimpleTimer.

SimpleTimer(string) Constructor

Summary

Creates a new Animancer.SimpleTimer with the specified `name`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SimpleTimer

Syntax

public SimpleTimer(string name)

Remarks

You will need to call Animancer.SimpleTimer.Start to start the timer. Or use the static Animancer.SimpleTimer.Start(System.String)

Parameters

Name Type Description
name string

Return Value

Type Description
void