예제 #1
0
    void OnMouseUpAsButton()
    {
        if (!IsClickable)
        {
            return;
        }

        Master.ButtonClick(name);
    }