Evaluates the Color value of the curve component at the given time. curveEntity must contain a Color curve component. (BezierCurveColor, LinearCurveColor, StepCurveColor and so on) To specify the type of time wrapping, add the CurveTimeWrapping component to curveEntity.
Evaluates the Float value of the curve component at the given time. curveEntity must contain a float curve component (BezierCurveFloat, LinearCurveFloat, StepCurveFloat and so on). To specify the type of time wrapping, add the CurveTimeWrapping component to curveEntity.
Evaluates the Quaternion value of the curve component at the given time. curveEntity must contain a Quaternion curve component. (BezierCurveQuaternion, LinearCurveQuaternion, StepCurveQuaternion and so on) To specify the type of time wrapping, add the CurveTimeWrapping component to curveEntity.
Evaluates the Vector2 value of the curve component at the given time. curveEntity must contain a Vector2 curve component. (BezierCurveVector2, LinearCurveVector2, StepCurveVector2 and so on) To specify the type of time wrapping, add the CurveTimeWrapping component to curveEntity.
Evaluates the Vector3 value of the curve component at the given time. curveEntity must contain a Vector3 curve component. (BezierCurveVector3, LinearCurveVector3, StepCurveVector3 and so on) To specify the type of time wrapping, add the CurveTimeWrapping component to curveEntity.
Generated using TypeDoc
Service for evaluating interpolation curves. It works with entities that have curve components such as BezierCurveFloat, LinearCurveVector3, and so on.