示例#1
0
 void Load()
 {
     _StroyPrefab = Resources.Load <StoryContentController>(_From);
 }
示例#2
0
    // Update is called once per frame
    void Load()
    {
        _StroyPrefab = Resources.Load <StoryContentController>(_From);  //ScrollViewのコンテンツのリソーシズ(Button)

        Debug.Log("Load");
    }