Click or drag to resize

SmoothValueT Methods

The SmoothValueT generic type exposes the following members.

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
See Also