Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

Keyframe

struct in UnityEngine

Руководство

Описание

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

Переменные

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.

Конструкторы

KeyframeCreate a keyframe.