Vector4AnimationCurve


Declaration

[Serializable]
public sealed class Vector4AnimationCurve : IAnimationCurve<Vector4>

Description

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

Properties

xThe collection of keyframes for the x-axis of a Vector4.
yThe collection of keyframes for the y-axis of a Vector4.
zThe collection of keyframes for the z-axis of a Vector4.
wThe collection of keyframes for the w-axis of a Vector4.

Methods

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