Version: 2021.1
언어: 한국어

Keyframe

struct in UnityEngine

매뉴얼로 전환

설명

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

변수

inTangentSets the incoming tangent for this key. The incoming tangent affects the slope of the curve from the previous key to this key.
inWeightSets the incoming weight for this key. The incoming weight affects the slope of the curve from the previous key to this key.
outTangentSets the outgoing tangent for this key. The outgoing tangent affects the slope of the curve from this key to the next key.
outWeightSets the outgoing weight for this key. The outgoing weight affects the slope of the curve from this key to the next key.
timeThe time of the keyframe.
valueThe value of the curve at keyframe.
weightedModeWeighted mode for the keyframe.

생성자

KeyframeCreate a keyframe.