Version: 2022.3
言語: 日本語

Keyframe

struct in UnityEngine

マニュアルに切り替える

説明

アニメーションカーブでの単一のキーフレームです。

変数

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.
timeキーフレームの時間
valueキーフレームでのカーブの値
weightedModeWeighted mode for the keyframe.

コンストラクタ

Keyframeキーフレームの作成