Click or drag to resize

SmoothValueT Class

Inheritance Hierarchy

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public abstract class SmoothValue<T>

Type Parameters

T

The SmoothValueT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodSetTarget
Update target value
Public methodSnap
Snap to the target value
Public methodSnap(T)
Snap to the specified new target
Public methodUpdate
Animate smooth movement, this should be called each frame
Public methodUpdateCoroutine
Coroutine that can be used to loop instead of calling Update()
Top
Operators
Fields
  NameDescription
Protected fieldSmoothing
Protected fieldTarget
Protected fieldValue
Top
See Also