starttimer 2 - eisclimber/ExPresS-XR GitHub Wiki

DelayTimer.StartTimer(float,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 virtual void StartTimer(float duration = -1.0f, float delay = -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
float delay The delay the timer will run.
If the value is zero or negative the startDelay will be used. Default: -1.0f
⚠️ **GitHub.com Fallback** ⚠️