starttimer 1 - eisclimber/ExPresS-XR GitHub Wiki

DelayTimer.StartTimer(float)

Method in DelayTimer

Summary

(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);

Parameters

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
⚠️ **GitHub.com Fallback** ⚠️