CacheableTriggerable Methods |
The CacheableTriggerable type exposes the following members.
| Name | Description | |
|---|---|---|
| Awake |
The Awake method Unity calls.
| |
| DoCache |
Classes are responsible for implementing the caching themselves.
| |
| SetToCached |
Classes are responsible for setting themselves to the cached values.
| |
| SetToCustom |
Classes are responsible for setting themselves to the custom values.
| |
| Start |
The Start method Unity calls.
| |
| TriggerHit |
Sets values to custom or cached, depending on what options are selected in the inspector and what value is passed in.
(Overrides TriggerableTriggerHit(Boolean).) |