コード例 #1
0
ファイル: Lab_Button.cs プロジェクト: HyoGeunGit/Kimika-APP-
    public void Button_Air()
    {
        Sel1.SetActive(false);
        All.SetActive(false);

        Sel2.SetActive(false);
        Solid.SetActive(false);

        Sel3.SetActive(false);
        Liquid.SetActive(false);

        Sel4.SetActive(true);
        Air.SetActive(true);
    }