Vector3AnimationCurve


Declaration

[Serializable]
public sealed class Vector3AnimationCurve : IAnimationCurve<Vector3>

Description

Stores a collection of keyframes that can be evaluated over time as a Vector3.

Properties

xThe collection of keyframes for the x-axis of a Vector3.
yThe collection of keyframes for the y-axis of a Vector3.
zThe collection of keyframes for the z-axis of a Vector3.

Methods

EvaluateEvaluate the curve at the specified time.
AddKeyAdds a new key to the curve.
RemoveKeyRemoves a key.