namespace StansAssets.Plugins.Editor { public interface ILayoutElementIMGUI { /// /// Draw a Layout element instance. /// void OnGUI(); void OnLayoutEnable(); } }