2using System.Reflection;
3using System.Runtime.CompilerServices;
4using System.Collections.Generic;
5using System.Collections.Immutable;
10using Microsoft.Xna.Framework;
15 public partial class CUI
26 return (
CUIComponent)Activator.CreateInstance(CUIReflection.GetComponentTypeByName(componentName));
Base class for all components.
static CUIComponent Create(string componentName)
Just an experimant Creates empty CUIComponent from class name.