starttimer 2 - eisclimber/ExPresS-XR GitHub Wiki
Method in DelayTimer
(Re-)starts the timer with duration, setting waitTime in the process. If duration is less or equal to 0.0f the value of waitTime is used.
public virtual void StartTimer(float duration = -1.0f, float delay = -1.0f)| Name | Description |
|---|---|
float duration |
The duration the timer will run. |
If the value is zero or negative the waitTime will be used. Default: -1.0f |
|
float delay |
The delay the timer will run. |
If the value is zero or negative the startDelay will be used. Default: -1.0f |