-
Notifications
You must be signed in to change notification settings - Fork 0
SpringMotionPreset リソース
ydicoder edited this page Nov 4, 2024
·
1 revision
バネアニメーションのプリセットを定義するためのリソースです。
-
stiffness
export -
damping
export -
mass
export -
rest_delta
export -
rest_speed
export -
limit_overdampig
export -
limit_overshooting
export
SpringMotionPreset
は以下のプロパティを公開します。
: float
export
アニメーションの剛性。
: float
export
アニメーションの減衰。
: float
export
アニメーションの質量。
: float
export
アニメーションを休止させる位置デルタ。
: float
export
アニメーションを休止させる速度。
: bool
export
アニメーションが過減衰とならないよう制限するかどうか。
: bool
export
アニメーションがオーバーシュートしないよう制限するかどうか。