NGUtil EaseOnCurve Method (, , , Single)STUUI API Documentation V1.0.0

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

[ObsoleteAttribute("Use NGEasing.EaseOnCurve instead!")]
public static Vector3 EaseOnCurve(
	AnimationCurve curve,
	Vector3 from,
	Vector3 to,
	float time
)

Parameters

curve
Type: AnimationCurve
from
Type: Vector3
to
Type: Vector3
time
Type: OnlineSystem Single
See Also