Add debug rectangle size rendering, auto-resize containers to fit all children.
This commit is contained in:
@@ -33,6 +33,7 @@ public interface IRenderableElement
|
||||
{
|
||||
public bool Visible { get; set; }
|
||||
public void Render(RenderSystem renderer, Style style);
|
||||
public void DrawSize(RenderSystem renderer);
|
||||
}
|
||||
|
||||
public interface IInputElement
|
||||
|
||||
Reference in New Issue
Block a user