namespace NEG.UI { public interface IUiElement { /// /// Sets only visible state of element /// /// void SetEnabled(bool setEnabled); } }