Click or drag to resize

ITriggerable Methods

The ITriggerable type exposes the following members.

Methods
  NameDescription
Public methodTriggerHit
This is the main way to use ITriggerables. This method is called by Trigger, which will pass in either true or false depending on the conditions of the Trigger. This can also be called by things other than Triggers, but it's good practice to turn whatever wants to call this into a Trigger so that it's easily reusable.
Top
See Also