Keyframe

struct in UnityEngine

Cambiar al Manual

Descripción

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

Variables

inTangentDescribes the tangent when approaching this point from the previous point in the curve.
outTangentDescribes the tangent when leaving this point towards the next point in the curve.
tangentModeTangentMode is deprecated. Use AnimationUtility.SetKeyLeftTangentMode or AnimationUtility.SetKeyRightTangentMode instead.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.

Constructores

KeyframeCreate a keyframe.