Unity c# 腳本的生命週期

using System.Collections; using System.Collections.Generic; using UnityEngine; public class test : MonoBehaviour { private void Awake() { Debug.Log("喚醒"); } // Start is called
相關文章
相關標籤/搜索