Unity筆記(一)生命週期函數。

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Life : MonoBehaviour { void Reset(){ //調用一次,重置 } void Awake() { //調用一次
相關文章
相關標籤/搜索