SimpleTimer.

SimpleTimer(string) Constructor

Summary

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

Syntax

public SimpleTimer(string name)

Remarks

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

Parameters

Name Type Description
name string

Return Value

Type Description
void