Add separate methods for beginning and ending drawing for Scene.
This commit is contained in:
@@ -81,19 +81,6 @@ public class UiLayer : Layer
|
||||
|
||||
contentPanel.AddChild(verticalPanel);
|
||||
verticalPanel.AddChild(exampleText);
|
||||
|
||||
// var verticalPanel = new VerticalPanel(new PanelStyle()
|
||||
// {
|
||||
// BackgroundColor = Color.White,
|
||||
// });
|
||||
|
||||
// verticalPanel.ExpandRatio = new Vector2(1f, 0.5f);
|
||||
|
||||
// _panel.AddChild(verticalPanel);
|
||||
|
||||
// verticalPanel.AddChild(new Panel(new PanelStyle() { BackgroundColor = Color.Red }));
|
||||
// verticalPanel.AddChild(new Panel(new PanelStyle() { BackgroundColor = Color.Green }));
|
||||
// verticalPanel.AddChild(new Panel(new PanelStyle() { BackgroundColor = Color.Blue }));
|
||||
}
|
||||
|
||||
private void GetResources()
|
||||
|
||||
Reference in New Issue
Block a user