![]() | TriggerableSetTransformValues Class |
Namespace: DustProductions.TriggerMeTimbers
public class TriggerableSetTransformValues : Triggerable, IComponentAddedHandler
The TriggerableSetTransformValues type exposes the following members.
Name | Description | |
---|---|---|
![]() | TriggerableSetTransformValues | Initializes a new instance of the TriggerableSetTransformValues class |
Name | Description | |
---|---|---|
![]() | Awake |
The Awake method Unity calls.
|
![]() | HandleComponentAdded |
If a TransformValueSetter is added to this Component, we will automatically add it to our array.
|
![]() | Reset |
The Reset method Unity calls.
(Overrides TriggerableReset.) |
![]() | Start |
The Start method Unity calls.
|
![]() | TriggerHit |
Called by Triggers (or anything else, for that matter).
(Overrides TriggerableTriggerHit(Boolean).) |
Name | Description | |
---|---|---|
![]() | UseCustomWhenTriggerFalse |
When this Triggerable is hit with a false value, and this value is true, use the values defined in the inspector. Or, when this Triggerable is hit with a false value, and this value is false, use the cached values on the TransformValueSetters.
|
![]() | UseCustomWhenTriggerTrue |
When this Triggerable is hit with a true value, and this value is true, use the values defined in the inspector. Or, when this Triggerable is hit with a true value, and this value is false, use the cached values on the TransformValueSetters.
|