AnimationCurve.AnimationCurvestatic function AnimationCurve (params keys : Keyframe[]) : AnimationCurveDescriptionCreates an animation curve from arbitrary number of keyframes. This creates a curve from variable number of Keyframe parameters. If you want to create curve from an array of keyframes, create an empty curve and assign keys property.
JavaScript
// An ease in, ease out animation curve (tangents are all flat) using UnityEngine; import UnityEngine static function AnimationCurve () : AnimationCurveDescriptionCreates an empty animation curve |
