Chicane

Keyframe

ヘッダー
Includes/Chicane/Drift/Keyframe.hpp
ネームスペース
Chicane::Drift::Keyframe

Types

名前価値説明
List
std::vector<Keyframe>

コンストラクター

名前説明
Keyframe()
Keyframe(
const  Time& inTime
const  std::vector<float>& inValue
)
Keyframe(
const  Time& inTime
const  std::vector<float>& inValue
const  EasingCurve& inEasing
)

メンバ

アクセスタイプモディファイア名前説明
public
time
public
std::vector<float>
value
public
easing