![]() |
FirstModulAR 0.1.0
|
Convenience class for handling a transform that should smooth damp/lerp towards a specified position and rotation over a specified time period. More...
Public Types | |
| enum | SmoothBehavior { SmoothDamp , Lerp } |
Public Member Functions | |
| void | SetTarget (Vector3 pos, Quaternion rot) |
| Set new position and rotation targets for this SmoothTransform. | |
Convenience class for handling a transform that should smooth damp/lerp towards a specified position and rotation over a specified time period.
|
inline |
Set new position and rotation targets for this SmoothTransform.