... using UnityEngine; public class api03GameObject : MonoBehaviour { void Start () { //查詢遊戲物體Light light = FindObjectOfType<Light>(); ...
確定! 回上一頁