Click or drag to resize

OnSliderReaction Class

React to slider values changing
Inheritance Hierarchy

Namespace:  ImmerseSDK.Interaction.Reactions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract class OnSliderReaction : EngageableObjectReaction

The OnSliderReaction type exposes the following members.

Constructors
  NameDescription
Protected methodOnSliderReaction
Initializes a new instance of the OnSliderReaction class
Top
Properties
  NameDescription
Protected propertyCurrentValue
The current value of the Slider (0..1)
Top
Methods
Fields
  NameDescription
Private field_invertSliderValue
True to invert the slider value, mapping from (0..1) to (1..0)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also