ITriggerable Interface |
Namespace: DustProductions.TriggerMeTimbers
public interface ITriggerable
The ITriggerable type exposes the following members.
Name | Description | |
---|---|---|
TriggerHit |
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.
|