OnSliderReaction Class |
Namespace: ImmerseSDK.Interaction.Reactions
public abstract class OnSliderReaction : EngageableObjectReaction
The OnSliderReaction type exposes the following members.
Name | Description | |
---|---|---|
OnSliderReaction | Initializes a new instance of the OnSliderReaction class |
Name | Description | |
---|---|---|
CurrentValue |
The current value of the Slider (0..1)
|
Name | Description | |
---|---|---|
Initialize |
Initializes this reaction
(Overrides EngageableObjectReactionInitialize(TransformSync).) |
Name | Description | |
---|---|---|
_invertSliderValue |
True to invert the slider value, mapping from (0..1) to (1..0)
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |