public static UISlicedSprite GetButtonSprite(UIButtonMultiSelection button)
    {
        var btn = button.gameObject.GetComponent<UIButtonMultiSelection>();

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

        return(GetButtonSprite(btn));
    }