Inheritance: MonoBehaviour
コード例 #1
0
 private void Awake()
 {
     audio = this;
     cb = GetComponent<dfCheckbox>();
 }
コード例 #2
0
 void Start()
 {
     instance = this;
 }