2using System.Reflection;
3using System.Runtime.CompilerServices;
4using System.Collections.Generic;
5using System.Collections.Immutable;
11using Microsoft.Xna.Framework;
12using Microsoft.Xna.Framework.Graphics;
18 public partial class PropTest : FillMethods
26 BackgroundColor = Color.White,
27 ResizeToSprite =
true,
28 BackgroundSprite =
new CUISprite(Path.Combine(CUITest.PNGAssetsPath,
"Dev.png"))
30 DrawMode = CUISpriteDrawMode.StaticDeep,
CUIAnchor is just a Vector2 This is a static class containing some helper methods.
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.
Wrapper Containing link to texture and drawing settings, like SourceRedt, DrawMode,...