Click or drag to resize

TriggerableSetMouseCursor Class

Sets the mouse pointer to a predefined CursorDefinition based on some sort of trigger.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          DustProductions.TriggerMeTimbersTriggerable
            DustProductions.TriggerMeTimbersTriggerableSetMouseCursor

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TriggerableSetMouseCursor : Triggerable

The TriggerableSetMouseCursor type exposes the following members.

Constructors
  NameDescription
Public methodTriggerableSetMouseCursor
Initializes a new instance of the TriggerableSetMouseCursor class
Top
Methods
  NameDescription
Protected methodTriggerHit
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).)
Top
Fields
  NameDescription
Protected fieldUseCustomWhenTriggerFalse
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.
Protected fieldUseCustomWhenTriggerTrue
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.
Top
See Also