2using System.Collections.Generic;
4using System.Reflection;
5using System.Diagnostics;
6using System.Runtime.CompilerServices;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Input;
12using Microsoft.Xna.Framework.Graphics;
41 public CUIBool2 FitContent {
get;
set; }
50 public CUIBool2 FillEmptySpace {
get;
set; }
58 public bool Serializable {
get;
set; }
59 public bool SerializeChildren {
get;
set; }
60 public bool MergeSerialization {
get;
set; }
61 public bool ReplaceSerialization {
get;
set; }
62 public static bool ForceSaveAllProps {
get;
set; }
Ignore this, i'm just thinking how to organize props, this is getting out of hand.
Props used in list layouts.
Props used in serialization.
Props used in simple layout.