コード例 #1
0
    public void OnCliked()
    {
        ConfirmationDialog window = (ConfirmationDialog)ScriptableObject.CreateInstance(typeof(ConfirmationDialog));

        window.Init(this, "Delete chapter: " + Controller.getInstance().getCharapterList().getChapterTitles()[Controller.getInstance().getCharapterList().getSelectedChapter()]);
    }