Click or drag to resize

CacheableTriggerable Methods

The CacheableTriggerable type exposes the following members.

Methods
  NameDescription
Protected methodAwake
The Awake method Unity calls.
Protected methodDoCache
Classes are responsible for implementing the caching themselves.
Protected methodSetToCached
Classes are responsible for setting themselves to the cached values.
Protected methodSetToCustom
Classes are responsible for setting themselves to the custom values.
Protected methodStart
The Start method Unity calls.
Protected methodTriggerHit
Sets values to custom or cached, depending on what options are selected in the inspector and what value is passed in.
(Overrides TriggerableTriggerHit(Boolean).)
Top
See Also