starttimer 1 - 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 override void StartTimer(float duration = -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 |