LayoutFarm.UI.UICollection.RemoveUI C# (CSharp) Method

RemoveUI() public method

public RemoveUI ( UIElement ui ) : bool
ui UIElement
return bool
        public bool RemoveUI(UIElement ui)
        {
            //remove specific ui
            return uiList.Remove(ui);
        }
        public void RemoveAt(int index)