OnTimer
This feature or component is deprecated and you should not use it.
It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It will be removed at a later date.
Triggers and Actions have been replaced by VRChat Udon, a powerful, easy to use scripting system that enables creation of both simple behaviors and complex interactions in VRChat worlds.
Used to activate triggers after a certain random amount of time has passed. Define the range of time with "Low Period Time" and "High Period Time".
Parameter | Description |
---|---|
Repeat | If true the timer will reset itself after it's triggered |
Reset On Enable | If true the timer will be reset when the Game Object the VRC_Trigger is on is enabled |
Low Period Time | The shortest amount of time before timer can trigger |
High Period Time | The longest amount of time before timer can trigger |
Updated about 1 year ago