Exemplo n.º 1
0
    public static UISlicedSprite GetButtonSprite(UIButtonMultiSelection button)
    {
        var btn = button.gameObject.GetComponent<UIButtonMultiSelection>();

        return GetButtonSprite(btn);
    }
Exemplo n.º 2
0
    public static UISlicedSprite GetButtonSprite(UIButtonMultiSelection button)
    {
        var btn = button.gameObject.GetComponent <UIButtonMultiSelection>();

        return(GetButtonSprite(btn));
    }