示例#1
0
 public static Transform[] GetBonesOfTypeAndSide(BipedNaming.BoneType boneType, BipedNaming.BoneSide boneSide, Transform[] bones)
 {
     Transform[] bonesOfType = BipedNaming.GetBonesOfType(boneType, bones);
     return(BipedNaming.GetBonesOfSide(boneSide, bonesOfType));
 }