### YamlMime:ManagedReference items: - uid: MLEM.Ui.UiSystem commentId: T:MLEM.Ui.UiSystem id: UiSystem parent: MLEM.Ui children: - MLEM.Ui.UiSystem.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler) - MLEM.Ui.UiSystem.Add(System.String,MLEM.Ui.Elements.Element) - MLEM.Ui.UiSystem.ApplyToAll(System.Action{MLEM.Ui.Elements.Element}) - MLEM.Ui.UiSystem.AutoScaleReferenceSize - MLEM.Ui.UiSystem.AutoScaleWithScreen - MLEM.Ui.UiSystem.BlendState - MLEM.Ui.UiSystem.Controls - MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) - MLEM.Ui.UiSystem.DrawAlpha - MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) - MLEM.Ui.UiSystem.Get(System.String) - MLEM.Ui.UiSystem.GetRootElements - MLEM.Ui.UiSystem.GlobalScale - MLEM.Ui.UiSystem.GraphicsDevice - MLEM.Ui.UiSystem.OnElementAreaUpdated - MLEM.Ui.UiSystem.OnElementDeselected - MLEM.Ui.UiSystem.OnElementDrawn - MLEM.Ui.UiSystem.OnElementMouseEnter - MLEM.Ui.UiSystem.OnElementMouseExit - MLEM.Ui.UiSystem.OnElementPressed - MLEM.Ui.UiSystem.OnElementSecondaryPressed - MLEM.Ui.UiSystem.OnElementSelected - MLEM.Ui.UiSystem.OnElementUpdated - MLEM.Ui.UiSystem.OnMousedElementChanged - MLEM.Ui.UiSystem.OnRootAdded - MLEM.Ui.UiSystem.OnRootRemoved - MLEM.Ui.UiSystem.OnSelectedElementChanged - MLEM.Ui.UiSystem.OnSelectedElementDrawn - MLEM.Ui.UiSystem.Remove(System.String) - MLEM.Ui.UiSystem.SamplerState - MLEM.Ui.UiSystem.Style - MLEM.Ui.UiSystem.TextFormatter - MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime) - MLEM.Ui.UiSystem.Viewport - MLEM.Ui.UiSystem.Window langs: - csharp - vb name: UiSystem nameWithType: UiSystem fullName: MLEM.Ui.UiSystem type: Class source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: UiSystem path: ../MLEM.Ui/UiSystem.cs startLine: 18 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: 'public class UiSystem : GameComponent, IGameComponent, IUpdateable, IComparable, IDisposable' content.vb: >- Public Class UiSystem Inherits GameComponent Implements IGameComponent, IUpdateable, IComparable(Of GameComponent), IDisposable inheritance: - System.Object - Microsoft.Xna.Framework.GameComponent implements: - Microsoft.Xna.Framework.IGameComponent - Microsoft.Xna.Framework.IUpdateable - System.IComparable{Microsoft.Xna.Framework.GameComponent} - System.IDisposable inheritedMembers: - Microsoft.Xna.Framework.GameComponent.Initialize - Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs) - Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs) - Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) - Microsoft.Xna.Framework.GameComponent.Dispose - Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) - Microsoft.Xna.Framework.GameComponent.Game - Microsoft.Xna.Framework.GameComponent.Enabled - Microsoft.Xna.Framework.GameComponent.UpdateOrder - Microsoft.Xna.Framework.GameComponent.EnabledChanged - Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: MLEM.Ui.UiSystem.GraphicsDevice commentId: F:MLEM.Ui.UiSystem.GraphicsDevice id: GraphicsDevice parent: MLEM.Ui.UiSystem langs: - csharp - vb name: GraphicsDevice nameWithType: UiSystem.GraphicsDevice fullName: MLEM.Ui.UiSystem.GraphicsDevice type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: GraphicsDevice path: ../MLEM.Ui/UiSystem.cs startLine: 20 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public readonly GraphicsDevice GraphicsDevice return: type: Microsoft.Xna.Framework.Graphics.GraphicsDevice content.vb: Public ReadOnly GraphicsDevice As GraphicsDevice modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Ui.UiSystem.Window commentId: F:MLEM.Ui.UiSystem.Window id: Window parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Window nameWithType: UiSystem.Window fullName: MLEM.Ui.UiSystem.Window type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Window path: ../MLEM.Ui/UiSystem.cs startLine: 21 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public readonly GameWindow Window return: type: Microsoft.Xna.Framework.GameWindow content.vb: Public ReadOnly Window As GameWindow modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Ui.UiSystem.Viewport commentId: P:MLEM.Ui.UiSystem.Viewport id: Viewport parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Viewport nameWithType: UiSystem.Viewport fullName: MLEM.Ui.UiSystem.Viewport type: Property source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Viewport path: ../MLEM.Ui/UiSystem.cs startLine: 24 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Rectangle Viewport { get; } parameters: [] return: type: Microsoft.Xna.Framework.Rectangle content.vb: Public ReadOnly Property Viewport As Rectangle overload: MLEM.Ui.UiSystem.Viewport* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: MLEM.Ui.UiSystem.AutoScaleWithScreen commentId: F:MLEM.Ui.UiSystem.AutoScaleWithScreen id: AutoScaleWithScreen parent: MLEM.Ui.UiSystem langs: - csharp - vb name: AutoScaleWithScreen nameWithType: UiSystem.AutoScaleWithScreen fullName: MLEM.Ui.UiSystem.AutoScaleWithScreen type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: AutoScaleWithScreen path: ../MLEM.Ui/UiSystem.cs startLine: 25 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public bool AutoScaleWithScreen return: type: System.Boolean content.vb: Public AutoScaleWithScreen As Boolean modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.AutoScaleReferenceSize commentId: F:MLEM.Ui.UiSystem.AutoScaleReferenceSize id: AutoScaleReferenceSize parent: MLEM.Ui.UiSystem langs: - csharp - vb name: AutoScaleReferenceSize nameWithType: UiSystem.AutoScaleReferenceSize fullName: MLEM.Ui.UiSystem.AutoScaleReferenceSize type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: AutoScaleReferenceSize path: ../MLEM.Ui/UiSystem.cs startLine: 26 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Point AutoScaleReferenceSize return: type: Microsoft.Xna.Framework.Point content.vb: Public AutoScaleReferenceSize As Point modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.GlobalScale commentId: P:MLEM.Ui.UiSystem.GlobalScale id: GlobalScale parent: MLEM.Ui.UiSystem langs: - csharp - vb name: GlobalScale nameWithType: UiSystem.GlobalScale fullName: MLEM.Ui.UiSystem.GlobalScale type: Property source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: GlobalScale path: ../MLEM.Ui/UiSystem.cs startLine: 28 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public float GlobalScale { get; set; } parameters: [] return: type: System.Single content.vb: Public Property GlobalScale As Single overload: MLEM.Ui.UiSystem.GlobalScale* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Style commentId: P:MLEM.Ui.UiSystem.Style id: Style parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Style nameWithType: UiSystem.Style fullName: MLEM.Ui.UiSystem.Style type: Property source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Style path: ../MLEM.Ui/UiSystem.cs startLine: 42 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public UiStyle Style { get; set; } parameters: [] return: type: MLEM.Ui.Style.UiStyle content.vb: Public Property Style As UiStyle overload: MLEM.Ui.UiSystem.Style* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.DrawAlpha commentId: F:MLEM.Ui.UiSystem.DrawAlpha id: DrawAlpha parent: MLEM.Ui.UiSystem langs: - csharp - vb name: DrawAlpha nameWithType: UiSystem.DrawAlpha fullName: MLEM.Ui.UiSystem.DrawAlpha type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: DrawAlpha path: ../MLEM.Ui/UiSystem.cs startLine: 52 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public float DrawAlpha return: type: System.Single content.vb: Public DrawAlpha As Single modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.BlendState commentId: F:MLEM.Ui.UiSystem.BlendState id: BlendState parent: MLEM.Ui.UiSystem langs: - csharp - vb name: BlendState nameWithType: UiSystem.BlendState fullName: MLEM.Ui.UiSystem.BlendState type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: BlendState path: ../MLEM.Ui/UiSystem.cs startLine: 53 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public BlendState BlendState return: type: Microsoft.Xna.Framework.Graphics.BlendState content.vb: Public BlendState As BlendState modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.SamplerState commentId: F:MLEM.Ui.UiSystem.SamplerState id: SamplerState parent: MLEM.Ui.UiSystem langs: - csharp - vb name: SamplerState nameWithType: UiSystem.SamplerState fullName: MLEM.Ui.UiSystem.SamplerState type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: SamplerState path: ../MLEM.Ui/UiSystem.cs startLine: 54 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public SamplerState SamplerState return: type: Microsoft.Xna.Framework.Graphics.SamplerState content.vb: Public SamplerState As SamplerState modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.TextFormatter commentId: F:MLEM.Ui.UiSystem.TextFormatter id: TextFormatter parent: MLEM.Ui.UiSystem langs: - csharp - vb name: TextFormatter nameWithType: UiSystem.TextFormatter fullName: MLEM.Ui.UiSystem.TextFormatter type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: TextFormatter path: ../MLEM.Ui/UiSystem.cs startLine: 55 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public TextFormatter TextFormatter return: type: MLEM.Formatting.TextFormatter content.vb: Public TextFormatter As TextFormatter modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Controls commentId: F:MLEM.Ui.UiSystem.Controls id: Controls parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Controls nameWithType: UiSystem.Controls fullName: MLEM.Ui.UiSystem.Controls type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Controls path: ../MLEM.Ui/UiSystem.cs startLine: 56 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public UiControls Controls return: type: MLEM.Ui.UiControls content.vb: Public Controls As UiControls modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementDrawn commentId: F:MLEM.Ui.UiSystem.OnElementDrawn id: OnElementDrawn parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementDrawn nameWithType: UiSystem.OnElementDrawn fullName: MLEM.Ui.UiSystem.OnElementDrawn type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementDrawn path: ../MLEM.Ui/UiSystem.cs startLine: 58 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.DrawCallback OnElementDrawn return: type: MLEM.Ui.Elements.Element.DrawCallback content.vb: Public OnElementDrawn As Element.DrawCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnSelectedElementDrawn commentId: F:MLEM.Ui.UiSystem.OnSelectedElementDrawn id: OnSelectedElementDrawn parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnSelectedElementDrawn nameWithType: UiSystem.OnSelectedElementDrawn fullName: MLEM.Ui.UiSystem.OnSelectedElementDrawn type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnSelectedElementDrawn path: ../MLEM.Ui/UiSystem.cs startLine: 59 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.DrawCallback OnSelectedElementDrawn return: type: MLEM.Ui.Elements.Element.DrawCallback content.vb: Public OnSelectedElementDrawn As Element.DrawCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementUpdated commentId: F:MLEM.Ui.UiSystem.OnElementUpdated id: OnElementUpdated parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementUpdated nameWithType: UiSystem.OnElementUpdated fullName: MLEM.Ui.UiSystem.OnElementUpdated type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementUpdated path: ../MLEM.Ui/UiSystem.cs startLine: 60 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.TimeCallback OnElementUpdated return: type: MLEM.Ui.Elements.Element.TimeCallback content.vb: Public OnElementUpdated As Element.TimeCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementPressed commentId: F:MLEM.Ui.UiSystem.OnElementPressed id: OnElementPressed parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementPressed nameWithType: UiSystem.OnElementPressed fullName: MLEM.Ui.UiSystem.OnElementPressed type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementPressed path: ../MLEM.Ui/UiSystem.cs startLine: 61 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementPressed return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementPressed As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementSecondaryPressed commentId: F:MLEM.Ui.UiSystem.OnElementSecondaryPressed id: OnElementSecondaryPressed parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementSecondaryPressed nameWithType: UiSystem.OnElementSecondaryPressed fullName: MLEM.Ui.UiSystem.OnElementSecondaryPressed type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementSecondaryPressed path: ../MLEM.Ui/UiSystem.cs startLine: 62 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementSecondaryPressed return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementSecondaryPressed As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementSelected commentId: F:MLEM.Ui.UiSystem.OnElementSelected id: OnElementSelected parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementSelected nameWithType: UiSystem.OnElementSelected fullName: MLEM.Ui.UiSystem.OnElementSelected type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementSelected path: ../MLEM.Ui/UiSystem.cs startLine: 63 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementSelected return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementSelected As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementDeselected commentId: F:MLEM.Ui.UiSystem.OnElementDeselected id: OnElementDeselected parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementDeselected nameWithType: UiSystem.OnElementDeselected fullName: MLEM.Ui.UiSystem.OnElementDeselected type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementDeselected path: ../MLEM.Ui/UiSystem.cs startLine: 64 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementDeselected return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementDeselected As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementMouseEnter commentId: F:MLEM.Ui.UiSystem.OnElementMouseEnter id: OnElementMouseEnter parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementMouseEnter nameWithType: UiSystem.OnElementMouseEnter fullName: MLEM.Ui.UiSystem.OnElementMouseEnter type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementMouseEnter path: ../MLEM.Ui/UiSystem.cs startLine: 65 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementMouseEnter return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementMouseEnter As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementMouseExit commentId: F:MLEM.Ui.UiSystem.OnElementMouseExit id: OnElementMouseExit parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementMouseExit nameWithType: UiSystem.OnElementMouseExit fullName: MLEM.Ui.UiSystem.OnElementMouseExit type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementMouseExit path: ../MLEM.Ui/UiSystem.cs startLine: 66 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementMouseExit return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementMouseExit As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnElementAreaUpdated commentId: F:MLEM.Ui.UiSystem.OnElementAreaUpdated id: OnElementAreaUpdated parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnElementAreaUpdated nameWithType: UiSystem.OnElementAreaUpdated fullName: MLEM.Ui.UiSystem.OnElementAreaUpdated type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnElementAreaUpdated path: ../MLEM.Ui/UiSystem.cs startLine: 67 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnElementAreaUpdated return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnElementAreaUpdated As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnMousedElementChanged commentId: F:MLEM.Ui.UiSystem.OnMousedElementChanged id: OnMousedElementChanged parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnMousedElementChanged nameWithType: UiSystem.OnMousedElementChanged fullName: MLEM.Ui.UiSystem.OnMousedElementChanged type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnMousedElementChanged path: ../MLEM.Ui/UiSystem.cs startLine: 68 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnMousedElementChanged return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnMousedElementChanged As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnSelectedElementChanged commentId: F:MLEM.Ui.UiSystem.OnSelectedElementChanged id: OnSelectedElementChanged parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnSelectedElementChanged nameWithType: UiSystem.OnSelectedElementChanged fullName: MLEM.Ui.UiSystem.OnSelectedElementChanged type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnSelectedElementChanged path: ../MLEM.Ui/UiSystem.cs startLine: 69 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public Element.GenericCallback OnSelectedElementChanged return: type: MLEM.Ui.Elements.Element.GenericCallback content.vb: Public OnSelectedElementChanged As Element.GenericCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnRootAdded commentId: F:MLEM.Ui.UiSystem.OnRootAdded id: OnRootAdded parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnRootAdded nameWithType: UiSystem.OnRootAdded fullName: MLEM.Ui.UiSystem.OnRootAdded type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnRootAdded path: ../MLEM.Ui/UiSystem.cs startLine: 70 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public UiSystem.RootCallback OnRootAdded return: type: MLEM.Ui.UiSystem.RootCallback content.vb: Public OnRootAdded As UiSystem.RootCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.OnRootRemoved commentId: F:MLEM.Ui.UiSystem.OnRootRemoved id: OnRootRemoved parent: MLEM.Ui.UiSystem langs: - csharp - vb name: OnRootRemoved nameWithType: UiSystem.OnRootRemoved fullName: MLEM.Ui.UiSystem.OnRootRemoved type: Field source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: OnRootRemoved path: ../MLEM.Ui/UiSystem.cs startLine: 71 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public UiSystem.RootCallback OnRootRemoved return: type: MLEM.Ui.UiSystem.RootCallback content.vb: Public OnRootRemoved As UiSystem.RootCallback modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler) commentId: M:MLEM.Ui.UiSystem.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler) id: '#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler)' parent: MLEM.Ui.UiSystem langs: - csharp - vb name: UiSystem(GameWindow, GraphicsDevice, UiStyle, InputHandler) nameWithType: UiSystem.UiSystem(GameWindow, GraphicsDevice, UiStyle, InputHandler) fullName: MLEM.Ui.UiSystem.UiSystem(Microsoft.Xna.Framework.GameWindow, Microsoft.Xna.Framework.Graphics.GraphicsDevice, MLEM.Ui.Style.UiStyle, MLEM.Input.InputHandler) type: Constructor source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM.Ui/UiSystem.cs startLine: 73 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public UiSystem(GameWindow window, GraphicsDevice device, UiStyle style, InputHandler inputHandler = null) parameters: - id: window type: Microsoft.Xna.Framework.GameWindow - id: device type: Microsoft.Xna.Framework.Graphics.GraphicsDevice - id: style type: MLEM.Ui.Style.UiStyle - id: inputHandler type: MLEM.Input.InputHandler content.vb: Public Sub New(window As GameWindow, device As GraphicsDevice, style As UiStyle, inputHandler As InputHandler = Nothing) overload: MLEM.Ui.UiSystem.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime) id: Update(Microsoft.Xna.Framework.GameTime) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Update(GameTime) nameWithType: UiSystem.Update(GameTime) fullName: MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Update path: ../MLEM.Ui/UiSystem.cs startLine: 108 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public override void Update(GameTime time) parameters: - id: time type: Microsoft.Xna.Framework.GameTime content.vb: Public Overrides Sub Update(time As GameTime) overridden: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) overload: MLEM.Ui.UiSystem.Update* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) commentId: M:MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) id: DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: DrawEarly(GameTime, SpriteBatch) nameWithType: UiSystem.DrawEarly(GameTime, SpriteBatch) fullName: MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: DrawEarly path: ../MLEM.Ui/UiSystem.cs startLine: 116 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public void DrawEarly(GameTime time, SpriteBatch batch) parameters: - id: time type: Microsoft.Xna.Framework.GameTime - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch content.vb: Public Sub DrawEarly(time As GameTime, batch As SpriteBatch) overload: MLEM.Ui.UiSystem.DrawEarly* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) commentId: M:MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Draw(GameTime, SpriteBatch) nameWithType: UiSystem.Draw(GameTime, SpriteBatch) fullName: MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Draw path: ../MLEM.Ui/UiSystem.cs startLine: 123 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public void Draw(GameTime time, SpriteBatch batch) parameters: - id: time type: Microsoft.Xna.Framework.GameTime - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch content.vb: Public Sub Draw(time As GameTime, batch As SpriteBatch) overload: MLEM.Ui.UiSystem.Draw* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Add(System.String,MLEM.Ui.Elements.Element) commentId: M:MLEM.Ui.UiSystem.Add(System.String,MLEM.Ui.Elements.Element) id: Add(System.String,MLEM.Ui.Elements.Element) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Add(String, Element) nameWithType: UiSystem.Add(String, Element) fullName: MLEM.Ui.UiSystem.Add(System.String, MLEM.Ui.Elements.Element) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Add path: ../MLEM.Ui/UiSystem.cs startLine: 134 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public RootElement Add(string name, Element element) parameters: - id: name type: System.String - id: element type: MLEM.Ui.Elements.Element return: type: MLEM.Ui.RootElement content.vb: Public Function Add(name As String, element As Element) As RootElement overload: MLEM.Ui.UiSystem.Add* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Remove(System.String) commentId: M:MLEM.Ui.UiSystem.Remove(System.String) id: Remove(System.String) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Remove(String) nameWithType: UiSystem.Remove(String) fullName: MLEM.Ui.UiSystem.Remove(System.String) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Remove path: ../MLEM.Ui/UiSystem.cs startLine: 150 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public void Remove(string name) parameters: - id: name type: System.String content.vb: Public Sub Remove(name As String) overload: MLEM.Ui.UiSystem.Remove* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.Get(System.String) commentId: M:MLEM.Ui.UiSystem.Get(System.String) id: Get(System.String) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: Get(String) nameWithType: UiSystem.Get(String) fullName: MLEM.Ui.UiSystem.Get(System.String) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Get path: ../MLEM.Ui/UiSystem.cs startLine: 165 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public RootElement Get(string name) parameters: - id: name type: System.String return: type: MLEM.Ui.RootElement content.vb: Public Function Get(name As String) As RootElement overload: MLEM.Ui.UiSystem.Get* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.GetRootElements commentId: M:MLEM.Ui.UiSystem.GetRootElements id: GetRootElements parent: MLEM.Ui.UiSystem langs: - csharp - vb name: GetRootElements() nameWithType: UiSystem.GetRootElements() fullName: MLEM.Ui.UiSystem.GetRootElements() type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: GetRootElements path: ../MLEM.Ui/UiSystem.cs startLine: 181 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public IEnumerable GetRootElements() return: type: System.Collections.Generic.IEnumerable{MLEM.Ui.RootElement} content.vb: Public Function GetRootElements As IEnumerable(Of RootElement) overload: MLEM.Ui.UiSystem.GetRootElements* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Ui.UiSystem.ApplyToAll(System.Action{MLEM.Ui.Elements.Element}) commentId: M:MLEM.Ui.UiSystem.ApplyToAll(System.Action{MLEM.Ui.Elements.Element}) id: ApplyToAll(System.Action{MLEM.Ui.Elements.Element}) parent: MLEM.Ui.UiSystem langs: - csharp - vb name: ApplyToAll(Action) nameWithType: UiSystem.ApplyToAll(Action) fullName: MLEM.Ui.UiSystem.ApplyToAll(System.Action) type: Method source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: ApplyToAll path: ../MLEM.Ui/UiSystem.cs startLine: 186 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public void ApplyToAll(Action action) parameters: - id: action type: System.Action{MLEM.Ui.Elements.Element} content.vb: Public Sub ApplyToAll(action As Action(Of Element)) overload: MLEM.Ui.UiSystem.ApplyToAll* nameWithType.vb: UiSystem.ApplyToAll(Action(Of Element)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: MLEM.Ui.UiSystem.ApplyToAll(System.Action(Of MLEM.Ui.Elements.Element)) name.vb: ApplyToAll(Action(Of Element)) references: - uid: MLEM.Ui commentId: N:MLEM.Ui name: MLEM.Ui nameWithType: MLEM.Ui fullName: MLEM.Ui - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: Microsoft.Xna.Framework.GameComponent commentId: T:Microsoft.Xna.Framework.GameComponent parent: Microsoft.Xna.Framework isExternal: true name: GameComponent nameWithType: GameComponent fullName: Microsoft.Xna.Framework.GameComponent - uid: Microsoft.Xna.Framework.IGameComponent commentId: T:Microsoft.Xna.Framework.IGameComponent parent: Microsoft.Xna.Framework isExternal: true name: IGameComponent nameWithType: IGameComponent fullName: Microsoft.Xna.Framework.IGameComponent - uid: Microsoft.Xna.Framework.IUpdateable commentId: T:Microsoft.Xna.Framework.IUpdateable parent: Microsoft.Xna.Framework isExternal: true name: IUpdateable nameWithType: IUpdateable fullName: Microsoft.Xna.Framework.IUpdateable - uid: System.IComparable{Microsoft.Xna.Framework.GameComponent} commentId: T:System.IComparable{Microsoft.Xna.Framework.GameComponent} parent: System definition: System.IComparable`1 name: IComparable nameWithType: IComparable fullName: System.IComparable nameWithType.vb: IComparable(Of GameComponent) fullName.vb: System.IComparable(Of Microsoft.Xna.Framework.GameComponent) name.vb: IComparable(Of GameComponent) spec.csharp: - uid: System.IComparable`1 name: IComparable nameWithType: IComparable fullName: System.IComparable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.GameComponent name: GameComponent nameWithType: GameComponent fullName: Microsoft.Xna.Framework.GameComponent isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.IComparable`1 name: IComparable nameWithType: IComparable fullName: System.IComparable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.GameComponent name: GameComponent nameWithType: GameComponent fullName: Microsoft.Xna.Framework.GameComponent isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.IDisposable commentId: T:System.IDisposable parent: System isExternal: true name: IDisposable nameWithType: IDisposable fullName: System.IDisposable - uid: Microsoft.Xna.Framework.GameComponent.Initialize commentId: M:Microsoft.Xna.Framework.GameComponent.Initialize parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Initialize() nameWithType: GameComponent.Initialize() fullName: Microsoft.Xna.Framework.GameComponent.Initialize() spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.Initialize name: Initialize nameWithType: GameComponent.Initialize fullName: Microsoft.Xna.Framework.GameComponent.Initialize isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.Initialize name: Initialize nameWithType: GameComponent.Initialize fullName: Microsoft.Xna.Framework.GameComponent.Initialize isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs) commentId: M:Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs) parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: OnUpdateOrderChanged(Object, EventArgs) nameWithType: GameComponent.OnUpdateOrderChanged(Object, EventArgs) fullName: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object, System.EventArgs) spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs) name: OnUpdateOrderChanged nameWithType: GameComponent.OnUpdateOrderChanged fullName: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.EventArgs name: EventArgs nameWithType: EventArgs fullName: System.EventArgs isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs) name: OnUpdateOrderChanged nameWithType: GameComponent.OnUpdateOrderChanged fullName: Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.EventArgs name: EventArgs nameWithType: EventArgs fullName: System.EventArgs isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs) commentId: M:Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs) parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: OnEnabledChanged(Object, EventArgs) nameWithType: GameComponent.OnEnabledChanged(Object, EventArgs) fullName: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object, System.EventArgs) spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs) name: OnEnabledChanged nameWithType: GameComponent.OnEnabledChanged fullName: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.EventArgs name: EventArgs nameWithType: EventArgs fullName: System.EventArgs isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs) name: OnEnabledChanged nameWithType: GameComponent.OnEnabledChanged fullName: Microsoft.Xna.Framework.GameComponent.OnEnabledChanged isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.EventArgs name: EventArgs nameWithType: EventArgs fullName: System.EventArgs isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) commentId: M:Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Dispose(Boolean) nameWithType: GameComponent.Dispose(Boolean) fullName: Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) name: Dispose nameWithType: GameComponent.Dispose fullName: Microsoft.Xna.Framework.GameComponent.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean) name: Dispose nameWithType: GameComponent.Dispose fullName: Microsoft.Xna.Framework.GameComponent.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.Dispose commentId: M:Microsoft.Xna.Framework.GameComponent.Dispose parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Dispose() nameWithType: GameComponent.Dispose() fullName: Microsoft.Xna.Framework.GameComponent.Dispose() spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.Dispose name: Dispose nameWithType: GameComponent.Dispose fullName: Microsoft.Xna.Framework.GameComponent.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.Dispose name: Dispose nameWithType: GameComponent.Dispose fullName: Microsoft.Xna.Framework.GameComponent.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) commentId: M:Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: CompareTo(GameComponent) nameWithType: GameComponent.CompareTo(GameComponent) fullName: Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) name: CompareTo nameWithType: GameComponent.CompareTo fullName: Microsoft.Xna.Framework.GameComponent.CompareTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameComponent name: GameComponent nameWithType: GameComponent fullName: Microsoft.Xna.Framework.GameComponent isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.CompareTo(Microsoft.Xna.Framework.GameComponent) name: CompareTo nameWithType: GameComponent.CompareTo fullName: Microsoft.Xna.Framework.GameComponent.CompareTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameComponent name: GameComponent nameWithType: GameComponent fullName: Microsoft.Xna.Framework.GameComponent isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.GameComponent.Game commentId: P:Microsoft.Xna.Framework.GameComponent.Game parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Game nameWithType: GameComponent.Game fullName: Microsoft.Xna.Framework.GameComponent.Game - uid: Microsoft.Xna.Framework.GameComponent.Enabled commentId: P:Microsoft.Xna.Framework.GameComponent.Enabled parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Enabled nameWithType: GameComponent.Enabled fullName: Microsoft.Xna.Framework.GameComponent.Enabled - uid: Microsoft.Xna.Framework.GameComponent.UpdateOrder commentId: P:Microsoft.Xna.Framework.GameComponent.UpdateOrder parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: UpdateOrder nameWithType: GameComponent.UpdateOrder fullName: Microsoft.Xna.Framework.GameComponent.UpdateOrder - uid: Microsoft.Xna.Framework.GameComponent.EnabledChanged commentId: E:Microsoft.Xna.Framework.GameComponent.EnabledChanged parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: EnabledChanged nameWithType: GameComponent.EnabledChanged fullName: Microsoft.Xna.Framework.GameComponent.EnabledChanged - uid: Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged commentId: E:Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: UpdateOrderChanged nameWithType: GameComponent.UpdateOrderChanged fullName: Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework - uid: System.IComparable`1 commentId: T:System.IComparable`1 isExternal: true name: IComparable nameWithType: IComparable fullName: System.IComparable nameWithType.vb: IComparable(Of T) fullName.vb: System.IComparable(Of T) name.vb: IComparable(Of T) spec.csharp: - uid: System.IComparable`1 name: IComparable nameWithType: IComparable fullName: System.IComparable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.IComparable`1 name: IComparable nameWithType: IComparable fullName: System.IComparable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework.Graphics.GraphicsDevice commentId: T:Microsoft.Xna.Framework.Graphics.GraphicsDevice parent: Microsoft.Xna.Framework.Graphics isExternal: true name: GraphicsDevice nameWithType: GraphicsDevice fullName: Microsoft.Xna.Framework.Graphics.GraphicsDevice - uid: Microsoft.Xna.Framework.Graphics commentId: N:Microsoft.Xna.Framework.Graphics isExternal: true name: Microsoft.Xna.Framework.Graphics nameWithType: Microsoft.Xna.Framework.Graphics fullName: Microsoft.Xna.Framework.Graphics - uid: Microsoft.Xna.Framework.GameWindow commentId: T:Microsoft.Xna.Framework.GameWindow parent: Microsoft.Xna.Framework isExternal: true name: GameWindow nameWithType: GameWindow fullName: Microsoft.Xna.Framework.GameWindow - uid: MLEM.Ui.UiSystem.Viewport* commentId: Overload:MLEM.Ui.UiSystem.Viewport name: Viewport nameWithType: UiSystem.Viewport fullName: MLEM.Ui.UiSystem.Viewport - uid: Microsoft.Xna.Framework.Rectangle commentId: T:Microsoft.Xna.Framework.Rectangle parent: Microsoft.Xna.Framework isExternal: true name: Rectangle nameWithType: Rectangle fullName: Microsoft.Xna.Framework.Rectangle - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: Microsoft.Xna.Framework.Point commentId: T:Microsoft.Xna.Framework.Point parent: Microsoft.Xna.Framework isExternal: true name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point - uid: MLEM.Ui.UiSystem.GlobalScale* commentId: Overload:MLEM.Ui.UiSystem.GlobalScale name: GlobalScale nameWithType: UiSystem.GlobalScale fullName: MLEM.Ui.UiSystem.GlobalScale - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: MLEM.Ui.UiSystem.Style* commentId: Overload:MLEM.Ui.UiSystem.Style name: Style nameWithType: UiSystem.Style fullName: MLEM.Ui.UiSystem.Style - uid: MLEM.Ui.Style.UiStyle commentId: T:MLEM.Ui.Style.UiStyle parent: MLEM.Ui.Style name: UiStyle nameWithType: UiStyle fullName: MLEM.Ui.Style.UiStyle - uid: MLEM.Ui.Style commentId: N:MLEM.Ui.Style name: MLEM.Ui.Style nameWithType: MLEM.Ui.Style fullName: MLEM.Ui.Style - uid: Microsoft.Xna.Framework.Graphics.BlendState commentId: T:Microsoft.Xna.Framework.Graphics.BlendState parent: Microsoft.Xna.Framework.Graphics isExternal: true name: BlendState nameWithType: BlendState fullName: Microsoft.Xna.Framework.Graphics.BlendState - uid: Microsoft.Xna.Framework.Graphics.SamplerState commentId: T:Microsoft.Xna.Framework.Graphics.SamplerState parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SamplerState nameWithType: SamplerState fullName: Microsoft.Xna.Framework.Graphics.SamplerState - uid: MLEM.Formatting.TextFormatter commentId: T:MLEM.Formatting.TextFormatter parent: MLEM.Formatting name: TextFormatter nameWithType: TextFormatter fullName: MLEM.Formatting.TextFormatter - uid: MLEM.Formatting commentId: N:MLEM.Formatting name: MLEM.Formatting nameWithType: MLEM.Formatting fullName: MLEM.Formatting - uid: MLEM.Ui.UiControls commentId: T:MLEM.Ui.UiControls parent: MLEM.Ui name: UiControls nameWithType: UiControls fullName: MLEM.Ui.UiControls - uid: MLEM.Ui.Elements.Element.DrawCallback commentId: T:MLEM.Ui.Elements.Element.DrawCallback parent: MLEM.Ui.Elements name: Element.DrawCallback nameWithType: Element.DrawCallback fullName: MLEM.Ui.Elements.Element.DrawCallback - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements - uid: MLEM.Ui.Elements.Element.TimeCallback commentId: T:MLEM.Ui.Elements.Element.TimeCallback parent: MLEM.Ui.Elements name: Element.TimeCallback nameWithType: Element.TimeCallback fullName: MLEM.Ui.Elements.Element.TimeCallback - uid: MLEM.Ui.Elements.Element.GenericCallback commentId: T:MLEM.Ui.Elements.Element.GenericCallback parent: MLEM.Ui.Elements name: Element.GenericCallback nameWithType: Element.GenericCallback fullName: MLEM.Ui.Elements.Element.GenericCallback - uid: MLEM.Ui.UiSystem.RootCallback commentId: T:MLEM.Ui.UiSystem.RootCallback parent: MLEM.Ui name: UiSystem.RootCallback nameWithType: UiSystem.RootCallback fullName: MLEM.Ui.UiSystem.RootCallback - uid: MLEM.Ui.UiSystem.#ctor* commentId: Overload:MLEM.Ui.UiSystem.#ctor name: UiSystem nameWithType: UiSystem.UiSystem fullName: MLEM.Ui.UiSystem.UiSystem - uid: MLEM.Input.InputHandler commentId: T:MLEM.Input.InputHandler parent: MLEM.Input name: InputHandler nameWithType: InputHandler fullName: MLEM.Input.InputHandler - uid: MLEM.Input commentId: N:MLEM.Input name: MLEM.Input nameWithType: MLEM.Input fullName: MLEM.Input - uid: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) commentId: M:Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) parent: Microsoft.Xna.Framework.GameComponent isExternal: true name: Update(GameTime) nameWithType: GameComponent.Update(GameTime) fullName: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) name: Update nameWithType: GameComponent.Update fullName: Microsoft.Xna.Framework.GameComponent.Update isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) name: Update nameWithType: GameComponent.Update fullName: Microsoft.Xna.Framework.GameComponent.Update isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Ui.UiSystem.Update* commentId: Overload:MLEM.Ui.UiSystem.Update name: Update nameWithType: UiSystem.Update fullName: MLEM.Ui.UiSystem.Update - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: MLEM.Ui.UiSystem.DrawEarly* commentId: Overload:MLEM.Ui.UiSystem.DrawEarly name: DrawEarly nameWithType: UiSystem.DrawEarly fullName: MLEM.Ui.UiSystem.DrawEarly - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch - uid: MLEM.Ui.UiSystem.Draw* commentId: Overload:MLEM.Ui.UiSystem.Draw name: Draw nameWithType: UiSystem.Draw fullName: MLEM.Ui.UiSystem.Draw - uid: MLEM.Ui.UiSystem.Add* commentId: Overload:MLEM.Ui.UiSystem.Add name: Add nameWithType: UiSystem.Add fullName: MLEM.Ui.UiSystem.Add - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element parent: MLEM.Ui.Elements name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - uid: MLEM.Ui.RootElement commentId: T:MLEM.Ui.RootElement parent: MLEM.Ui name: RootElement nameWithType: RootElement fullName: MLEM.Ui.RootElement - uid: MLEM.Ui.UiSystem.Remove* commentId: Overload:MLEM.Ui.UiSystem.Remove name: Remove nameWithType: UiSystem.Remove fullName: MLEM.Ui.UiSystem.Remove - uid: MLEM.Ui.UiSystem.Get* commentId: Overload:MLEM.Ui.UiSystem.Get name: Get nameWithType: UiSystem.Get fullName: MLEM.Ui.UiSystem.Get - uid: MLEM.Ui.UiSystem.GetRootElements* commentId: Overload:MLEM.Ui.UiSystem.GetRootElements name: GetRootElements nameWithType: UiSystem.GetRootElements fullName: MLEM.Ui.UiSystem.GetRootElements - uid: System.Collections.Generic.IEnumerable{MLEM.Ui.RootElement} commentId: T:System.Collections.Generic.IEnumerable{MLEM.Ui.RootElement} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of RootElement) fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Ui.RootElement) name.vb: IEnumerable(Of RootElement) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Ui.RootElement name: RootElement nameWithType: RootElement fullName: MLEM.Ui.RootElement - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Ui.RootElement name: RootElement nameWithType: RootElement fullName: MLEM.Ui.RootElement - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of T) fullName.vb: System.Collections.Generic.IEnumerable(Of T) name.vb: IEnumerable(Of T) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic - uid: MLEM.Ui.UiSystem.ApplyToAll* commentId: Overload:MLEM.Ui.UiSystem.ApplyToAll name: ApplyToAll nameWithType: UiSystem.ApplyToAll fullName: MLEM.Ui.UiSystem.ApplyToAll - uid: System.Action{MLEM.Ui.Elements.Element} commentId: T:System.Action{MLEM.Ui.Elements.Element} parent: System definition: System.Action`1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of Element) fullName.vb: System.Action(Of MLEM.Ui.Elements.Element) name.vb: Action(Of Element) spec.csharp: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Ui.Elements.Element name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Ui.Elements.Element name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - name: ) nameWithType: ) fullName: ) - uid: System.Action`1 commentId: T:System.Action`1 isExternal: true name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T) fullName.vb: System.Action(Of T) name.vb: Action(Of T) spec.csharp: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: )