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

スクリプト言語

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

HumanTrait.MuscleFromBone

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 static function MuscleFromBone(i: int, dofIndex: int): int;
public static int MuscleFromBone(int i, int dofIndex);
public static def MuscleFromBone(i as int, dofIndex as int) as int

Parameters

i ボーンのインデックス
dofIndex 自由度を表す数字: X軸 の場合 0, Y軸の場合 1, Z軸の場合 2

Description

ボーンのインデックス値および自由度にもとづき、マッスルのインデックス値

ボーンのインデックス値の順番は BoneName 配列と同じです See Also: BoneName, BoneCount, MuscleName, MuscleCount.