Exemplo n.º 1
0
    public void OnClickCommandButton(int buttonIndex)
    {
        Debug.Log(((CommandButtonName)buttonIndex).ToString());

        commandController.InvokeCommandButton(buttonIndex);
    }