浏览代码

another rotation fix

/hh-develop-dodgeball
HH 4 年前
当前提交
251c5b78
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 1
      Project/Assets/ML-Agents/Examples/Dodgeball/Scripts/DodgeBallGameController.cs

1
Project/Assets/ML-Agents/Examples/Dodgeball/Scripts/DodgeBallGameController.cs


Quaternion.identity);
DodgeBall db = g.GetComponent<DodgeBall>();
AllBallsList.Add(db);
g.transform.SetParent(transform);
g.SetActive(true);
}

部分文件因为文件数量过多而无法显示

正在加载...
取消
保存