Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

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.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.

Constructores

KeyframeCreate a keyframe.