SmoothingSettings
struct in Coherence.Interpolation
Fields
Default | |
Empty | |
maxSpeed | Maximum SmoothDamp speed allowed. Zero means no maximum is imposed. |
smoothTime | Seconds to remain behind the current interpolation point. Applied using Mathf.SmoothDamp (or Mathf.SmoothDampAngle for Quaternions). |