![]() | SmoothValueT Methods |
The SmoothValueT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | SetTarget |
Update target value
|
![]() | Snap |
Snap to the target value
|
![]() | Snap(T) |
Snap to the specified new target
|
![]() | Update |
Animate smooth movement, this should be called each frame
|
![]() | UpdateCoroutine |
Coroutine that can be used to loop instead of calling Update()
|