コード例 #1
0
    // Use this for initialization
    public void callMixReaction()
    {
        //call = GameObject.Find("GameObject").GetComponent<LoadClassroom>();
        //heatReaction =GameObject.FindGameObjectWithTag("heatReaction");
        print("Mix Reaction is : " + call.getMixElementReaction());

        handleMixReaction();
    }