KeyframeNamespace: UnityEngine
Description

A single keyframe that can be injected into an animation curve.

Variables
inTangent Describes the tangent when approaching this point from the previous point in the curve.
outTangent Describes the tangent when leaving this point towards the next point in the curve.
tangentMode
time The time of the keyframe.
value The value of the curve at keyframe.
Constructors
Keyframe Create a keyframe.