Пример #1
0
//--> Display on screen custom methods
    private void showCustomMethods(GUIStyle style_Purple, GUIStyle style_Blue, int i)
    {
        actionsWhenPuzzleIsSolved myScript = (actionsWhenPuzzleIsSolved)target;

        //-> Custom methods
        editorMethods.DisplaySelectedMethodsOnEditor(myScript.methodsList, methodsList, style_Blue, i);
    }