Trigger Wrappers

You can use the base classes in the Trigger Wrappers folder to create your own functionality or to derive from them. The base classes are:

  • SimplePulsating: use this to change the settings of the highlighter based on a pulsating pong value

  • SimpleHit: use this to create custom functionality based on the hit event of the TriggerWrapper

  • SimpleActivation: use this to activate or deactivate the highlighter based on TriggerWrapper events

You can refer to the scripts ChomperHit, SimplePulsatingOverlay, and SimplePulsatingOutline to see how to use these classes.

Last updated