TriggerOnCollision Class |
Namespace: DustProductions.TriggerMeTimbers
public class TriggerOnCollision : Trigger
The TriggerOnCollision type exposes the following members.
| Name | Description | |
|---|---|---|
| TriggerOnCollision | Initializes a new instance of the TriggerOnCollision class |
| Name | Description | |
|---|---|---|
| GetTriggerDropdownOptions |
Get the dropdown options for this Trigger.
(Overrides TriggerGetTriggerDropdownOptions.) | |
| OnCollisionEnter |
The OnCollisionEnter method called by Unity.
| |
| OnCollisionExit |
The OnCollisionExit method called by Unity.
| |
| OnCollisionStay |
The OnCollisionStay method called by Unity.
| |
| OnValidate |
The OnValidate method called by Unity.
(Overrides TriggerOnValidate.) | |
| Reset |
The Reset method called by Unity.
(Overrides TriggerReset.) |