Namespace Unity.Tiny.Interpolation
Classes
CurveEvaluator
InterpolationService
Service for evaluating interpolation curves. It works with entities that have curve components such as BezierCurveFloat, LinearCurveVector3, and so on.
TimeLooper
Structs
BezierCurveFloat
BezierCurveFloat2
BezierCurveFloat3
BezierCurveQuaternion
BezierKeyFloat
BezierKeyFloat2
BezierKeyFloat3
BezierKeyQuaternion
CurveTimeLoopMode
Specifies how time wraps when evaluating the curve value. This component works with entities that have curve components such as BezierCurveFloat, LinearCurveVector3, and so on.