コード例 #1
0
ファイル: Posture.cs プロジェクト: hippogyz/mc_unity
 public void RotateTo(RotateObject sth, float targetAngle)
 {
     sth.RotateTo(targetAngle);
 }