onpaused - eisclimber/ExPresS-XR GitHub Wiki
Field in Timer
Event that is triggered when the timer is paused. The parameter is it is paused or not.
public UnityEvent<bool> OnPaused;Field in Timer
Event that is triggered when the timer is paused. The parameter is it is paused or not.
public UnityEvent<bool> OnPaused;