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