FindObjectsOfTypeAll (),这个方法,在unity的官方API上有示例代码: ... FindObjectsOfTypeAll(typeof(GameObject)) as GameObject[]) { if ...
確定! 回上一頁