TriggerableSetMouseCursor Class |
Namespace: DustProductions.TriggerMeTimbers
public class TriggerableSetMouseCursor : Triggerable
The TriggerableSetMouseCursor type exposes the following members.
| Name | Description | |
|---|---|---|
| TriggerableSetMouseCursor | Initializes a new instance of the TriggerableSetMouseCursor class |
| Name | Description | |
|---|---|---|
| TriggerHit |
Sets values to custom or last known value, depending on what options are selected in the inspector and what value is passed in.
(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 last value on the cursor stack.
| |
| 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 last value on the cursor stack.
|