Click or drag to resize

DialReaction Class

React to slider values changing
Inheritance Hierarchy

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

The DialReaction type exposes the following members.

Constructors
  NameDescription
Protected methodDialReaction
Initializes a new instance of the DialReaction class
Top
Properties
  NameDescription
Protected propertyCurrentValue
Current value of the dial (0..1)
Top
Methods
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