コード例 #1
0
    void Start()
    {
        GameObject obj = GameObject.FindGameObjectWithTag("ExperimentoClorato");

        _experimento = obj.GetComponent <ExperimentoClorato>();
    }
コード例 #2
0
 void Awake()
 {
     _instancia = this;
     _activo    = false;
 }