Exemplo n.º 1
0
    /// <summary>
    /// Show the sprite selection wizard.
    /// </summary>

    static public void ShowSelected()
    {
        if (UGUISettings.atlas != null)
        {
            Show(delegate(string sel) { UGUIEditorTools.SelectSprite(sel); });
        }
    }