言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

HumanDescription.legStretch

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public var legStretch: float;
public float legStretch;
public legStretch as float

Description

IK 使用のときに許容する脚の伸び幅

ボーンの相対位置に "緩み" が許容されるとインバース キネマティクス (IK) の計算がスムーズになります。このプロパティにより腕のジョイントにより許容する腕の伸び幅を制御します。 値の範囲はワールド座標で 0 から 1。デフォルトの値である 0.05 の場合、IK ゴールがターゲットの 95% まで到達したとき腕は伸び始め、5% 伸びます。伸びは肘および手首の Transform を移動させることにより実現されます。 理想的な値はリグおよびアニメーションに依存しますが、一般的にはより大きな値にすることで IK 計算がスムーズになる代わりに脚の伸び幅がより非現実的になります。 See Also: armStretch.