![]() | CacheableTriggerable Class |
Namespace: DustProductions.TriggerMeTimbers
public abstract class CacheableTriggerable : Triggerable
The CacheableTriggerable type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheableTriggerable | Initializes a new instance of the CacheableTriggerable class |
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).) |
Name | Description | |
---|---|---|
![]() | CachePrompt |
When should this object cache itself?
|
![]() | HasCached |
If this object has already cached
|