Exemplo n.º 1
0
 public ColossalUserControl(UIInteractiveComponent component, bool subscribeEvents = false)
     : base(component, subscribeEvents)
 {
 }
Exemplo n.º 2
0
 public void AssignTo(ref UIInteractiveComponent c)
 {
     c.normalFgSprite  = Normal;
     c.hoveredFgSprite = Hovered;
     c.focusedFgSprite = Focused;
 }
Exemplo n.º 3
0
 public static PropertyChangedEventHandler <Vector2> LimitWidth(UIInteractiveComponent x, float maxWidth, bool alsoMinSize = false) => LimitWidthPrivate(x, maxWidth, alsoMinSize);