Пример #1
0
    public void Test()
    {
        Debug.Log("Test");

        _StoryPageObj.SetImg();                    //StoryObj.SertImg()
        _StoryPageObj.gameObject.SetActive(true);  //StoryObjをtrueにする
    }
Пример #2
0
 public void Test()
 {
     Debug.Log("Test");
     _StoryPageObj.SetImg();                   //SetImagのメゾットを使う
     _StoryPageObj.gameObject.SetActive(true); //StoryObjを表示する (gameObjectのUIをとる)
 }