コード例 #1
0
ファイル: UIHelper.cs プロジェクト: azanium/TruthNIslam-Unity
    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));
    }