Ejemplo n.º 1
0
    //--------------------------------------------------------------------------
    //          初期化処理
    //--------------------------------------------------------------------------
    void Start()
    {
        //tips = TIPS_LIST.NONE;
        //bEnableFlug = false;

        tips = TIPS_LIST.NONE;
        Tips [(int)tips].SetActive(true);
        bEnableFlug = true;
    }
Ejemplo n.º 2
0
 //--------------------------------------------------------------------------
 //          表示Tips情報セット関数
 //--------------------------------------------------------------------------
 public static void SetTips(TIPS_LIST newtips)
 {
     tips        = newtips;
     bEnableFlug = true;
 }