2using System.Reflection;
3using System.Runtime.CompilerServices;
4using System.Collections.Generic;
5using System.Collections.Immutable;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Graphics;
30 GridTemplateColumns =
"75% 25%",
31 GridTemplateRows =
"50% 50%",
36 BackgroundColor = Color.Blue,
37 GridCell =
new Point(0, 0),
Base class for all components.
virtual CUIComponent Append(CUIComponent child, string name=null, [CallerMemberName] string memberName="")
Adds children to the end of the list.
Draggable and resizable container for other components.
A Grid containing children in its cells.
This class contains filling methods An Action<CUIComponent> that creates some GUI and attaches it t...