Skip to content

starttimer 2

eisclimber edited this page Apr 4, 2026 · 1 revision

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

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally