Пример #1
0
    public static UISlicedSprite GetButtonSprite(UIButtonMultiSelection button)
    {
        var btn = button.gameObject.GetComponent<UIButtonMultiSelection>();

        return GetButtonSprite(btn);
    }
Пример #2
0
    public static UISlicedSprite GetButtonSprite(UIButtonMultiSelection button)
    {
        var btn = button.gameObject.GetComponent <UIButtonMultiSelection>();

        return(GetButtonSprite(btn));
    }