diff --git a/Docs/.gitignore b/Docs/.gitignore new file mode 100644 index 0000000..4378419 --- /dev/null +++ b/Docs/.gitignore @@ -0,0 +1,9 @@ +############### +# folder # +############### +/**/DROP/ +/**/TEMP/ +/**/packages/ +/**/bin/ +/**/obj/ +_site diff --git a/Docs/Logo.svg b/Docs/Logo.svg new file mode 100644 index 0000000..622e202 --- /dev/null +++ b/Docs/Logo.svg @@ -0,0 +1,113 @@ + + + + diff --git a/Docs/api/.manifest b/Docs/api/.manifest new file mode 100644 index 0000000..370319b --- /dev/null +++ b/Docs/api/.manifest @@ -0,0 +1,1136 @@ +{ + "MLEM.Animations": "MLEM.Animations.yml", + "MLEM.Animations.AnimationFrame": "MLEM.Animations.AnimationFrame.yml", + "MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double)": "MLEM.Animations.AnimationFrame.yml", + "MLEM.Animations.AnimationFrame.Region": "MLEM.Animations.AnimationFrame.yml", + "MLEM.Animations.AnimationFrame.Seconds": "MLEM.Animations.AnimationFrame.yml", + "MLEM.Animations.SpriteAnimation": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.#ctor(MLEM.Animations.AnimationFrame[])": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[])": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.#ctor(System.Double,MLEM.Textures.TextureRegion[])": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.Completed": "MLEM.Animations.SpriteAnimation.Completed.yml", + "MLEM.Animations.SpriteAnimation.CurrentFrame": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.CurrentRegion": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.IsFinished": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.IsLooping": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.IsPaused": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.Item(System.Int32)": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.Name": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.OnCompleted": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.Restart": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.SpeedMultiplier": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.TimeIntoAnimation": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.TotalTime": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Animations.SpriteAnimation.yml", + "MLEM.Animations.SpriteAnimationGroup": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.AnimationChanged": "MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml", + "MLEM.Animations.SpriteAnimationGroup.ByName(System.String)": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.CurrentAnimation": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.CurrentFrame": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.CurrentRegion": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Animations.SpriteAnimationGroup.yml", + "MLEM.Cameras": "MLEM.Cameras.yml", + "MLEM.Cameras.Camera": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean)": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.ActualScale": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.AutoScaleReferenceSize": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.AutoScaleWithScreen": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.GetVisibleRectangle": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.LookingPosition": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.Max": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.MaxScale": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.MinScale": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.Position": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.Scale": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.ViewMatrix": "MLEM.Cameras.Camera.yml", + "MLEM.Cameras.Camera.Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Cameras.Camera.yml", + "MLEM.Content": "MLEM.Content.yml", + "MLEM.Content.RawContentManager": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.#ctor(System.IServiceProvider,System.String)": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.GraphicsDevice": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.Initialize": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.Load``1(System.String)": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.ReloadAsset``1(System.String,``0)": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentManager.Unload": "MLEM.Content.RawContentManager.yml", + "MLEM.Content.RawContentReader": "MLEM.Content.RawContentReader.yml", + "MLEM.Content.RawContentReader.CanRead(System.Type)": "MLEM.Content.RawContentReader.yml", + "MLEM.Content.RawContentReader.GetFileExtensions": "MLEM.Content.RawContentReader.yml", + "MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.RawContentReader.yml", + "MLEM.Content.RawContentReader`1": "MLEM.Content.RawContentReader-1.yml", + "MLEM.Content.RawContentReader`1.CanRead(System.Type)": "MLEM.Content.RawContentReader-1.yml", + "MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)": "MLEM.Content.RawContentReader-1.yml", + "MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.RawContentReader-1.yml", + "MLEM.Content.SongReader": "MLEM.Content.SongReader.yml", + "MLEM.Content.SongReader.GetFileExtensions": "MLEM.Content.SongReader.yml", + "MLEM.Content.SongReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song)": "MLEM.Content.SongReader.yml", + "MLEM.Content.SoundEffectReader": "MLEM.Content.SoundEffectReader.yml", + "MLEM.Content.SoundEffectReader.GetFileExtensions": "MLEM.Content.SoundEffectReader.yml", + "MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect)": "MLEM.Content.SoundEffectReader.yml", + "MLEM.Content.Texture2DReader": "MLEM.Content.Texture2DReader.yml", + "MLEM.Content.Texture2DReader.GetFileExtensions": "MLEM.Content.Texture2DReader.yml", + "MLEM.Content.Texture2DReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D)": "MLEM.Content.Texture2DReader.yml", + "MLEM.Content.XmlReader": "MLEM.Content.XmlReader.yml", + "MLEM.Content.XmlReader.CanRead(System.Type)": "MLEM.Content.XmlReader.yml", + "MLEM.Content.XmlReader.GetFileExtensions": "MLEM.Content.XmlReader.yml", + "MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.XmlReader.yml", + "MLEM.Data": "MLEM.Data.yml", + "MLEM.Data.ContentExtensions": "MLEM.Data.ContentExtensions.yml", + "MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)": "MLEM.Data.ContentExtensions.yml", + "MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)": "MLEM.Data.ContentExtensions.yml", + "MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)": "MLEM.Data.ContentExtensions.yml", + "MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.ContentExtensions.yml", + "MLEM.Data.Json": "MLEM.Data.Json.yml", + "MLEM.Data.Json.Direction2Converter": "MLEM.Data.Json.Direction2Converter.yml", + "MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Direction2Converter.yml", + "MLEM.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Direction2Converter.yml", + "MLEM.Data.Json.JsonConverters": "MLEM.Data.Json.JsonConverters.yml", + "MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.JsonConverters.yml", + "MLEM.Data.Json.JsonConverters.Converters": "MLEM.Data.Json.JsonConverters.yml", + "MLEM.Data.Json.PointConverter": "MLEM.Data.Json.PointConverter.yml", + "MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.PointConverter.yml", + "MLEM.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.PointConverter.yml", + "MLEM.Data.Json.RawJsonReader": "MLEM.Data.Json.RawJsonReader.yml", + "MLEM.Data.Json.RawJsonReader.CanRead(System.Type)": "MLEM.Data.Json.RawJsonReader.yml", + "MLEM.Data.Json.RawJsonReader.GetFileExtensions": "MLEM.Data.Json.RawJsonReader.yml", + "MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Data.Json.RawJsonReader.yml", + "MLEM.Data.Json.RectangleConverter": "MLEM.Data.Json.RectangleConverter.yml", + "MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleConverter.yml", + "MLEM.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleConverter.yml", + "MLEM.Data.Json.RectangleFConverter": "MLEM.Data.Json.RectangleFConverter.yml", + "MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleFConverter.yml", + "MLEM.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleFConverter.yml", + "MLEM.Data.Json.Vector2Converter": "MLEM.Data.Json.Vector2Converter.yml", + "MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Vector2Converter.yml", + "MLEM.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Vector2Converter.yml", + "MLEM.Data.NetBufferSerializer": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetBufferSerializer.#ctor": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)": "MLEM.Data.NetBufferSerializer.yml", + "MLEM.Data.NetExtensions": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid)": "MLEM.Data.NetExtensions.yml", + "MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetExtensions.yml", + "MLEM.Extended.Extensions": "MLEM.Extended.Extensions.yml", + "MLEM.Extended.Extensions.NumberExtensions": "MLEM.Extended.Extensions.NumberExtensions.yml", + "MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)": "MLEM.Extended.Extensions.NumberExtensions.yml", + "MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)": "MLEM.Extended.Extensions.NumberExtensions.yml", + "MLEM.Extended.Extensions.RandomExtensions": "MLEM.Extended.Extensions.RandomExtensions.yml", + "MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single)": "MLEM.Extended.Extensions.RandomExtensions.yml", + "MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32})": "MLEM.Extended.Extensions.RandomExtensions.yml", + "MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single})": "MLEM.Extended.Extensions.RandomExtensions.yml", + "MLEM.Extended.Extensions.SpriteBatchExtensions": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extended.Extensions.TextureExtensions": "MLEM.Extended.Extensions.TextureExtensions.yml", + "MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)": "MLEM.Extended.Extensions.TextureExtensions.yml", + "MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)": "MLEM.Extended.Extensions.TextureExtensions.yml", + "MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)": "MLEM.Extended.Extensions.TextureExtensions.yml", + "MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)": "MLEM.Extended.Extensions.TextureExtensions.yml", + "MLEM.Extended.Font": "MLEM.Extended.Font.yml", + "MLEM.Extended.Font.GenericBitmapFont": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.Bold": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.Font": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.Italic": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.LineHeight": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder)": "MLEM.Extended.Font.GenericBitmapFont.yml", + "MLEM.Extended.Tiled": "MLEM.Extended.Tiled.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml", + "MLEM.Extended.Tiled.LayerPosition": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32)": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.GetHashCode": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.Layer": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.ToString": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.X": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.LayerPosition.Y": "MLEM.Extended.Tiled.LayerPosition.yml", + "MLEM.Extended.Tiled.TiledExtensions": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions": "MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml", + "MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledMapCollisions.yml", + "MLEM.Extensions": "MLEM.Extensions.yml", + "MLEM.Extensions.ColorExtensions": "MLEM.Extensions.ColorExtensions.yml", + "MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)": "MLEM.Extensions.ColorExtensions.yml", + "MLEM.Extensions.ColorExtensions.FromHex(System.String)": "MLEM.Extensions.ColorExtensions.yml", + "MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)": "MLEM.Extensions.ColorExtensions.yml", + "MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)": "MLEM.Extensions.ColorExtensions.yml", + "MLEM.Extensions.GraphicsExtensions": "MLEM.Extensions.GraphicsExtensions.yml", + "MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)": "MLEM.Extensions.GraphicsExtensions.yml", + "MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)": "MLEM.Extensions.GraphicsExtensions.yml", + "MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)": "MLEM.Extensions.GraphicsExtensions.yml", + "MLEM.Extensions.GraphicsExtensions.TargetContext": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml", + "MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml", + "MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml", + "MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "MLEM.Extensions.GraphicsExtensions.yml", + "MLEM.Extensions.NumberExtensions": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Ceil(System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Floor(System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix)": "MLEM.Extensions.NumberExtensions.yml", + "MLEM.Extensions.RandomExtensions": "MLEM.Extensions.RandomExtensions.yml", + "MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])": "MLEM.Extensions.RandomExtensions.yml", + "MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})": "MLEM.Extensions.RandomExtensions.yml", + "MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})": "MLEM.Extensions.RandomExtensions.yml", + "MLEM.Extensions.SoundExtensions": "MLEM.Extensions.SoundExtensions.yml", + "MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)": "MLEM.Extensions.SoundExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Extensions.SpriteBatchExtensions.yml", + "MLEM.Font": "MLEM.Font.yml", + "MLEM.Font.GenericFont": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.Bold": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.Italic": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.LineHeight": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.MeasureString(System.String)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)": "MLEM.Font.GenericFont.yml", + "MLEM.Font.GenericSpriteFont": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.Bold": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.Font": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.Italic": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.LineHeight": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.MeasureString(System.String)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder)": "MLEM.Font.GenericSpriteFont.yml", + "MLEM.Font.TextAlign": "MLEM.Font.TextAlign.yml", + "MLEM.Font.TextAlign.Center": "MLEM.Font.TextAlign.yml", + "MLEM.Font.TextAlign.CenterBothAxes": "MLEM.Font.TextAlign.yml", + "MLEM.Font.TextAlign.Left": "MLEM.Font.TextAlign.yml", + "MLEM.Font.TextAlign.Right": "MLEM.Font.TextAlign.yml", + "MLEM.Formatting": "MLEM.Formatting.yml", + "MLEM.Formatting.Codes": "MLEM.Formatting.Codes.yml", + "MLEM.Formatting.Codes.AnimatedCode": "MLEM.Formatting.Codes.AnimatedCode.yml", + "MLEM.Formatting.Codes.AnimatedCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)": "MLEM.Formatting.Codes.AnimatedCode.yml", + "MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.AnimatedCode.yml", + "MLEM.Formatting.Codes.Code": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.Constructor": "MLEM.Formatting.Codes.Code.Constructor.yml", + "MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.Match": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.Regex": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.Token": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.Code.yml", + "MLEM.Formatting.Codes.ColorCode": "MLEM.Formatting.Codes.ColorCode.yml", + "MLEM.Formatting.Codes.ColorCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color})": "MLEM.Formatting.Codes.ColorCode.yml", + "MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Codes.ColorCode.yml", + "MLEM.Formatting.Codes.FontCode": "MLEM.Formatting.Codes.FontCode.yml", + "MLEM.Formatting.Codes.FontCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont})": "MLEM.Formatting.Codes.FontCode.yml", + "MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.FontCode.yml", + "MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.FontCode.yml", + "MLEM.Formatting.Codes.ImageCode": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.ImageCode.yml", + "MLEM.Formatting.Codes.ImageCodeExtensions": "MLEM.Formatting.Codes.ImageCodeExtensions.yml", + "MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.Codes.ImageCodeExtensions.yml", + "MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)": "MLEM.Formatting.Codes.ImageCodeExtensions.yml", + "MLEM.Formatting.Codes.LinkCode": "MLEM.Formatting.Codes.LinkCode.yml", + "MLEM.Formatting.Codes.LinkCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean})": "MLEM.Formatting.Codes.LinkCode.yml", + "MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.LinkCode.yml", + "MLEM.Formatting.Codes.LinkCode.IsSelected": "MLEM.Formatting.Codes.LinkCode.yml", + "MLEM.Formatting.Codes.ShadowCode": "MLEM.Formatting.Codes.ShadowCode.yml", + "MLEM.Formatting.Codes.ShadowCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2)": "MLEM.Formatting.Codes.ShadowCode.yml", + "MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.ShadowCode.yml", + "MLEM.Formatting.Codes.UnderlineCode": "MLEM.Formatting.Codes.UnderlineCode.yml", + "MLEM.Formatting.Codes.UnderlineCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)": "MLEM.Formatting.Codes.UnderlineCode.yml", + "MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.UnderlineCode.yml", + "MLEM.Formatting.Codes.WobblyCode": "MLEM.Formatting.Codes.WobblyCode.yml", + "MLEM.Formatting.Codes.WobblyCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)": "MLEM.Formatting.Codes.WobblyCode.yml", + "MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.WobblyCode.yml", + "MLEM.Formatting.Codes.WobblyCode.TimeIntoAnimation": "MLEM.Formatting.Codes.WobblyCode.yml", + "MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.WobblyCode.yml", + "MLEM.Formatting.FormatSettings": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.Default": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.DropShadowColor": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.DropShadowOffset": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.TypingSpeed": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.WobbleHeightModifier": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormatSettings.WobbleModifier": "MLEM.Formatting.FormatSettings.yml", + "MLEM.Formatting.FormattingCode": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.Animation": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.CodeType": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.Color": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.Icon": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.Style": "MLEM.Formatting.FormattingCode.yml", + "MLEM.Formatting.FormattingCode.Type": "MLEM.Formatting.FormattingCode.Type.yml", + "MLEM.Formatting.FormattingCode.Type.Animation": "MLEM.Formatting.FormattingCode.Type.yml", + "MLEM.Formatting.FormattingCode.Type.Color": "MLEM.Formatting.FormattingCode.Type.yml", + "MLEM.Formatting.FormattingCode.Type.Icon": "MLEM.Formatting.FormattingCode.Type.yml", + "MLEM.Formatting.FormattingCode.Type.Style": "MLEM.Formatting.FormattingCode.Type.yml", + "MLEM.Formatting.FormattingCodeCollection": "MLEM.Formatting.FormattingCodeCollection.yml", + "MLEM.Formatting.FormattingCodeData": "MLEM.Formatting.FormattingCodeData.yml", + "MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)": "MLEM.Formatting.FormattingCodeData.yml", + "MLEM.Formatting.FormattingCodeData.Code": "MLEM.Formatting.FormattingCodeData.yml", + "MLEM.Formatting.FormattingCodeData.Match": "MLEM.Formatting.FormattingCodeData.yml", + "MLEM.Formatting.FormattingCodeData.UnformattedIndex": "MLEM.Formatting.FormattingCodeData.yml", + "MLEM.Formatting.TextAnimation": "MLEM.Formatting.TextAnimation.yml", + "MLEM.Formatting.TextAnimation.Default": "MLEM.Formatting.TextAnimation.yml", + "MLEM.Formatting.TextAnimation.DrawCharacter": "MLEM.Formatting.TextAnimation.DrawCharacter.yml", + "MLEM.Formatting.TextAnimation.Typing": "MLEM.Formatting.TextAnimation.yml", + "MLEM.Formatting.TextAnimation.Wobbly": "MLEM.Formatting.TextAnimation.yml", + "MLEM.Formatting.TextFormatter": "MLEM.Formatting.TextFormatter.yml", + "MLEM.Formatting.TextFormatter.#ctor": "MLEM.Formatting.TextFormatter.yml", + "MLEM.Formatting.TextFormatter.Codes": "MLEM.Formatting.TextFormatter.yml", + "MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont,System.String)": "MLEM.Formatting.TextFormatter.yml", + "MLEM.Formatting.TextFormatting": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextFormatting.FormattingCodes": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)": "MLEM.Formatting.TextFormatting.yml", + "MLEM.Formatting.TextStyle": "MLEM.Formatting.TextStyle.yml", + "MLEM.Formatting.TextStyle.Bold": "MLEM.Formatting.TextStyle.yml", + "MLEM.Formatting.TextStyle.Italic": "MLEM.Formatting.TextStyle.yml", + "MLEM.Formatting.TextStyle.Regular": "MLEM.Formatting.TextStyle.yml", + "MLEM.Formatting.TextStyle.Shadow": "MLEM.Formatting.TextStyle.yml", + "MLEM.Formatting.Token": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.AppliedCodes": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.DisplayString": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.Index": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.RawIndex": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.RawSubstring": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.Token.Substring": "MLEM.Formatting.Token.yml", + "MLEM.Formatting.TokenizedString": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[])": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.AllCodes": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.DisplayString": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont)": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.RawString": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single)": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.String": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.Tokens": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.TokenizedString.yml", + "MLEM.Input": "MLEM.Input.yml", + "MLEM.Input.InputHandler": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.ConnectedGamepads": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[])": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.Gestures": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.GetGamepadState(System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.GetLastGamepadState(System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleGamepadRepeats": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleGamepads": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleKeyboard": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleKeyboardRepeats": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleMouse": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.HandleTouch": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsAnyDown(System.Object[])": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsAnyPressed(System.Object[])": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsAnyUp(System.Object[])": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsDown(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsPressed(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.IsUp(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.KeyboardState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.KeyRepeatDelay": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.KeyRepeatRate": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.LastKeyboardState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.LastMousePosition": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.LastMouseState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.LastScrollWheel": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.LastTouchState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.MousePosition": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.MouseState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.PressedKeys": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.ScrollWheel": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.TouchState": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.Update": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml", + "MLEM.Input.KeysExtensions": "MLEM.Input.KeysExtensions.yml", + "MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)": "MLEM.Input.KeysExtensions.yml", + "MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.KeysExtensions.yml", + "MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.KeysExtensions.yml", + "MLEM.Input.KeysExtensions.ModifierKeys": "MLEM.Input.KeysExtensions.yml", + "MLEM.Input.ModifierKey": "MLEM.Input.ModifierKey.yml", + "MLEM.Input.ModifierKey.Alt": "MLEM.Input.ModifierKey.yml", + "MLEM.Input.ModifierKey.Control": "MLEM.Input.ModifierKey.yml", + "MLEM.Input.ModifierKey.None": "MLEM.Input.ModifierKey.yml", + "MLEM.Input.ModifierKey.Shift": "MLEM.Input.ModifierKey.yml", + "MLEM.Input.MouseButton": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseButton.Extra1": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseButton.Extra2": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseButton.Left": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseButton.Middle": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseButton.Right": "MLEM.Input.MouseButton.yml", + "MLEM.Input.MouseExtensions": "MLEM.Input.MouseExtensions.yml", + "MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)": "MLEM.Input.MouseExtensions.yml", + "MLEM.Input.MouseExtensions.MouseButtons": "MLEM.Input.MouseExtensions.yml", + "MLEM.Misc": "MLEM.Misc.yml", + "MLEM.Misc.AutoTiling": "MLEM.Misc.AutoTiling.yml", + "MLEM.Misc.AutoTiling.ConnectsTo": "MLEM.Misc.AutoTiling.ConnectsTo.yml", + "MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)": "MLEM.Misc.AutoTiling.yml", + "MLEM.Misc.Direction2": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.Down": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.DownLeft": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.DownRight": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.Left": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.None": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.Right": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.Up": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.UpLeft": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2.UpRight": "MLEM.Misc.Direction2.yml", + "MLEM.Misc.Direction2Helper": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Adjacent": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.All": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.AllExceptNone": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Diagonals": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2})": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)": "MLEM.Misc.Direction2Helper.yml", + "MLEM.Misc.EnumHelper": "MLEM.Misc.EnumHelper.yml", + "MLEM.Misc.EnumHelper.Buttons": "MLEM.Misc.EnumHelper.yml", + "MLEM.Misc.EnumHelper.GetValues``1": "MLEM.Misc.EnumHelper.yml", + "MLEM.Misc.EnumHelper.Keys": "MLEM.Misc.EnumHelper.yml", + "MLEM.Misc.GenericDataHolder": "MLEM.Misc.GenericDataHolder.yml", + "MLEM.Misc.GenericDataHolder.GetData``1(System.String)": "MLEM.Misc.GenericDataHolder.yml", + "MLEM.Misc.GenericDataHolder.GetDataKeys": "MLEM.Misc.GenericDataHolder.yml", + "MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)": "MLEM.Misc.GenericDataHolder.yml", + "MLEM.Misc.Padding": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Bottom": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Equals(System.Object)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.GetHashCode": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Height": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Left": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Right": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Top": "MLEM.Misc.Padding.yml", + "MLEM.Misc.Padding.Width": "MLEM.Misc.Padding.yml", + "MLEM.Misc.RectangleF": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Bottom": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Center": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Contains(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Empty": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Equals(System.Object)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.GetHashCode": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Height": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Inflate(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.IsEmpty": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Left": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Location": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Offset(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Right": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Size": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Top": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.ToString": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Width": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.X": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.RectangleF.Y": "MLEM.Misc.RectangleF.yml", + "MLEM.Misc.TextInputWrapper": "MLEM.Misc.TextInputWrapper.yml", + "MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.yml", + "MLEM.Misc.TextInputWrapper.Current": "MLEM.Misc.TextInputWrapper.yml", + "MLEM.Misc.TextInputWrapper.DesktopGl`1": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml", + "MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml", + "MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml", + "MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml", + "MLEM.Misc.TextInputWrapper.Mobile": "MLEM.Misc.TextInputWrapper.Mobile.yml", + "MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.Mobile.yml", + "MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.Mobile.yml", + "MLEM.Misc.TextInputWrapper.None": "MLEM.Misc.TextInputWrapper.None.yml", + "MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.None.yml", + "MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.None.yml", + "MLEM.Misc.TextInputWrapper.Primitive": "MLEM.Misc.TextInputWrapper.Primitive.yml", + "MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.Primitive.yml", + "MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.Primitive.yml", + "MLEM.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler)": "MLEM.Misc.TextInputWrapper.Primitive.yml", + "MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.yml", + "MLEM.Misc.TextInputWrapper.TextInputCallback": "MLEM.Misc.TextInputWrapper.TextInputCallback.yml", + "MLEM.Pathfinding": "MLEM.Pathfinding.yml", + "MLEM.Pathfinding.AStar`1": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.AdjacentDirections": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.AllDirections": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.DefaultCost": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.DefaultCostFunction": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.DefaultMaxTries": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.GetCost": "MLEM.Pathfinding.AStar-1.GetCost.yml", + "MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.InfiniteCost": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.LastTimeNeeded": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar`1.LastTriesNeeded": "MLEM.Pathfinding.AStar-1.yml", + "MLEM.Pathfinding.AStar2": "MLEM.Pathfinding.AStar2.yml", + "MLEM.Pathfinding.AStar2.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar2.yml", + "MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Pathfinding.AStar2.yml", + "MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Pathfinding.AStar2.yml", + "MLEM.Pathfinding.AStar3": "MLEM.Pathfinding.AStar3.yml", + "MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar3.yml", + "MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)": "MLEM.Pathfinding.AStar3.yml", + "MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)": "MLEM.Pathfinding.AStar3.yml", + "MLEM.Pathfinding.PathPoint`1": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single)": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.Equals(System.Object)": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.F": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.G": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.GetHashCode": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.Parent": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Pathfinding.PathPoint`1.Pos": "MLEM.Pathfinding.PathPoint-1.yml", + "MLEM.Startup": "MLEM.Startup.yml", + "MLEM.Startup.CoroutineEvents": "MLEM.Startup.CoroutineEvents.yml", + "MLEM.Startup.CoroutineEvents.Draw": "MLEM.Startup.CoroutineEvents.yml", + "MLEM.Startup.CoroutineEvents.Update": "MLEM.Startup.CoroutineEvents.yml", + "MLEM.Startup.MlemGame": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.#ctor(System.Int32,System.Int32)": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.GenericCallback": "MLEM.Startup.MlemGame.GenericCallback.yml", + "MLEM.Startup.MlemGame.GraphicsDeviceManager": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.Input": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.InputHandler": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.LoadContent": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.LoadContent``1(System.String)": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.OnDraw": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.OnLoadContent": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.OnUpdate": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.SpriteBatch": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.TimeCallback": "MLEM.Startup.MlemGame.TimeCallback.yml", + "MLEM.Startup.MlemGame.UiSystem": "MLEM.Startup.MlemGame.yml", + "MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml", + "MLEM.Textures": "MLEM.Textures.yml", + "MLEM.Textures.NinePatch": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF,System.Single)": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.Padding": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.Region": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatch.SourceRectangles": "MLEM.Textures.NinePatch.yml", + "MLEM.Textures.NinePatchExtensions": "MLEM.Textures.NinePatchExtensions.yml", + "MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single)": "MLEM.Textures.NinePatchExtensions.yml", + "MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single)": "MLEM.Textures.NinePatchExtensions.yml", + "MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single)": "MLEM.Textures.NinePatchExtensions.yml", + "MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single)": "MLEM.Textures.NinePatchExtensions.yml", + "MLEM.Textures.TextureRegion": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Area": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Height": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Position": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Size": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Texture": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.U": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.V": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegion.Width": "MLEM.Textures.TextureRegion.yml", + "MLEM.Textures.TextureRegionExtensions": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml", + "MLEM.Textures.UniformTextureAtlas": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Item(System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.RegionAmountX": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.RegionAmountY": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.RegionHeight": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.RegionWidth": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Textures.UniformTextureAtlas.Texture": "MLEM.Textures.UniformTextureAtlas.yml", + "MLEM.Ui": "MLEM.Ui.yml", + "MLEM.Ui.Anchor": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.AutoCenter": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.AutoInline": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.AutoInlineIgnoreOverflow": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.AutoLeft": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.AutoRight": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.BottomCenter": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.BottomLeft": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.BottomRight": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.Center": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.CenterLeft": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.CenterRight": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.TopCenter": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.TopLeft": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Anchor.TopRight": "MLEM.Ui.Anchor.yml", + "MLEM.Ui.Elements": "MLEM.Ui.Elements.yml", + "MLEM.Ui.Elements.Button": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.DisabledColor": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.DisabledTexture": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.HoveredColor": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.HoveredTexture": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.IsDisabled": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.NormalColor": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.Text": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.Texture": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Button.Tooltip": "MLEM.Ui.Elements.Button.yml", + "MLEM.Ui.Elements.Checkbox": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean)": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.Checked": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.Checkmark": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.CheckStateChange": "MLEM.Ui.Elements.Checkbox.CheckStateChange.yml", + "MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.HoveredColor": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.HoveredTexture": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.Label": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.OnCheckStateChange": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.TextOffsetX": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.Checkbox.Texture": "MLEM.Ui.Elements.Checkbox.yml", + "MLEM.Ui.Elements.CustomDrawGroup": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean)": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate": "MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate.yml", + "MLEM.Ui.Elements.CustomDrawGroup.BeginImpl": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.Transform": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.CustomDrawGroup.TransformCallback": "MLEM.Ui.Elements.CustomDrawGroup.TransformCallback.yml", + "MLEM.Ui.Elements.CustomDrawGroup.TransformGetter": "MLEM.Ui.Elements.CustomDrawGroup.yml", + "MLEM.Ui.Elements.Dropdown": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback)": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback)": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.IsOpen": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Dropdown.Panel": "MLEM.Ui.Elements.Dropdown.yml", + "MLEM.Ui.Elements.Element": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ActionSound": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Anchor": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Area": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.CanAutoAnchorsAttach": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.CanBeMoused": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.CanBePressed": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.CanBeSelected": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ChildPaddedArea": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ChildPadding": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Children": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Controls": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.DisplayArea": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.DrawAlpha": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.DrawCallback": "MLEM.Ui.Elements.Element.DrawCallback.yml", + "MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ForceUpdateArea": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ForceUpdateSortedChildren": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GamepadNextElementCallback": "MLEM.Ui.Elements.Element.GamepadNextElementCallback.yml", + "MLEM.Ui.Elements.Element.GenericCallback": "MLEM.Ui.Elements.Element.GenericCallback.yml", + "MLEM.Ui.Elements.Element.GetAreaForAutoAnchors": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetGamepadNextElement": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetParentTree": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetRelevantChildren": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.GetTabNextElement": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Input": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.IsHidden": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.IsMouseOver": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.IsSelected": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnAreaUpdated": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnChildAdded": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnChildRemoved": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnDeselected": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnDrawn": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnMousedElementChanged": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnMouseEnter": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnMouseExit": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnPressed": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnSecondaryPressed": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnSelected": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnSelectedElementChanged": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnTextInput": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OnUpdated": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.OtherElementCallback": "MLEM.Ui.Elements.Element.OtherElementCallback.yml", + "MLEM.Ui.Elements.Element.Padding": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Parent": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.PositionOffset": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Priority": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Root": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Scale": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScaledChildPadding": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScaledOffset": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScaledPadding": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScaledScrollOffset": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScaledSize": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.ScrollOffset": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SecondActionSound": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SelectionIndicator": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SetAreaDirty": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SetHeightBasedOnChildren": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SetSortedChildrenDirty": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SetWidthBasedOnChildren": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Size": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.SortedChildren": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.System": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.TabNextElementCallback": "MLEM.Ui.Elements.Element.TabNextElementCallback.yml", + "MLEM.Ui.Elements.Element.TextInputCallback": "MLEM.Ui.Elements.Element.TextInputCallback.yml", + "MLEM.Ui.Elements.Element.TimeCallback": "MLEM.Ui.Elements.Element.TimeCallback.yml", + "MLEM.Ui.Elements.Element.UnscrolledArea": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.UpdateAreaIfDirty": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty": "MLEM.Ui.Elements.Element.yml", + "MLEM.Ui.Elements.ElementHelper": "MLEM.Ui.Elements.ElementHelper.yml", + "MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single)": "MLEM.Ui.Elements.ElementHelper.yml", + "MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean)": "MLEM.Ui.Elements.ElementHelper.yml", + "MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged)": "MLEM.Ui.Elements.ElementHelper.yml", + "MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String)": "MLEM.Ui.Elements.ElementHelper.yml", + "MLEM.Ui.Elements.Group": "MLEM.Ui.Elements.Group.yml", + "MLEM.Ui.Elements.Group.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean)": "MLEM.Ui.Elements.Group.yml", + "MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Group.yml", + "MLEM.Ui.Elements.Image": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean)": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean)": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.Color": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.GetTextureCallback": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.ImageEffects": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.ImageRotation": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.ImageScale": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.MaintainImageAspect": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.ScaleToImage": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.Texture": "MLEM.Ui.Elements.Image.yml", + "MLEM.Ui.Elements.Image.TextureCallback": "MLEM.Ui.Elements.Image.TextureCallback.yml", + "MLEM.Ui.Elements.Panel": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean)": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.ForceUpdateArea": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.GetRelevantChildren": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.ScrollBar": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.ScrollSetup": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Panel.Texture": "MLEM.Ui.Elements.Panel.yml", + "MLEM.Ui.Elements.Paragraph": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.AutoAdjustWidth": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.BoldFont": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.FormatSettings": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.Formatting": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.GetTextCallback": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.ItalicFont": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.Link": "MLEM.Ui.Elements.Paragraph.Link.yml", + "MLEM.Ui.Elements.Paragraph.Link.#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[])": "MLEM.Ui.Elements.Paragraph.Link.yml", + "MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Paragraph.Link.yml", + "MLEM.Ui.Elements.Paragraph.Link.LinkCluster": "MLEM.Ui.Elements.Paragraph.Link.yml", + "MLEM.Ui.Elements.Paragraph.Link.Token": "MLEM.Ui.Elements.Paragraph.Link.yml", + "MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.RegularFont": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.RenderedTextModifier": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.Text": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.TextCallback": "MLEM.Ui.Elements.Paragraph.TextCallback.yml", + "MLEM.Ui.Elements.Paragraph.TextColor": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.TextModifier": "MLEM.Ui.Elements.Paragraph.TextModifier.yml", + "MLEM.Ui.Elements.Paragraph.TextScale": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.TimeIntoAnimation": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.TokenizedText": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Paragraph.yml", + "MLEM.Ui.Elements.ProgressBar": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single)": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.Color": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.CurrentValue": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.Direction": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.MaxValue": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.ProgressColor": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.ProgressPadding": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.ProgressTexture": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.ProgressBar.Texture": "MLEM.Ui.Elements.ProgressBar.yml", + "MLEM.Ui.Elements.RadioButton": "MLEM.Ui.Elements.RadioButton.yml", + "MLEM.Ui.Elements.RadioButton.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String)": "MLEM.Ui.Elements.RadioButton.yml", + "MLEM.Ui.Elements.RadioButton.Group": "MLEM.Ui.Elements.RadioButton.yml", + "MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.RadioButton.yml", + "MLEM.Ui.Elements.ScrollBar": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean)": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.Background": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.CurrentValue": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.Horizontal": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.MaxValue": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.OnAutoHide": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.OnValueChanged": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.ScrollerOffset": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.ScrollerSize": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.ScrollerTexture": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.SmoothScrolling": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.StepPerScroll": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.ScrollBar.yml", + "MLEM.Ui.Elements.ScrollBar.ValueChanged": "MLEM.Ui.Elements.ScrollBar.ValueChanged.yml", + "MLEM.Ui.Elements.Slider": "MLEM.Ui.Elements.Slider.yml", + "MLEM.Ui.Elements.Slider.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single)": "MLEM.Ui.Elements.Slider.yml", + "MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Slider.yml", + "MLEM.Ui.Elements.SpriteAnimationImage": "MLEM.Ui.Elements.SpriteAnimationImage.yml", + "MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean)": "MLEM.Ui.Elements.SpriteAnimationImage.yml", + "MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean)": "MLEM.Ui.Elements.SpriteAnimationImage.yml", + "MLEM.Ui.Elements.SpriteAnimationImage.Group": "MLEM.Ui.Elements.SpriteAnimationImage.yml", + "MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.SpriteAnimationImage.yml", + "MLEM.Ui.Elements.TextField": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.CaretPos": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.CaretWidth": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.DefaultRule": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Font": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.HoveredColor": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.HoveredTexture": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.InputRule": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.InsertText(System.Object)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.LettersNumbers": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.MobileDescription": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.MobileTitle": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.OnlyLetters": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.OnlyNumbers": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.OnTextChange": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.PlaceholderColor": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.PlaceholderText": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Rule": "MLEM.Ui.Elements.TextField.Rule.yml", + "MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Text": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.TextChanged": "MLEM.Ui.Elements.TextField.TextChanged.yml", + "MLEM.Ui.Elements.TextField.TextColor": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.TextOffsetX": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.TextScale": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Texture": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.TextField.yml", + "MLEM.Ui.Elements.Tooltip": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.#ctor(System.Single,System.String,MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.ForceUpdateArea": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.MouseOffset": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.Paragraph": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.SnapPositionToMouse": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Tooltip.yml", + "MLEM.Ui.Elements.VerticalSpace": "MLEM.Ui.Elements.VerticalSpace.yml", + "MLEM.Ui.Elements.VerticalSpace.#ctor(System.Int32)": "MLEM.Ui.Elements.VerticalSpace.yml", + "MLEM.Ui.RootElement": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem)": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.ActualScale": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.CanSelectContent": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.Element": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.InvTransform": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.Name": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.OnElementAdded": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.OnElementRemoved": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.Priority": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.Scale": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.SelectedElement": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean})": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.System": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.RootElement.Transform": "MLEM.Ui.RootElement.yml", + "MLEM.Ui.Style": "MLEM.Ui.Style.yml", + "MLEM.Ui.Style.StyleProp`1": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.#ctor(`0)": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.HasValue": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0}": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.OrDefault(`0)": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.Set(`0)": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.SetFromStyle(`0)": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.StyleProp`1.Value": "MLEM.Ui.Style.StyleProp-1.yml", + "MLEM.Ui.Style.UiStyle": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ActionSound": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.BoldFont": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ButtonDisabledColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ButtonDisabledTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ButtonHoveredColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ButtonHoveredTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ButtonTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.CheckboxCheckmark": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.CheckboxHoveredColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.CheckboxTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.Font": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.FormatSettings": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ItalicFont": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.PanelTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ProgressBarColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ProgressBarProgressColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ProgressBarTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.RadioCheckmark": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.RadioHoveredColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.RadioHoveredTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.RadioTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ScrollBarBackground": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.SelectionIndicator": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TextFieldHoveredColor": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TextFieldTexture": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TextScale": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TooltipBackground": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UiStyle.TooltipOffset": "MLEM.Ui.Style.UiStyle.yml", + "MLEM.Ui.Style.UntexturedStyle": "MLEM.Ui.Style.UntexturedStyle.yml", + "MLEM.Ui.Style.UntexturedStyle.#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.Style.UntexturedStyle.yml", + "MLEM.Ui.UiControls": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler)": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.ActiveRoot": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.AddButtons(System.Object[]@,System.Object[])": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.DownButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GamepadButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GamepadIndex": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF)": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement)": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.GetTabNextElement(System.Boolean)": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.HandleGamepad": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.HandleKeyboard": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.HandleMouse": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.HandleTouch": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.Input": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.IsAutoNavMode": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.IsInputOurs": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.KeyboardButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.LeftButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.MousedElement": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.RightButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.SecondaryGamepadButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.SelectedElement": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean})": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.System": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.UpButtons": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiControls.Update": "MLEM.Ui.UiControls.yml", + "MLEM.Ui.UiSystem": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Add(System.String,MLEM.Ui.Elements.Element)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.ApplyToAll(System.Action{MLEM.Ui.Elements.Element})": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.AutoScaleReferenceSize": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.AutoScaleWithScreen": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.BlendState": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Controls": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.DrawAlpha": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Get(System.String)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.GetRootElements": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.GlobalScale": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.GraphicsDevice": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementAreaUpdated": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementDeselected": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementDrawn": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementMouseEnter": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementMouseExit": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementPressed": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementSecondaryPressed": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementSelected": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnElementUpdated": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnMousedElementChanged": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnRootAdded": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnRootRemoved": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnSelectedElementChanged": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.OnSelectedElementDrawn": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Remove(System.String)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.RootCallback": "MLEM.Ui.UiSystem.RootCallback.yml", + "MLEM.Ui.UiSystem.SamplerState": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Style": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.TextFormatter": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Viewport": "MLEM.Ui.UiSystem.yml", + "MLEM.Ui.UiSystem.Window": "MLEM.Ui.UiSystem.yml" +} \ No newline at end of file diff --git a/Docs/api/MLEM.Animations.AnimationFrame.yml b/Docs/api/MLEM.Animations.AnimationFrame.yml new file mode 100644 index 0000000..2cb710f --- /dev/null +++ b/Docs/api/MLEM.Animations.AnimationFrame.yml @@ -0,0 +1,485 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations.AnimationFrame + commentId: T:MLEM.Animations.AnimationFrame + id: AnimationFrame + parent: MLEM.Animations + children: + - MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double) + - MLEM.Animations.AnimationFrame.Region + - MLEM.Animations.AnimationFrame.Seconds + langs: + - csharp + - vb + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame + type: Class + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AnimationFrame + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 147 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nRepresents a single frame of a \n" + example: [] + syntax: + content: public class AnimationFrame + content.vb: Public Class AnimationFrame + inheritance: + - System.Object + inheritedMembers: + - 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.Animations.AnimationFrame.Region + commentId: F:MLEM.Animations.AnimationFrame.Region + id: Region + parent: MLEM.Animations.AnimationFrame + langs: + - csharp + - vb + name: Region + nameWithType: AnimationFrame.Region + fullName: MLEM.Animations.AnimationFrame.Region + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Region + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 152 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe texture region that this frame should render\n" + example: [] + syntax: + content: public readonly TextureRegion Region + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Region As TextureRegion + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.AnimationFrame.Seconds + commentId: F:MLEM.Animations.AnimationFrame.Seconds + id: Seconds + parent: MLEM.Animations.AnimationFrame + langs: + - csharp + - vb + name: Seconds + nameWithType: AnimationFrame.Seconds + fullName: MLEM.Animations.AnimationFrame.Seconds + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Seconds + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 156 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe total amount of seconds that this frame should last for\n" + example: [] + syntax: + content: public readonly double Seconds + return: + type: System.Double + content.vb: Public ReadOnly Seconds As Double + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double) + commentId: M:MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double) + id: '#ctor(MLEM.Textures.TextureRegion,System.Double)' + parent: MLEM.Animations.AnimationFrame + langs: + - csharp + - vb + name: AnimationFrame(TextureRegion, Double) + nameWithType: AnimationFrame.AnimationFrame(TextureRegion, Double) + fullName: MLEM.Animations.AnimationFrame.AnimationFrame(MLEM.Textures.TextureRegion, System.Double) + type: Constructor + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 163 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nCreates a new animation frame based on a texture region and a time\n" + example: [] + syntax: + content: public AnimationFrame(TextureRegion region, double seconds) + parameters: + - id: region + type: MLEM.Textures.TextureRegion + description: The texture region that this frame should render + - id: seconds + type: System.Double + description: The total amount of seconds that this frame should last for + content.vb: Public Sub New(region As TextureRegion, seconds As Double) + overload: MLEM.Animations.AnimationFrame.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Double + commentId: T:System.Double + parent: System + isExternal: true + name: Double + nameWithType: Double + fullName: System.Double +- uid: MLEM.Animations.AnimationFrame.#ctor* + commentId: Overload:MLEM.Animations.AnimationFrame.#ctor + name: AnimationFrame + nameWithType: AnimationFrame.AnimationFrame + fullName: MLEM.Animations.AnimationFrame.AnimationFrame diff --git a/Docs/api/MLEM.Animations.SpriteAnimation.Completed.yml b/Docs/api/MLEM.Animations.SpriteAnimation.Completed.yml new file mode 100644 index 0000000..af2cd6a --- /dev/null +++ b/Docs/api/MLEM.Animations.SpriteAnimation.Completed.yml @@ -0,0 +1,49 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations.SpriteAnimation.Completed + commentId: T:MLEM.Animations.SpriteAnimation.Completed + id: SpriteAnimation.Completed + parent: MLEM.Animations + children: [] + langs: + - csharp + - vb + name: SpriteAnimation.Completed + nameWithType: SpriteAnimation.Completed + fullName: MLEM.Animations.SpriteAnimation.Completed + type: Delegate + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Completed + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 140 + assemblies: + - MLEM + namespace: MLEM.Animations + syntax: + content: public delegate void Completed(SpriteAnimation animation); + parameters: + - id: animation + type: MLEM.Animations.SpriteAnimation + content.vb: Public Delegate Sub Completed(animation As SpriteAnimation) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation diff --git a/Docs/api/MLEM.Animations.SpriteAnimation.yml b/Docs/api/MLEM.Animations.SpriteAnimation.yml new file mode 100644 index 0000000..3cabbec --- /dev/null +++ b/Docs/api/MLEM.Animations.SpriteAnimation.yml @@ -0,0 +1,1306 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + id: SpriteAnimation + parent: MLEM.Animations + children: + - MLEM.Animations.SpriteAnimation.#ctor(MLEM.Animations.AnimationFrame[]) + - MLEM.Animations.SpriteAnimation.#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[]) + - MLEM.Animations.SpriteAnimation.#ctor(System.Double,MLEM.Textures.TextureRegion[]) + - MLEM.Animations.SpriteAnimation.CurrentFrame + - MLEM.Animations.SpriteAnimation.CurrentRegion + - MLEM.Animations.SpriteAnimation.IsFinished + - MLEM.Animations.SpriteAnimation.IsLooping + - MLEM.Animations.SpriteAnimation.IsPaused + - MLEM.Animations.SpriteAnimation.Item(System.Int32) + - MLEM.Animations.SpriteAnimation.Name + - MLEM.Animations.SpriteAnimation.OnCompleted + - MLEM.Animations.SpriteAnimation.Restart + - MLEM.Animations.SpriteAnimation.SpeedMultiplier + - MLEM.Animations.SpriteAnimation.TimeIntoAnimation + - MLEM.Animations.SpriteAnimation.TotalTime + - MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation + type: Class + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteAnimation + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nA sprite animation that allows for any number of frames that each last any number of seconds\n" + example: [] + syntax: + content: 'public class SpriteAnimation : GenericDataHolder' + content.vb: >- + Public Class SpriteAnimation + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Animations.SpriteAnimation.Item(System.Int32) + commentId: P:MLEM.Animations.SpriteAnimation.Item(System.Int32) + id: Item(System.Int32) + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: Item[Int32] + nameWithType: SpriteAnimation.Item[Int32] + fullName: MLEM.Animations.SpriteAnimation.Item[System.Int32] + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nReturns the at the given index.\nIndex ordering is based on the order that animation frames were added in.\n" + example: [] + syntax: + content: public AnimationFrame this[int index] { get; } + parameters: + - id: index + type: System.Int32 + description: The index in the list of animation frames + return: + type: MLEM.Animations.AnimationFrame + content.vb: Public ReadOnly Property Item(index As Integer) As AnimationFrame + overload: MLEM.Animations.SpriteAnimation.Item* + nameWithType.vb: SpriteAnimation.Item(Int32) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Animations.SpriteAnimation.Item(System.Int32) + name.vb: Item(Int32) +- uid: MLEM.Animations.SpriteAnimation.CurrentFrame + commentId: P:MLEM.Animations.SpriteAnimation.CurrentFrame + id: CurrentFrame + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: CurrentFrame + nameWithType: SpriteAnimation.CurrentFrame + fullName: MLEM.Animations.SpriteAnimation.CurrentFrame + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentFrame + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe frame that the animation is currently on.\n" + example: [] + syntax: + content: public AnimationFrame CurrentFrame { get; } + parameters: [] + return: + type: MLEM.Animations.AnimationFrame + content.vb: Public ReadOnly Property CurrentFrame As AnimationFrame + overload: MLEM.Animations.SpriteAnimation.CurrentFrame* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimation.CurrentRegion + commentId: P:MLEM.Animations.SpriteAnimation.CurrentRegion + id: CurrentRegion + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: CurrentRegion + nameWithType: SpriteAnimation.CurrentRegion + fullName: MLEM.Animations.SpriteAnimation.CurrentRegion + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentRegion + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 40 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe texture region that the animation's has\n" + example: [] + syntax: + content: public TextureRegion CurrentRegion { get; } + parameters: [] + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property CurrentRegion As TextureRegion + overload: MLEM.Animations.SpriteAnimation.CurrentRegion* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimation.TotalTime + commentId: F:MLEM.Animations.SpriteAnimation.TotalTime + id: TotalTime + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: TotalTime + nameWithType: SpriteAnimation.TotalTime + fullName: MLEM.Animations.SpriteAnimation.TotalTime + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TotalTime + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 45 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe total amount of time that this animation has.\nThis is auatomatically calculated based on the frame time of each frame.\n" + example: [] + syntax: + content: public readonly double TotalTime + return: + type: System.Double + content.vb: Public ReadOnly TotalTime As Double + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimation.TimeIntoAnimation + commentId: P:MLEM.Animations.SpriteAnimation.TimeIntoAnimation + id: TimeIntoAnimation + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: TimeIntoAnimation + nameWithType: SpriteAnimation.TimeIntoAnimation + fullName: MLEM.Animations.SpriteAnimation.TimeIntoAnimation + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TimeIntoAnimation + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 50 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe amount of seconds that the animation has been going on for.\nIf is reached, this value resets to 0.\n" + example: [] + syntax: + content: public double TimeIntoAnimation { get; } + parameters: [] + return: + type: System.Double + content.vb: Public ReadOnly Property TimeIntoAnimation As Double + overload: MLEM.Animations.SpriteAnimation.TimeIntoAnimation* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimation.IsFinished + commentId: P:MLEM.Animations.SpriteAnimation.IsFinished + id: IsFinished + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: IsFinished + nameWithType: SpriteAnimation.IsFinished + fullName: MLEM.Animations.SpriteAnimation.IsFinished + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsFinished + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 55 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe finished state of this animation.\nThis is only true for longer than a frame if is false.\n" + example: [] + syntax: + content: public bool IsFinished { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsFinished As Boolean + overload: MLEM.Animations.SpriteAnimation.IsFinished* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimation.Name + commentId: F:MLEM.Animations.SpriteAnimation.Name + id: Name + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: Name + nameWithType: SpriteAnimation.Name + fullName: MLEM.Animations.SpriteAnimation.Name + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Name + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 59 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe name of this animation. This is useful if used in combination with .\n" + example: [] + syntax: + content: public string Name + return: + type: System.String + content.vb: Public Name As String + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.SpeedMultiplier + commentId: F:MLEM.Animations.SpriteAnimation.SpeedMultiplier + id: SpeedMultiplier + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: SpeedMultiplier + nameWithType: SpriteAnimation.SpeedMultiplier + fullName: MLEM.Animations.SpriteAnimation.SpeedMultiplier + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpeedMultiplier + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 64 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe speed multiplier that this animation should run with.\nNumbers higher than 1 will increase the speed.\n" + example: [] + syntax: + content: public float SpeedMultiplier + return: + type: System.Single + content.vb: Public SpeedMultiplier As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.IsLooping + commentId: F:MLEM.Animations.SpriteAnimation.IsLooping + id: IsLooping + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: IsLooping + nameWithType: SpriteAnimation.IsLooping + fullName: MLEM.Animations.SpriteAnimation.IsLooping + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsLooping + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 69 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nSet to false to stop this animation from looping.\nTo check if the animation has finished playing, see .\n" + example: [] + syntax: + content: public bool IsLooping + return: + type: System.Boolean + content.vb: Public IsLooping As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.OnCompleted + commentId: E:MLEM.Animations.SpriteAnimation.OnCompleted + id: OnCompleted + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: OnCompleted + nameWithType: SpriteAnimation.OnCompleted + fullName: MLEM.Animations.SpriteAnimation.OnCompleted + type: Event + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnCompleted + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 73 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nA callback that gets fired when the animation completes.\n" + example: [] + syntax: + content: public event SpriteAnimation.Completed OnCompleted + return: + type: MLEM.Animations.SpriteAnimation.Completed + content.vb: Public Event OnCompleted As SpriteAnimation.Completed + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.IsPaused + commentId: F:MLEM.Animations.SpriteAnimation.IsPaused + id: IsPaused + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: IsPaused + nameWithType: SpriteAnimation.IsPaused + fullName: MLEM.Animations.SpriteAnimation.IsPaused + type: Field + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsPaused + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 78 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nSet this to true to pause the playback of the animation.\n will not continue and the will not change.\n" + example: [] + syntax: + content: public bool IsPaused + return: + type: System.Boolean + content.vb: Public IsPaused As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.#ctor(MLEM.Animations.AnimationFrame[]) + commentId: M:MLEM.Animations.SpriteAnimation.#ctor(MLEM.Animations.AnimationFrame[]) + id: '#ctor(MLEM.Animations.AnimationFrame[])' + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: SpriteAnimation(AnimationFrame[]) + nameWithType: SpriteAnimation.SpriteAnimation(AnimationFrame[]) + fullName: MLEM.Animations.SpriteAnimation.SpriteAnimation(MLEM.Animations.AnimationFrame[]) + type: Constructor + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 84 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nCreates a new sprite animation that contains the given frames.\n" + example: [] + syntax: + content: public SpriteAnimation(params AnimationFrame[] frames) + parameters: + - id: frames + type: MLEM.Animations.AnimationFrame[] + description: The frames this animation should have + content.vb: Public Sub New(ParamArray frames As AnimationFrame()) + overload: MLEM.Animations.SpriteAnimation.#ctor* + nameWithType.vb: SpriteAnimation.SpriteAnimation(AnimationFrame()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Animations.SpriteAnimation.SpriteAnimation(MLEM.Animations.AnimationFrame()) + name.vb: SpriteAnimation(AnimationFrame()) +- uid: MLEM.Animations.SpriteAnimation.#ctor(System.Double,MLEM.Textures.TextureRegion[]) + commentId: M:MLEM.Animations.SpriteAnimation.#ctor(System.Double,MLEM.Textures.TextureRegion[]) + id: '#ctor(System.Double,MLEM.Textures.TextureRegion[])' + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: SpriteAnimation(Double, TextureRegion[]) + nameWithType: SpriteAnimation.SpriteAnimation(Double, TextureRegion[]) + fullName: MLEM.Animations.SpriteAnimation.SpriteAnimation(System.Double, MLEM.Textures.TextureRegion[]) + type: Constructor + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 95 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nCreates a new sprite animation that contains the given texture regions as frames.\n" + example: [] + syntax: + content: public SpriteAnimation(double timePerFrame, params TextureRegion[] regions) + parameters: + - id: timePerFrame + type: System.Double + description: The amount of time that each frame should last for + - id: regions + type: MLEM.Textures.TextureRegion[] + description: The texture regions that should make up this animation + content.vb: Public Sub New(timePerFrame As Double, ParamArray regions As TextureRegion()) + overload: MLEM.Animations.SpriteAnimation.#ctor* + nameWithType.vb: SpriteAnimation.SpriteAnimation(Double, TextureRegion()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Animations.SpriteAnimation.SpriteAnimation(System.Double, MLEM.Textures.TextureRegion()) + name.vb: SpriteAnimation(Double, TextureRegion()) +- uid: MLEM.Animations.SpriteAnimation.#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[]) + commentId: M:MLEM.Animations.SpriteAnimation.#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[]) + id: '#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[])' + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: SpriteAnimation(Double, Texture2D, Rectangle[]) + nameWithType: SpriteAnimation.SpriteAnimation(Double, Texture2D, Rectangle[]) + fullName: MLEM.Animations.SpriteAnimation.SpriteAnimation(System.Double, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle[]) + type: Constructor + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 105 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nCreates a new sprite animation based on the given texture regions in rectangle-based format.\n" + example: [] + syntax: + content: public SpriteAnimation(double timePerFrame, Texture2D texture, params Rectangle[] regions) + parameters: + - id: timePerFrame + type: System.Double + description: The amount of time that each frame should last for + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + description: The texture that the regions should come from + - id: regions + type: Microsoft.Xna.Framework.Rectangle[] + description: The texture regions that should make up this animation + content.vb: Public Sub New(timePerFrame As Double, texture As Texture2D, ParamArray regions As Rectangle()) + overload: MLEM.Animations.SpriteAnimation.#ctor* + nameWithType.vb: SpriteAnimation.SpriteAnimation(Double, Texture2D, Rectangle()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Animations.SpriteAnimation.SpriteAnimation(System.Double, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle()) + name.vb: SpriteAnimation(Double, Texture2D, Rectangle()) +- uid: MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: SpriteAnimation.Update(GameTime) + fullName: MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 113 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nUpdates this animation, causing to be increased and the to be updated.\n" + example: [] + syntax: + content: public void Update(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + description: The game's time + content.vb: Public Sub Update(time As GameTime) + overload: MLEM.Animations.SpriteAnimation.Update* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimation.Restart + commentId: M:MLEM.Animations.SpriteAnimation.Restart + id: Restart + parent: MLEM.Animations.SpriteAnimation + langs: + - csharp + - vb + name: Restart() + nameWithType: SpriteAnimation.Restart() + fullName: MLEM.Animations.SpriteAnimation.Restart() + type: Method + source: + remote: + path: MLEM/Animations/SpriteAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Restart + path: ../MLEM/Animations/SpriteAnimation.cs + startLine: 134 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nRestarts this animation from the first frame.\n" + example: [] + syntax: + content: public void Restart() + content.vb: Public Sub Restart + overload: MLEM.Animations.SpriteAnimation.Restart* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Animations.AnimationFrame + commentId: T:MLEM.Animations.AnimationFrame + parent: MLEM.Animations + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame +- uid: MLEM.Animations.SpriteAnimation.Item* + commentId: Overload:MLEM.Animations.SpriteAnimation.Item + name: Item + nameWithType: SpriteAnimation.Item + fullName: MLEM.Animations.SpriteAnimation.Item +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Animations.SpriteAnimation.CurrentFrame* + commentId: Overload:MLEM.Animations.SpriteAnimation.CurrentFrame + name: CurrentFrame + nameWithType: SpriteAnimation.CurrentFrame + fullName: MLEM.Animations.SpriteAnimation.CurrentFrame +- uid: MLEM.Animations.SpriteAnimation.CurrentFrame + commentId: P:MLEM.Animations.SpriteAnimation.CurrentFrame + isExternal: true +- uid: MLEM.Animations.SpriteAnimation.CurrentRegion* + commentId: Overload:MLEM.Animations.SpriteAnimation.CurrentRegion + name: CurrentRegion + nameWithType: SpriteAnimation.CurrentRegion + fullName: MLEM.Animations.SpriteAnimation.CurrentRegion +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Double + commentId: T:System.Double + parent: System + isExternal: true + name: Double + nameWithType: Double + fullName: System.Double +- uid: MLEM.Animations.SpriteAnimation.TotalTime + commentId: F:MLEM.Animations.SpriteAnimation.TotalTime + isExternal: true +- uid: MLEM.Animations.SpriteAnimation.TimeIntoAnimation* + commentId: Overload:MLEM.Animations.SpriteAnimation.TimeIntoAnimation + name: TimeIntoAnimation + nameWithType: SpriteAnimation.TimeIntoAnimation + fullName: MLEM.Animations.SpriteAnimation.TimeIntoAnimation +- uid: MLEM.Animations.SpriteAnimation.IsLooping + commentId: F:MLEM.Animations.SpriteAnimation.IsLooping + isExternal: true +- uid: MLEM.Animations.SpriteAnimation.IsFinished* + commentId: Overload:MLEM.Animations.SpriteAnimation.IsFinished + name: IsFinished + nameWithType: SpriteAnimation.IsFinished + fullName: MLEM.Animations.SpriteAnimation.IsFinished +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Animations.SpriteAnimationGroup + commentId: T:MLEM.Animations.SpriteAnimationGroup + parent: MLEM.Animations + name: SpriteAnimationGroup + nameWithType: SpriteAnimationGroup + fullName: MLEM.Animations.SpriteAnimationGroup +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Animations.SpriteAnimation.IsFinished + commentId: P:MLEM.Animations.SpriteAnimation.IsFinished + isExternal: true +- uid: MLEM.Animations.SpriteAnimation.Completed + commentId: T:MLEM.Animations.SpriteAnimation.Completed + parent: MLEM.Animations + name: SpriteAnimation.Completed + nameWithType: SpriteAnimation.Completed + fullName: MLEM.Animations.SpriteAnimation.Completed +- uid: MLEM.Animations.SpriteAnimation.TimeIntoAnimation + commentId: P:MLEM.Animations.SpriteAnimation.TimeIntoAnimation + isExternal: true +- uid: MLEM.Animations.SpriteAnimation.#ctor* + commentId: Overload:MLEM.Animations.SpriteAnimation.#ctor + name: SpriteAnimation + nameWithType: SpriteAnimation.SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation.SpriteAnimation +- uid: MLEM.Animations.AnimationFrame[] + isExternal: true + name: AnimationFrame[] + nameWithType: AnimationFrame[] + fullName: MLEM.Animations.AnimationFrame[] + nameWithType.vb: AnimationFrame() + fullName.vb: MLEM.Animations.AnimationFrame() + name.vb: AnimationFrame() + spec.csharp: + - uid: MLEM.Animations.AnimationFrame + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Animations.AnimationFrame + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Textures.TextureRegion[] + isExternal: true + name: TextureRegion[] + nameWithType: TextureRegion[] + fullName: MLEM.Textures.TextureRegion[] + nameWithType.vb: TextureRegion() + fullName.vb: MLEM.Textures.TextureRegion() + name.vb: TextureRegion() + spec.csharp: + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: () + nameWithType: () + fullName: () +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- uid: Microsoft.Xna.Framework.Rectangle[] + isExternal: true + name: Rectangle[] + nameWithType: Rectangle[] + fullName: Microsoft.Xna.Framework.Rectangle[] + nameWithType.vb: Rectangle() + fullName.vb: Microsoft.Xna.Framework.Rectangle() + name.vb: Rectangle() + spec.csharp: + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: () + nameWithType: () + fullName: () +- 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: MLEM.Animations.SpriteAnimation.Update* + commentId: Overload:MLEM.Animations.SpriteAnimation.Update + name: Update + nameWithType: SpriteAnimation.Update + fullName: MLEM.Animations.SpriteAnimation.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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Animations.SpriteAnimation.Restart* + commentId: Overload:MLEM.Animations.SpriteAnimation.Restart + name: Restart + nameWithType: SpriteAnimation.Restart + fullName: MLEM.Animations.SpriteAnimation.Restart diff --git a/Docs/api/MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml b/Docs/api/MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml new file mode 100644 index 0000000..4707f84 --- /dev/null +++ b/Docs/api/MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml @@ -0,0 +1,51 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged + id: SpriteAnimationGroup.AnimationChanged + parent: MLEM.Animations + children: [] + langs: + - csharp + - vb + name: SpriteAnimationGroup.AnimationChanged + nameWithType: SpriteAnimationGroup.AnimationChanged + fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + type: Delegate + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AnimationChanged + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 100 + assemblies: + - MLEM + namespace: MLEM.Animations + syntax: + content: public delegate void AnimationChanged(SpriteAnimation oldAnim, SpriteAnimation newAnim); + parameters: + - id: oldAnim + type: MLEM.Animations.SpriteAnimation + - id: newAnim + type: MLEM.Animations.SpriteAnimation + content.vb: Public Delegate Sub AnimationChanged(oldAnim As SpriteAnimation, newAnim As SpriteAnimation) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation diff --git a/Docs/api/MLEM.Animations.SpriteAnimationGroup.yml b/Docs/api/MLEM.Animations.SpriteAnimationGroup.yml new file mode 100644 index 0000000..15a8703 --- /dev/null +++ b/Docs/api/MLEM.Animations.SpriteAnimationGroup.yml @@ -0,0 +1,1000 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations.SpriteAnimationGroup + commentId: T:MLEM.Animations.SpriteAnimationGroup + id: SpriteAnimationGroup + parent: MLEM.Animations + children: + - MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32) + - MLEM.Animations.SpriteAnimationGroup.ByName(System.String) + - MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + - MLEM.Animations.SpriteAnimationGroup.CurrentFrame + - MLEM.Animations.SpriteAnimationGroup.CurrentRegion + - MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged + - MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier + - MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: SpriteAnimationGroup + nameWithType: SpriteAnimationGroup + fullName: MLEM.Animations.SpriteAnimationGroup + type: Class + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteAnimationGroup + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nRepresents a list of objects with a condition and priority attached to them.\nSprite animation groups can be used if any single entity should have multiple animations (like up, down, left, right standing and running animations) that should be automatically managed.\n" + example: [] + syntax: + content: 'public class SpriteAnimationGroup : GenericDataHolder' + content.vb: >- + Public Class SpriteAnimationGroup + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Animations.SpriteAnimationGroup.CurrentAnimation + commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + id: CurrentAnimation + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: CurrentAnimation + nameWithType: SpriteAnimationGroup.CurrentAnimation + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentAnimation + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe animation that is currently playing\n" + example: [] + syntax: + content: public SpriteAnimation CurrentAnimation { get; } + parameters: [] + return: + type: MLEM.Animations.SpriteAnimation + content.vb: Public ReadOnly Property CurrentAnimation As SpriteAnimation + overload: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame + commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentFrame + id: CurrentFrame + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: CurrentFrame + nameWithType: SpriteAnimationGroup.CurrentFrame + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentFrame + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentFrame + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe frame that is displaying\n" + example: [] + syntax: + content: public AnimationFrame CurrentFrame { get; } + parameters: [] + return: + type: MLEM.Animations.AnimationFrame + content.vb: Public ReadOnly Property CurrentFrame As AnimationFrame + overload: MLEM.Animations.SpriteAnimationGroup.CurrentFrame* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentRegion + commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentRegion + id: CurrentRegion + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: CurrentRegion + nameWithType: SpriteAnimationGroup.CurrentRegion + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentRegion + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentRegion + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe region that has\n" + example: [] + syntax: + content: public TextureRegion CurrentRegion { get; } + parameters: [] + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property CurrentRegion As TextureRegion + overload: MLEM.Animations.SpriteAnimationGroup.CurrentRegion* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged + commentId: E:MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged + id: OnAnimationChanged + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: OnAnimationChanged + nameWithType: SpriteAnimationGroup.OnAnimationChanged + fullName: MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged + type: Event + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnAnimationChanged + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nA callback for when the currently displaying animation has changed due to a condition with a higher priority being met. \n" + example: [] + syntax: + content: public event SpriteAnimationGroup.AnimationChanged OnAnimationChanged + return: + type: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + content.vb: Public Event OnAnimationChanged As SpriteAnimationGroup.AnimationChanged + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier + commentId: P:MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier + id: SpeedMultiplier + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: SpeedMultiplier + nameWithType: SpriteAnimationGroup.SpeedMultiplier + fullName: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier + type: Property + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpeedMultiplier + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nThe speed multiplier that this animation should run with.\nNumbers higher than 1 will increase the speed.\n" + example: [] + syntax: + content: public float SpeedMultiplier { set; } + parameters: [] + return: + type: System.Single + content.vb: Public WriteOnly Property SpeedMultiplier As Single + overload: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier* + modifiers.csharp: + - public + - set + modifiers.vb: + - Public + - WriteOnly +- uid: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32) + commentId: M:MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32) + id: Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32) + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: Add(SpriteAnimation, Func, Int32) + nameWithType: SpriteAnimationGroup.Add(SpriteAnimation, Func, Int32) + fullName: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation, System.Func, System.Int32) + type: Method + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Add + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 58 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nAdds a to this group.\n" + example: [] + syntax: + content: public SpriteAnimationGroup Add(SpriteAnimation anim, Func condition, int priority = 0) + parameters: + - id: anim + type: MLEM.Animations.SpriteAnimation + description: The animation to add + - id: condition + type: System.Func{System.Boolean} + description: The condition that needs to be met for this animation to play + - id: priority + type: System.Int32 + description: The priority of this animation. The higher the priority, the earlier it is picked for playing. + return: + type: MLEM.Animations.SpriteAnimationGroup + description: This group, for chaining + content.vb: Public Function Add(anim As SpriteAnimation, condition As Func(Of Boolean), priority As Integer = 0) As SpriteAnimationGroup + overload: MLEM.Animations.SpriteAnimationGroup.Add* + nameWithType.vb: SpriteAnimationGroup.Add(SpriteAnimation, Func(Of Boolean), Int32) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation, System.Func(Of System.Boolean), System.Int32) + name.vb: Add(SpriteAnimation, Func(Of Boolean), Int32) +- uid: MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: SpriteAnimationGroup.Update(GameTime) + fullName: MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 65 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nUpdates this animation, causing to be increased and the to be updated.\n" + example: [] + syntax: + content: public void Update(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + description: The game's time + content.vb: Public Sub Update(time As GameTime) + overload: MLEM.Animations.SpriteAnimationGroup.Update* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Animations.SpriteAnimationGroup.ByName(System.String) + commentId: M:MLEM.Animations.SpriteAnimationGroup.ByName(System.String) + id: ByName(System.String) + parent: MLEM.Animations.SpriteAnimationGroup + langs: + - csharp + - vb + name: ByName(String) + nameWithType: SpriteAnimationGroup.ByName(String) + fullName: MLEM.Animations.SpriteAnimationGroup.ByName(System.String) + type: Method + source: + remote: + path: MLEM/Animations/SpriteAnimationGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ByName + path: ../MLEM/Animations/SpriteAnimationGroup.cs + startLine: 76 + assemblies: + - MLEM + namespace: MLEM.Animations + summary: "\nFind an animation in this group by name and returns it.\n" + example: [] + syntax: + content: public SpriteAnimation ByName(string name) + parameters: + - id: name + type: System.String + description: The of the animation + return: + type: MLEM.Animations.SpriteAnimation + description: The animation by that name, or null if there is none + content.vb: Public Function ByName(name As String) As SpriteAnimation + overload: MLEM.Animations.SpriteAnimationGroup.ByName* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + name: CurrentAnimation + nameWithType: SpriteAnimationGroup.CurrentAnimation + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation + isExternal: true +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentFrame + name: CurrentFrame + nameWithType: SpriteAnimationGroup.CurrentFrame + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentFrame +- uid: MLEM.Animations.AnimationFrame + commentId: T:MLEM.Animations.AnimationFrame + parent: MLEM.Animations + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame + commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentFrame + isExternal: true +- uid: MLEM.Animations.SpriteAnimationGroup.CurrentRegion* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentRegion + name: CurrentRegion + nameWithType: SpriteAnimationGroup.CurrentRegion + fullName: MLEM.Animations.SpriteAnimationGroup.CurrentRegion +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged + parent: MLEM.Animations + name: SpriteAnimationGroup.AnimationChanged + nameWithType: SpriteAnimationGroup.AnimationChanged + fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged +- uid: MLEM.Animations.SpriteAnimation.SpeedMultiplier + commentId: F:MLEM.Animations.SpriteAnimation.SpeedMultiplier + isExternal: true +- uid: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier + name: SpeedMultiplier + nameWithType: SpriteAnimationGroup.SpeedMultiplier + fullName: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Animations.SpriteAnimationGroup.Add* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.Add + name: Add + nameWithType: SpriteAnimationGroup.Add + fullName: MLEM.Animations.SpriteAnimationGroup.Add +- uid: System.Func{System.Boolean} + commentId: T:System.Func{System.Boolean} + parent: System + definition: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of Boolean) + fullName.vb: System.Func(Of System.Boolean) + name.vb: Func(Of Boolean) + spec.csharp: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Animations.SpriteAnimationGroup + commentId: T:MLEM.Animations.SpriteAnimationGroup + parent: MLEM.Animations + name: SpriteAnimationGroup + nameWithType: SpriteAnimationGroup + fullName: MLEM.Animations.SpriteAnimationGroup +- uid: System.Func`1 + commentId: T:System.Func`1 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of TResult) + fullName.vb: System.Func(Of TResult) + name.vb: Func(Of TResult) + spec.csharp: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime) + isExternal: true +- uid: MLEM.Animations.SpriteAnimationGroup.Update* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.Update + name: Update + nameWithType: SpriteAnimationGroup.Update + fullName: MLEM.Animations.SpriteAnimationGroup.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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Animations.SpriteAnimation.Name + commentId: F:MLEM.Animations.SpriteAnimation.Name + isExternal: true +- uid: MLEM.Animations.SpriteAnimationGroup.ByName* + commentId: Overload:MLEM.Animations.SpriteAnimationGroup.ByName + name: ByName + nameWithType: SpriteAnimationGroup.ByName + fullName: MLEM.Animations.SpriteAnimationGroup.ByName +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String diff --git a/Docs/api/MLEM.Animations.yml b/Docs/api/MLEM.Animations.yml new file mode 100644 index 0000000..117d1df --- /dev/null +++ b/Docs/api/MLEM.Animations.yml @@ -0,0 +1,56 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Animations + commentId: N:MLEM.Animations + id: MLEM.Animations + children: + - MLEM.Animations.AnimationFrame + - MLEM.Animations.SpriteAnimation + - MLEM.Animations.SpriteAnimation.Completed + - MLEM.Animations.SpriteAnimationGroup + - MLEM.Animations.SpriteAnimationGroup.AnimationChanged + langs: + - csharp + - vb + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Animations.SpriteAnimation.Completed + commentId: T:MLEM.Animations.SpriteAnimation.Completed + parent: MLEM.Animations + name: SpriteAnimation.Completed + nameWithType: SpriteAnimation.Completed + fullName: MLEM.Animations.SpriteAnimation.Completed +- uid: MLEM.Animations.AnimationFrame + commentId: T:MLEM.Animations.AnimationFrame + parent: MLEM.Animations + name: AnimationFrame + nameWithType: AnimationFrame + fullName: MLEM.Animations.AnimationFrame +- uid: MLEM.Animations.SpriteAnimationGroup + commentId: T:MLEM.Animations.SpriteAnimationGroup + parent: MLEM.Animations + name: SpriteAnimationGroup + nameWithType: SpriteAnimationGroup + fullName: MLEM.Animations.SpriteAnimationGroup +- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged + parent: MLEM.Animations + name: SpriteAnimationGroup.AnimationChanged + nameWithType: SpriteAnimationGroup.AnimationChanged + fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations diff --git a/Docs/api/MLEM.Cameras.Camera.yml b/Docs/api/MLEM.Cameras.Camera.yml new file mode 100644 index 0000000..4036344 --- /dev/null +++ b/Docs/api/MLEM.Cameras.Camera.yml @@ -0,0 +1,1170 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Cameras.Camera + commentId: T:MLEM.Cameras.Camera + id: Camera + parent: MLEM.Cameras + children: + - MLEM.Cameras.Camera.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean) + - MLEM.Cameras.Camera.ActualScale + - MLEM.Cameras.Camera.AutoScaleReferenceSize + - MLEM.Cameras.Camera.AutoScaleWithScreen + - MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + - MLEM.Cameras.Camera.GetVisibleRectangle + - MLEM.Cameras.Camera.LookingPosition + - MLEM.Cameras.Camera.Max + - MLEM.Cameras.Camera.MaxScale + - MLEM.Cameras.Camera.MinScale + - MLEM.Cameras.Camera.Position + - MLEM.Cameras.Camera.Scale + - MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Cameras.Camera.ViewMatrix + - MLEM.Cameras.Camera.Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + langs: + - csharp + - vb + name: Camera + nameWithType: Camera + fullName: MLEM.Cameras.Camera + type: Class + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Camera + path: ../MLEM/Cameras/Camera.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nRepresents a simple, orthographic 2-dimensional camera that can be moved, scaled and that supports automatic viewport sizing.\nTo draw with the camera's positioning and scaling applied, use .\n" + example: [] + syntax: + content: public class Camera + content.vb: Public Class Camera + inheritance: + - System.Object + inheritedMembers: + - 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.Cameras.Camera.Position + commentId: F:MLEM.Cameras.Camera.Position + id: Position + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: Position + nameWithType: Camera.Position + fullName: MLEM.Cameras.Camera.Position + type: Field + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Position + path: ../MLEM/Cameras/Camera.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe top-left corner of the camera's viewport.\n\n" + example: [] + syntax: + content: public Vector2 Position + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Position As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.Scale + commentId: P:MLEM.Cameras.Camera.Scale + id: Scale + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: Scale + nameWithType: Camera.Scale + fullName: MLEM.Cameras.Camera.Scale + type: Property + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Scale + path: ../MLEM/Cameras/Camera.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe scale that this camera's should have.\n" + example: [] + syntax: + content: public float Scale { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property Scale As Single + overload: MLEM.Cameras.Camera.Scale* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.MinScale + commentId: F:MLEM.Cameras.Camera.MinScale + id: MinScale + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: MinScale + nameWithType: Camera.MinScale + fullName: MLEM.Cameras.Camera.MinScale + type: Field + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MinScale + path: ../MLEM/Cameras/Camera.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe minimum that the camera can have\n" + example: [] + syntax: + content: public float MinScale + return: + type: System.Single + content.vb: Public MinScale As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.MaxScale + commentId: F:MLEM.Cameras.Camera.MaxScale + id: MaxScale + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: MaxScale + nameWithType: Camera.MaxScale + fullName: MLEM.Cameras.Camera.MaxScale + type: Field + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MaxScale + path: ../MLEM/Cameras/Camera.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe maximum that the camera can have\n" + example: [] + syntax: + content: public float MaxScale + return: + type: System.Single + content.vb: Public MaxScale As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.AutoScaleWithScreen + commentId: F:MLEM.Cameras.Camera.AutoScaleWithScreen + id: AutoScaleWithScreen + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: AutoScaleWithScreen + nameWithType: Camera.AutoScaleWithScreen + fullName: MLEM.Cameras.Camera.AutoScaleWithScreen + type: Field + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoScaleWithScreen + path: ../MLEM/Cameras/Camera.cs + startLine: 38 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nIf this is true, the camera will automatically adapt to changed screen sizes.\nYou can use to determine the initial screen size that this camera should base its calculations on.\n" + example: [] + syntax: + content: public bool AutoScaleWithScreen + return: + type: System.Boolean + content.vb: Public AutoScaleWithScreen As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.AutoScaleReferenceSize + commentId: F:MLEM.Cameras.Camera.AutoScaleReferenceSize + id: AutoScaleReferenceSize + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: AutoScaleReferenceSize + nameWithType: Camera.AutoScaleReferenceSize + fullName: MLEM.Cameras.Camera.AutoScaleReferenceSize + type: Field + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoScaleReferenceSize + path: ../MLEM/Cameras/Camera.cs + startLine: 42 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\n\n" + example: [] + 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.Cameras.Camera.ActualScale + commentId: P:MLEM.Cameras.Camera.ActualScale + id: ActualScale + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: ActualScale + nameWithType: Camera.ActualScale + fullName: MLEM.Cameras.Camera.ActualScale + type: Property + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ActualScale + path: ../MLEM/Cameras/Camera.cs + startLine: 46 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe scale that this camera currently has, based on and if is true.\n" + example: [] + syntax: + content: public float ActualScale { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property ActualScale As Single + overload: MLEM.Cameras.Camera.ActualScale* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Cameras.Camera.ViewMatrix + commentId: P:MLEM.Cameras.Camera.ViewMatrix + id: ViewMatrix + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: ViewMatrix + nameWithType: Camera.ViewMatrix + fullName: MLEM.Cameras.Camera.ViewMatrix + type: Property + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ViewMatrix + path: ../MLEM/Cameras/Camera.cs + startLine: 57 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe matrix that this camera "sees", based on its position and scale.\nUse this in your calls to render based on the camera's viewport.\n" + example: [] + syntax: + content: public Matrix ViewMatrix { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Matrix + content.vb: Public ReadOnly Property ViewMatrix As Matrix + overload: MLEM.Cameras.Camera.ViewMatrix* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Cameras.Camera.Max + commentId: P:MLEM.Cameras.Camera.Max + id: Max + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: Max + nameWithType: Camera.Max + fullName: MLEM.Cameras.Camera.Max + type: Property + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Max + path: ../MLEM/Cameras/Camera.cs + startLine: 70 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe bottom-right corner of the camera's viewport\n\n" + example: [] + syntax: + content: public Vector2 Max { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Max As Vector2 + overload: MLEM.Cameras.Camera.Max* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.LookingPosition + commentId: P:MLEM.Cameras.Camera.LookingPosition + id: LookingPosition + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: LookingPosition + nameWithType: Camera.LookingPosition + fullName: MLEM.Cameras.Camera.LookingPosition + type: Property + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LookingPosition + path: ../MLEM/Cameras/Camera.cs + startLine: 77 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nThe center of the camera's viewport, or the position that the camera is looking at.\n" + example: [] + syntax: + content: public Vector2 LookingPosition { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property LookingPosition As Vector2 + overload: MLEM.Cameras.Camera.LookingPosition* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean) + commentId: M:MLEM.Cameras.Camera.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean) + id: '#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean)' + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: Camera(GraphicsDevice, Boolean) + nameWithType: Camera.Camera(GraphicsDevice, Boolean) + fullName: MLEM.Cameras.Camera.Camera(Microsoft.Xna.Framework.Graphics.GraphicsDevice, System.Boolean) + type: Constructor + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Cameras/Camera.cs + startLine: 92 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nCreates a new camera.\n" + example: [] + syntax: + content: public Camera(GraphicsDevice graphicsDevice, bool roundPosition = true) + parameters: + - id: graphicsDevice + type: Microsoft.Xna.Framework.Graphics.GraphicsDevice + description: The game's graphics device + - id: roundPosition + type: System.Boolean + description: If this is true, the camera's and related properties will be rounded to full integers. + content.vb: Public Sub New(graphicsDevice As GraphicsDevice, roundPosition As Boolean = True) + overload: MLEM.Cameras.Camera.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2) + id: ToWorldPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: ToWorldPos(Vector2) + nameWithType: Camera.ToWorldPos(Vector2) + fullName: MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToWorldPos + path: ../MLEM/Cameras/Camera.cs + startLine: 103 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nConverts a given position in screen space to world space\n" + example: [] + syntax: + content: public Vector2 ToWorldPos(Vector2 pos) + parameters: + - id: pos + type: Microsoft.Xna.Framework.Vector2 + description: The position in screen space + return: + type: Microsoft.Xna.Framework.Vector2 + description: The position in world space + content.vb: Public Function ToWorldPos(pos As Vector2) As Vector2 + overload: MLEM.Cameras.Camera.ToWorldPos* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2) + id: ToCameraPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: ToCameraPos(Vector2) + nameWithType: Camera.ToCameraPos(Vector2) + fullName: MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToCameraPos + path: ../MLEM/Cameras/Camera.cs + startLine: 112 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nConverts a given position in world space to screen space\n" + example: [] + syntax: + content: public Vector2 ToCameraPos(Vector2 pos) + parameters: + - id: pos + type: Microsoft.Xna.Framework.Vector2 + description: The position in world space + return: + type: Microsoft.Xna.Framework.Vector2 + description: The position in camera space + content.vb: Public Function ToCameraPos(pos As Vector2) As Vector2 + overload: MLEM.Cameras.Camera.ToCameraPos* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.GetVisibleRectangle + commentId: M:MLEM.Cameras.Camera.GetVisibleRectangle + id: GetVisibleRectangle + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: GetVisibleRectangle() + nameWithType: Camera.GetVisibleRectangle() + fullName: MLEM.Cameras.Camera.GetVisibleRectangle() + type: Method + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetVisibleRectangle + path: ../MLEM/Cameras/Camera.cs + startLine: 121 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nReturns the area that this camera can see, in world space.\nThis can be useful for culling of tile and other entity renderers.\n" + example: [] + syntax: + content: public RectangleF GetVisibleRectangle() + return: + type: MLEM.Misc.RectangleF + description: A rectangle that represents the camera's visible area in world space + content.vb: Public Function GetVisibleRectangle As RectangleF + overload: MLEM.Cameras.Camera.GetVisibleRectangle* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + id: ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: ConstrainWorldBounds(Vector2, Vector2) + nameWithType: Camera.ConstrainWorldBounds(Vector2, Vector2) + fullName: MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ConstrainWorldBounds + path: ../MLEM/Cameras/Camera.cs + startLine: 133 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nForces the camera's bounds into the given min and max positions in world space.\nIf the space represented by the given values is smaller than what the camera can see, its position will be forced into the center of the area.\n" + example: [] + syntax: + content: public bool ConstrainWorldBounds(Vector2 min, Vector2 max) + parameters: + - id: min + type: Microsoft.Xna.Framework.Vector2 + description: The top left bound, in world space + - id: max + type: Microsoft.Xna.Framework.Vector2 + description: The bottom right bound, in world space + return: + type: System.Boolean + description: Whether or not the camera's position changed as a result of the constraint + content.vb: Public Function ConstrainWorldBounds(min As Vector2, max As Vector2) As Boolean + overload: MLEM.Cameras.Camera.ConstrainWorldBounds* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Cameras.Camera.Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:MLEM.Cameras.Camera.Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + id: Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: MLEM.Cameras.Camera + langs: + - csharp + - vb + name: Zoom(Single, Nullable) + nameWithType: Camera.Zoom(Single, Nullable) + fullName: MLEM.Cameras.Camera.Zoom(System.Single, System.Nullable) + type: Method + source: + remote: + path: MLEM/Cameras/Camera.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Zoom + path: ../MLEM/Cameras/Camera.cs + startLine: 161 + assemblies: + - MLEM + namespace: MLEM.Cameras + summary: "\nZoom in the camera's view by a given amount, optionally focusing on a given center point.\n" + example: [] + syntax: + content: public void Zoom(float delta, Vector2? zoomCenter = default(Vector2? )) + parameters: + - id: delta + type: System.Single + description: The amount to zoom in or out by + - id: zoomCenter + type: System.Nullable{Microsoft.Xna.Framework.Vector2} + description: The position that should be regarded as the zoom's center, in screen space. The default value is the center. + content.vb: Public Sub Zoom(delta As Single, zoomCenter As Vector2? = Nothing) + overload: MLEM.Cameras.Camera.Zoom* + nameWithType.vb: Camera.Zoom(Single, Nullable(Of Vector2)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Cameras.Camera.Zoom(System.Single, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) + name.vb: Zoom(Single, Nullable(Of Vector2)) +references: +- uid: MLEM.Cameras.Camera.ViewMatrix + commentId: P:MLEM.Cameras.Camera.ViewMatrix + isExternal: true +- uid: MLEM.Cameras + commentId: N:MLEM.Cameras + name: MLEM.Cameras + nameWithType: MLEM.Cameras + fullName: MLEM.Cameras +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Cameras.Camera.LookingPosition + commentId: P:MLEM.Cameras.Camera.LookingPosition + isExternal: true +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Cameras.Camera.Scale* + commentId: Overload:MLEM.Cameras.Camera.Scale + name: Scale + nameWithType: Camera.Scale + fullName: MLEM.Cameras.Camera.Scale +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Cameras.Camera.Scale + commentId: P:MLEM.Cameras.Camera.Scale + isExternal: true +- uid: MLEM.Cameras.Camera.AutoScaleReferenceSize + commentId: F:MLEM.Cameras.Camera.AutoScaleReferenceSize + isExternal: true +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Cameras.Camera.AutoScaleWithScreen + commentId: F:MLEM.Cameras.Camera.AutoScaleWithScreen + isExternal: true +- 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.Cameras.Camera.ActualScale* + commentId: Overload:MLEM.Cameras.Camera.ActualScale + name: ActualScale + nameWithType: Camera.ActualScale + fullName: MLEM.Cameras.Camera.ActualScale +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Begin(Microsoft.Xna.Framework.Graphics.SpriteSortMode,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Graphics.DepthStencilState,Microsoft.Xna.Framework.Graphics.RasterizerState,Microsoft.Xna.Framework.Graphics.Effect,System.Nullable{Microsoft.Xna.Framework.Matrix}) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Begin(Microsoft.Xna.Framework.Graphics.SpriteSortMode,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Graphics.DepthStencilState,Microsoft.Xna.Framework.Graphics.RasterizerState,Microsoft.Xna.Framework.Graphics.Effect,System.Nullable{Microsoft.Xna.Framework.Matrix}) + isExternal: true +- uid: MLEM.Cameras.Camera.ViewMatrix* + commentId: Overload:MLEM.Cameras.Camera.ViewMatrix + name: ViewMatrix + nameWithType: Camera.ViewMatrix + fullName: MLEM.Cameras.Camera.ViewMatrix +- uid: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- uid: MLEM.Cameras.Camera.Max* + commentId: Overload:MLEM.Cameras.Camera.Max + name: Max + nameWithType: Camera.Max + fullName: MLEM.Cameras.Camera.Max +- uid: MLEM.Cameras.Camera.LookingPosition* + commentId: Overload:MLEM.Cameras.Camera.LookingPosition + name: LookingPosition + nameWithType: Camera.LookingPosition + fullName: MLEM.Cameras.Camera.LookingPosition +- uid: MLEM.Cameras.Camera.Position + commentId: F:MLEM.Cameras.Camera.Position + isExternal: true +- uid: MLEM.Cameras.Camera.#ctor* + commentId: Overload:MLEM.Cameras.Camera.#ctor + name: Camera + nameWithType: Camera.Camera + fullName: MLEM.Cameras.Camera.Camera +- 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: MLEM.Cameras.Camera.ToWorldPos* + commentId: Overload:MLEM.Cameras.Camera.ToWorldPos + name: ToWorldPos + nameWithType: Camera.ToWorldPos + fullName: MLEM.Cameras.Camera.ToWorldPos +- uid: MLEM.Cameras.Camera.ToCameraPos* + commentId: Overload:MLEM.Cameras.Camera.ToCameraPos + name: ToCameraPos + nameWithType: Camera.ToCameraPos + fullName: MLEM.Cameras.Camera.ToCameraPos +- uid: MLEM.Cameras.Camera.GetVisibleRectangle* + commentId: Overload:MLEM.Cameras.Camera.GetVisibleRectangle + name: GetVisibleRectangle + nameWithType: Camera.GetVisibleRectangle + fullName: MLEM.Cameras.Camera.GetVisibleRectangle +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Cameras.Camera.ConstrainWorldBounds* + commentId: Overload:MLEM.Cameras.Camera.ConstrainWorldBounds + name: ConstrainWorldBounds + nameWithType: Camera.ConstrainWorldBounds + fullName: MLEM.Cameras.Camera.ConstrainWorldBounds +- uid: MLEM.Cameras.Camera.Zoom* + commentId: Overload:MLEM.Cameras.Camera.Zoom + name: Zoom + nameWithType: Camera.Zoom + fullName: MLEM.Cameras.Camera.Zoom +- uid: System.Nullable{Microsoft.Xna.Framework.Vector2} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Vector2) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2) + name.vb: Nullable(Of Vector2) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Cameras.yml b/Docs/api/MLEM.Cameras.yml new file mode 100644 index 0000000..e684a05 --- /dev/null +++ b/Docs/api/MLEM.Cameras.yml @@ -0,0 +1,22 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Cameras + commentId: N:MLEM.Cameras + id: MLEM.Cameras + children: + - MLEM.Cameras.Camera + langs: + - csharp + - vb + name: MLEM.Cameras + nameWithType: MLEM.Cameras + fullName: MLEM.Cameras + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Cameras.Camera + commentId: T:MLEM.Cameras.Camera + name: Camera + nameWithType: Camera + fullName: MLEM.Cameras.Camera diff --git a/Docs/api/MLEM.Content.RawContentManager.yml b/Docs/api/MLEM.Content.RawContentManager.yml new file mode 100644 index 0000000..eba3660 --- /dev/null +++ b/Docs/api/MLEM.Content.RawContentManager.yml @@ -0,0 +1,1599 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + id: RawContentManager + parent: MLEM.Content + children: + - MLEM.Content.RawContentManager.#ctor(System.IServiceProvider,System.String) + - MLEM.Content.RawContentManager.GraphicsDevice + - MLEM.Content.RawContentManager.Initialize + - MLEM.Content.RawContentManager.Load``1(System.String) + - MLEM.Content.RawContentManager.ReloadAsset``1(System.String,``0) + - MLEM.Content.RawContentManager.Unload + langs: + - csharp + - vb + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + type: Class + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawContentManager + path: ../MLEM/Content/RawContentManager.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nRepresents a version of that doesn't load content binary xnb files, but rather as their regular formats. \n" + example: [] + syntax: + content: 'public class RawContentManager : ContentManager, IDisposable, IGameComponent' + content.vb: >- + Public Class RawContentManager + Inherits ContentManager + Implements IDisposable, IGameComponent + inheritance: + - System.Object + - Microsoft.Xna.Framework.Content.ContentManager + implements: + - System.IDisposable + - Microsoft.Xna.Framework.IGameComponent + inheritedMembers: + - Microsoft.Xna.Framework.Content.ContentManager.Dispose + - Microsoft.Xna.Framework.Content.ContentManager.Dispose(System.Boolean) + - Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized``1(System.String) + - Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + - Microsoft.Xna.Framework.Content.ContentManager.ReadAsset``1(System.String,System.Action{System.IDisposable}) + - Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + - Microsoft.Xna.Framework.Content.ContentManager.LoadedAssets + - Microsoft.Xna.Framework.Content.ContentManager.RootDirectory + - Microsoft.Xna.Framework.Content.ContentManager.ServiceProvider + - 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 + extensionMethods: + - Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.SetJsonSerializer(Newtonsoft.Json.JsonSerializer) + - Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.GetJsonSerializer + - Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.AddJsonConverter(Newtonsoft.Json.JsonConverter) + - Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.LoadJson``1(System.String,System.String) + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Content.RawContentManager.GraphicsDevice + commentId: F:MLEM.Content.RawContentManager.GraphicsDevice + id: GraphicsDevice + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: GraphicsDevice + nameWithType: RawContentManager.GraphicsDevice + fullName: MLEM.Content.RawContentManager.GraphicsDevice + type: Field + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GraphicsDevice + path: ../MLEM/Content/RawContentManager.cs + startLine: 26 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nThe graphics device that this content manager uses\n" + example: [] + 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.Content.RawContentManager.#ctor(System.IServiceProvider,System.String) + commentId: M:MLEM.Content.RawContentManager.#ctor(System.IServiceProvider,System.String) + id: '#ctor(System.IServiceProvider,System.String)' + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: RawContentManager(IServiceProvider, String) + nameWithType: RawContentManager.RawContentManager(IServiceProvider, String) + fullName: MLEM.Content.RawContentManager.RawContentManager(System.IServiceProvider, System.String) + type: Constructor + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Content/RawContentManager.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nCreates a new content manager with an optionally specified root directory.\n" + example: [] + syntax: + content: public RawContentManager(IServiceProvider serviceProvider, string rootDirectory = "Content") + parameters: + - id: serviceProvider + type: System.IServiceProvider + description: The service provider of your game + - id: rootDirectory + type: System.String + description: The root directory. Defaults to "Content" + content.vb: Public Sub New(serviceProvider As IServiceProvider, rootDirectory As String = "Content") + overload: MLEM.Content.RawContentManager.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Content.RawContentManager.Load``1(System.String) + commentId: M:MLEM.Content.RawContentManager.Load``1(System.String) + id: Load``1(System.String) + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: Load(String) + nameWithType: RawContentManager.Load(String) + fullName: MLEM.Content.RawContentManager.Load(System.String) + type: Method + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Load + path: ../MLEM/Content/RawContentManager.cs + startLine: 46 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nLoads a raw asset with the given name, based on the .\nIf the asset was previously loaded using this method, the cached asset is merely returned.\n" + example: [] + syntax: + content: public override T Load(string assetName) + parameters: + - id: assetName + type: System.String + description: The path and name of the asset to load, without extension. + typeParameters: + - id: T + description: The type of asset to load + return: + type: '{T}' + description: The asset, either loaded from the cache, or from disk. + content.vb: Public Overrides Function Load(Of T)(assetName As String) As T + overridden: Microsoft.Xna.Framework.Content.ContentManager.Load``1(System.String) + overload: MLEM.Content.RawContentManager.Load* + nameWithType.vb: RawContentManager.Load(Of T)(String) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Content.RawContentManager.Load(Of T)(System.String) + name.vb: Load(Of T)(String) +- uid: MLEM.Content.RawContentManager.ReloadAsset``1(System.String,``0) + commentId: M:MLEM.Content.RawContentManager.ReloadAsset``1(System.String,``0) + id: ReloadAsset``1(System.String,``0) + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: ReloadAsset(String, T) + nameWithType: RawContentManager.ReloadAsset(String, T) + fullName: MLEM.Content.RawContentManager.ReloadAsset(System.String, T) + type: Method + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReloadAsset + path: ../MLEM/Content/RawContentManager.cs + startLine: 59 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: protected override void ReloadAsset(string originalAssetName, T currentAsset) + parameters: + - id: originalAssetName + type: System.String + - id: currentAsset + type: '{T}' + typeParameters: + - id: T + content.vb: Protected Overrides Sub ReloadAsset(Of T)(originalAssetName As String, currentAsset As T) + overridden: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,{T}) + overload: MLEM.Content.RawContentManager.ReloadAsset* + nameWithType.vb: RawContentManager.ReloadAsset(Of T)(String, T) + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides + fullName.vb: MLEM.Content.RawContentManager.ReloadAsset(Of T)(System.String, T) + name.vb: ReloadAsset(Of T)(String, T) +- uid: MLEM.Content.RawContentManager.Unload + commentId: M:MLEM.Content.RawContentManager.Unload + id: Unload + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: Unload() + nameWithType: RawContentManager.Unload() + fullName: MLEM.Content.RawContentManager.Unload() + type: Method + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Unload + path: ../MLEM/Content/RawContentManager.cs + startLine: 82 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override void Unload() + content.vb: Public Overrides Sub Unload + overridden: Microsoft.Xna.Framework.Content.ContentManager.Unload + overload: MLEM.Content.RawContentManager.Unload* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Content.RawContentManager.Initialize + commentId: M:MLEM.Content.RawContentManager.Initialize + id: Initialize + parent: MLEM.Content.RawContentManager + langs: + - csharp + - vb + name: Initialize() + nameWithType: RawContentManager.Initialize() + fullName: MLEM.Content.RawContentManager.Initialize() + type: Method + source: + remote: + path: MLEM/Content/RawContentManager.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Initialize + path: ../MLEM/Content/RawContentManager.cs + startLine: 89 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public void Initialize() + content.vb: Public Sub Initialize + overload: MLEM.Content.RawContentManager.Initialize* + implements: + - Microsoft.Xna.Framework.IGameComponent.Initialize + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: Microsoft.Xna.Framework.Content.ContentManager + commentId: T:Microsoft.Xna.Framework.Content.ContentManager + parent: Microsoft.Xna.Framework.Content + isExternal: true + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.IDisposable + commentId: T:System.IDisposable + parent: System + isExternal: true + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable +- 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.Content.ContentManager.Dispose + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.Dispose + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: Dispose() + nameWithType: ContentManager.Dispose() + fullName: Microsoft.Xna.Framework.Content.ContentManager.Dispose() + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Dispose + name: Dispose + nameWithType: ContentManager.Dispose + fullName: Microsoft.Xna.Framework.Content.ContentManager.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Dispose + name: Dispose + nameWithType: ContentManager.Dispose + fullName: Microsoft.Xna.Framework.Content.ContentManager.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.Dispose(System.Boolean) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.Dispose(System.Boolean) + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: Dispose(Boolean) + nameWithType: ContentManager.Dispose(Boolean) + fullName: Microsoft.Xna.Framework.Content.ContentManager.Dispose(System.Boolean) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Dispose(System.Boolean) + name: Dispose + nameWithType: ContentManager.Dispose + fullName: Microsoft.Xna.Framework.Content.ContentManager.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.Content.ContentManager.Dispose(System.Boolean) + name: Dispose + nameWithType: ContentManager.Dispose + fullName: Microsoft.Xna.Framework.Content.ContentManager.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.Content.ContentManager.LoadLocalized``1(System.String) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized``1(System.String) + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: LoadLocalized(String) + nameWithType: ContentManager.LoadLocalized(String) + fullName: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized(System.String) + nameWithType.vb: ContentManager.LoadLocalized(Of T)(String) + fullName.vb: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized(Of T)(System.String) + name.vb: LoadLocalized(Of T)(String) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized``1(System.String) + name: LoadLocalized + nameWithType: ContentManager.LoadLocalized + fullName: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized``1(System.String) + name: LoadLocalized(Of T) + nameWithType: ContentManager.LoadLocalized(Of T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.LoadLocalized(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: OpenStream(String) + nameWithType: ContentManager.OpenStream(String) + fullName: Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + name: OpenStream + nameWithType: ContentManager.OpenStream + fullName: Microsoft.Xna.Framework.Content.ContentManager.OpenStream + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.OpenStream(System.String) + name: OpenStream + nameWithType: ContentManager.OpenStream + fullName: Microsoft.Xna.Framework.Content.ContentManager.OpenStream + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset``1(System.String,System.Action{System.IDisposable}) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.ReadAsset``1(System.String,System.Action{System.IDisposable}) + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: ReadAsset(String, Action) + nameWithType: ContentManager.ReadAsset(String, Action) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset(System.String, System.Action) + nameWithType.vb: ContentManager.ReadAsset(Of T)(String, Action(Of IDisposable)) + fullName.vb: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset(Of T)(System.String, System.Action(Of System.IDisposable)) + name.vb: ReadAsset(Of T)(String, Action(Of IDisposable)) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset``1(System.String,System.Action{System.IDisposable}) + name: ReadAsset + nameWithType: ContentManager.ReadAsset + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.IDisposable + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset``1(System.String,System.Action{System.IDisposable}) + name: ReadAsset(Of T) + nameWithType: ContentManager.ReadAsset(Of T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReadAsset(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.IDisposable + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: ReloadGraphicsAssets() + nameWithType: ContentManager.ReloadGraphicsAssets() + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets() + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + name: ReloadGraphicsAssets + nameWithType: ContentManager.ReloadGraphicsAssets + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + name: ReloadGraphicsAssets + nameWithType: ContentManager.ReloadGraphicsAssets + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadGraphicsAssets + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.LoadedAssets + commentId: P:Microsoft.Xna.Framework.Content.ContentManager.LoadedAssets + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: LoadedAssets + nameWithType: ContentManager.LoadedAssets + fullName: Microsoft.Xna.Framework.Content.ContentManager.LoadedAssets +- uid: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory + commentId: P:Microsoft.Xna.Framework.Content.ContentManager.RootDirectory + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: RootDirectory + nameWithType: ContentManager.RootDirectory + fullName: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory +- uid: Microsoft.Xna.Framework.Content.ContentManager.ServiceProvider + commentId: P:Microsoft.Xna.Framework.Content.ContentManager.ServiceProvider + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: ServiceProvider + nameWithType: ContentManager.ServiceProvider + fullName: Microsoft.Xna.Framework.Content.ContentManager.ServiceProvider +- 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: Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.SetJsonSerializer(Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.ContentExtensions + definition: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + name: SetJsonSerializer(JsonSerializer) + nameWithType: ContentExtensions.SetJsonSerializer(JsonSerializer) + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer(Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.SetJsonSerializer(Newtonsoft.Json.JsonSerializer) + name: SetJsonSerializer + nameWithType: ContentExtensions.SetJsonSerializer + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.SetJsonSerializer(Newtonsoft.Json.JsonSerializer) + name: SetJsonSerializer + nameWithType: ContentExtensions.SetJsonSerializer + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.GetJsonSerializer + commentId: M:MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + parent: MLEM.Data.ContentExtensions + definition: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + name: GetJsonSerializer() + nameWithType: ContentExtensions.GetJsonSerializer() + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer() + spec.csharp: + - uid: MLEM.Data.ContentExtensions.GetJsonSerializer + name: GetJsonSerializer + nameWithType: ContentExtensions.GetJsonSerializer + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.GetJsonSerializer + name: GetJsonSerializer + nameWithType: ContentExtensions.GetJsonSerializer + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.AddJsonConverter(Newtonsoft.Json.JsonConverter) + commentId: M:MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + parent: MLEM.Data.ContentExtensions + definition: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + name: AddJsonConverter(JsonConverter) + nameWithType: ContentExtensions.AddJsonConverter(JsonConverter) + fullName: MLEM.Data.ContentExtensions.AddJsonConverter(Newtonsoft.Json.JsonConverter) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.AddJsonConverter(Newtonsoft.Json.JsonConverter) + name: AddJsonConverter + nameWithType: ContentExtensions.AddJsonConverter + fullName: MLEM.Data.ContentExtensions.AddJsonConverter + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.AddJsonConverter(Newtonsoft.Json.JsonConverter) + name: AddJsonConverter + nameWithType: ContentExtensions.AddJsonConverter + fullName: MLEM.Data.ContentExtensions.AddJsonConverter + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.MLEM.Data.ContentExtensions.LoadJson``1(System.String,System.String) + commentId: M:MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + parent: MLEM.Data.ContentExtensions + definition: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + name: LoadJson(String, String) + nameWithType: ContentExtensions.LoadJson(String, String) + fullName: MLEM.Data.ContentExtensions.LoadJson(System.String, System.String) + nameWithType.vb: ContentExtensions.LoadJson(Of T)(String, String) + fullName.vb: MLEM.Data.ContentExtensions.LoadJson(Of T)(System.String, System.String) + name.vb: LoadJson(Of T)(String, String) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.LoadJson``1(System.String,System.String) + name: LoadJson + nameWithType: ContentExtensions.LoadJson + fullName: MLEM.Data.ContentExtensions.LoadJson + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.LoadJson``1(System.String,System.String) + name: LoadJson(Of T) + nameWithType: ContentExtensions.LoadJson(Of T) + fullName: MLEM.Data.ContentExtensions.LoadJson(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content + commentId: N:Microsoft.Xna.Framework.Content + isExternal: true + name: Microsoft.Xna.Framework.Content + nameWithType: Microsoft.Xna.Framework.Content + fullName: Microsoft.Xna.Framework.Content +- 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: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: SetJsonSerializer(ContentManager, JsonSerializer) + nameWithType: ContentExtensions.SetJsonSerializer(ContentManager, JsonSerializer) + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + name: SetJsonSerializer + nameWithType: ContentExtensions.SetJsonSerializer + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + name: SetJsonSerializer + nameWithType: ContentExtensions.SetJsonSerializer + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.ContentExtensions + commentId: T:MLEM.Data.ContentExtensions + parent: MLEM.Data + name: ContentExtensions + nameWithType: ContentExtensions + fullName: MLEM.Data.ContentExtensions +- uid: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + commentId: M:MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + isExternal: true + name: GetJsonSerializer(ContentManager) + nameWithType: ContentExtensions.GetJsonSerializer(ContentManager) + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + name: GetJsonSerializer + nameWithType: ContentExtensions.GetJsonSerializer + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + name: GetJsonSerializer + nameWithType: ContentExtensions.GetJsonSerializer + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + commentId: M:MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + isExternal: true + name: AddJsonConverter(ContentManager, JsonConverter) + nameWithType: ContentExtensions.AddJsonConverter(ContentManager, JsonConverter) + fullName: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonConverter) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + name: AddJsonConverter + nameWithType: ContentExtensions.AddJsonConverter + fullName: MLEM.Data.ContentExtensions.AddJsonConverter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + name: AddJsonConverter + nameWithType: ContentExtensions.AddJsonConverter + fullName: MLEM.Data.ContentExtensions.AddJsonConverter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + commentId: M:MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + isExternal: true + name: LoadJson(ContentManager, String, String) + nameWithType: ContentExtensions.LoadJson(ContentManager, String, String) + fullName: MLEM.Data.ContentExtensions.LoadJson(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String) + nameWithType.vb: ContentExtensions.LoadJson(Of T)(ContentManager, String, String) + fullName.vb: MLEM.Data.ContentExtensions.LoadJson(Of T)(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String) + name.vb: LoadJson(Of T)(ContentManager, String, String) + spec.csharp: + - uid: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + name: LoadJson + nameWithType: ContentExtensions.LoadJson + fullName: MLEM.Data.ContentExtensions.LoadJson + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + name: LoadJson(Of T) + nameWithType: ContentExtensions.LoadJson(Of T) + fullName: MLEM.Data.ContentExtensions.LoadJson(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Content.ContentManager + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data + commentId: N:MLEM.Data + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data +- 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: MLEM.Content.RawContentManager.#ctor* + commentId: Overload:MLEM.Content.RawContentManager.#ctor + name: RawContentManager + nameWithType: RawContentManager.RawContentManager + fullName: MLEM.Content.RawContentManager.RawContentManager +- uid: System.IServiceProvider + commentId: T:System.IServiceProvider + parent: System + isExternal: true + name: IServiceProvider + nameWithType: IServiceProvider + fullName: System.IServiceProvider +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: Microsoft.Xna.Framework.Content.ContentManager.Load``1(System.String) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.Load``1(System.String) + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: Load(String) + nameWithType: ContentManager.Load(String) + fullName: Microsoft.Xna.Framework.Content.ContentManager.Load(System.String) + nameWithType.vb: ContentManager.Load(Of T)(String) + fullName.vb: Microsoft.Xna.Framework.Content.ContentManager.Load(Of T)(System.String) + name.vb: Load(Of T)(String) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Load``1(System.String) + name: Load + nameWithType: ContentManager.Load + fullName: Microsoft.Xna.Framework.Content.ContentManager.Load + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Load``1(System.String) + name: Load(Of T) + nameWithType: ContentManager.Load(Of T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.Load(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentManager.Load* + commentId: Overload:MLEM.Content.RawContentManager.Load + name: Load + nameWithType: RawContentManager.Load + fullName: MLEM.Content.RawContentManager.Load +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,{T}) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + parent: Microsoft.Xna.Framework.Content.ContentManager + definition: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + name: ReloadAsset(String, T) + nameWithType: ContentManager.ReloadAsset(String, T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(System.String, T) + nameWithType.vb: ContentManager.ReloadAsset(Of T)(String, T) + fullName.vb: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(Of T)(System.String, T) + name.vb: ReloadAsset(Of T)(String, T) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + name: ReloadAsset + nameWithType: ContentManager.ReloadAsset + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + name: ReloadAsset(Of T) + nameWithType: ContentManager.ReloadAsset(Of T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentManager.ReloadAsset* + commentId: Overload:MLEM.Content.RawContentManager.ReloadAsset + name: ReloadAsset + nameWithType: RawContentManager.ReloadAsset + fullName: MLEM.Content.RawContentManager.ReloadAsset +- uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + isExternal: true + name: ReloadAsset(String, T) + nameWithType: ContentManager.ReloadAsset(String, T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(System.String, T) + nameWithType.vb: ContentManager.ReloadAsset(Of T)(String, T) + fullName.vb: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(Of T)(System.String, T) + name.vb: ReloadAsset(Of T)(String, T) + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + name: ReloadAsset + nameWithType: ContentManager.ReloadAsset + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset``1(System.String,``0) + name: ReloadAsset(Of T) + nameWithType: ContentManager.ReloadAsset(Of T) + fullName: Microsoft.Xna.Framework.Content.ContentManager.ReloadAsset(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Content.ContentManager.Unload + commentId: M:Microsoft.Xna.Framework.Content.ContentManager.Unload + parent: Microsoft.Xna.Framework.Content.ContentManager + isExternal: true + name: Unload() + nameWithType: ContentManager.Unload() + fullName: Microsoft.Xna.Framework.Content.ContentManager.Unload() + spec.csharp: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Unload + name: Unload + nameWithType: ContentManager.Unload + fullName: Microsoft.Xna.Framework.Content.ContentManager.Unload + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Content.ContentManager.Unload + name: Unload + nameWithType: ContentManager.Unload + fullName: Microsoft.Xna.Framework.Content.ContentManager.Unload + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentManager.Unload* + commentId: Overload:MLEM.Content.RawContentManager.Unload + name: Unload + nameWithType: RawContentManager.Unload + fullName: MLEM.Content.RawContentManager.Unload +- uid: MLEM.Content.RawContentManager.Initialize* + commentId: Overload:MLEM.Content.RawContentManager.Initialize + name: Initialize + nameWithType: RawContentManager.Initialize + fullName: MLEM.Content.RawContentManager.Initialize +- uid: Microsoft.Xna.Framework.IGameComponent.Initialize + commentId: M:Microsoft.Xna.Framework.IGameComponent.Initialize + parent: Microsoft.Xna.Framework.IGameComponent + isExternal: true + name: Initialize() + nameWithType: IGameComponent.Initialize() + fullName: Microsoft.Xna.Framework.IGameComponent.Initialize() + spec.csharp: + - uid: Microsoft.Xna.Framework.IGameComponent.Initialize + name: Initialize + nameWithType: IGameComponent.Initialize + fullName: Microsoft.Xna.Framework.IGameComponent.Initialize + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.IGameComponent.Initialize + name: Initialize + nameWithType: IGameComponent.Initialize + fullName: Microsoft.Xna.Framework.IGameComponent.Initialize + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Content.RawContentReader-1.yml b/Docs/api/MLEM.Content.RawContentReader-1.yml new file mode 100644 index 0000000..3d42ab5 --- /dev/null +++ b/Docs/api/MLEM.Content.RawContentReader-1.yml @@ -0,0 +1,752 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.RawContentReader`1 + commentId: T:MLEM.Content.RawContentReader`1 + id: RawContentReader`1 + parent: MLEM.Content + children: + - MLEM.Content.RawContentReader`1.CanRead(System.Type) + - MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + - MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + langs: + - csharp + - vb + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + type: Class + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawContentReader + path: ../MLEM/Content/RawContentReader.cs + startLine: 36 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nRepresents a way for any kind of raw content file to be read using a \n" + example: [] + syntax: + content: 'public abstract class RawContentReader : RawContentReader' + typeParameters: + - id: T + content.vb: >- + Public MustInherit Class RawContentReader(Of T) + Inherits RawContentReader + inheritance: + - System.Object + - MLEM.Content.RawContentReader + derivedClasses: + - MLEM.Content.SongReader + - MLEM.Content.SoundEffectReader + - MLEM.Content.Texture2DReader + inheritedMembers: + - MLEM.Content.RawContentReader.GetFileExtensions + - 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 + nameWithType.vb: RawContentReader(Of T) + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class + fullName.vb: MLEM.Content.RawContentReader(Of T) + name.vb: RawContentReader(Of T) +- uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type) + id: CanRead(System.Type) + parent: MLEM.Content.RawContentReader`1 + langs: + - csharp + - vb + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanRead + path: ../MLEM/Content/RawContentReader.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nReturns if the given type can be loaded by this content reader\n" + example: [] + syntax: + content: public override bool CanRead(Type t) + parameters: + - id: t + type: System.Type + description: The type of asset + return: + type: System.Boolean + description: If can be loaded by this content reader + content.vb: Public Overrides Function CanRead(t As Type) As Boolean + overridden: MLEM.Content.RawContentReader.CanRead(System.Type) + overload: MLEM.Content.RawContentReader`1.CanRead* + nameWithType.vb: RawContentReader(Of T).CanRead(Type) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type) +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader`1 + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/RawContentReader.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nReads the content file from disk and returns it.\n" + example: [] + syntax: + content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + description: The that is loading the asset + - id: assetPath + type: System.String + description: The full path to the asset, starting from the + - id: stream + type: System.IO.Stream + description: A stream that leads to this asset + - id: t + type: System.Type + description: The type of asset to load + - id: existing + type: System.Object + description: If this asset is being reloaded, this value contains the previous version of the asset. + return: + type: System.Object + description: The loaded asset + content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object + overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + overload: MLEM.Content.RawContentReader`1.Read* + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + parent: MLEM.Content.RawContentReader`1 + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, T) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, T) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/RawContentReader.cs + startLine: 57 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nReads the content file that is represented by our generic type from disk.\n" + example: [] + syntax: + content: protected abstract T Read(RawContentManager manager, string assetPath, Stream stream, T existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + description: The that is loading the asset + - id: assetPath + type: System.String + description: The full path to the asset, starting from the + - id: stream + type: System.IO.Stream + description: A stream that leads to this asset + - id: existing + type: '{T}' + description: If this asset is being reloaded, this value contains the previous version of the asset. + return: + type: '{T}' + description: The loaded asset + content.vb: Protected MustOverride Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As T) As T + overload: MLEM.Content.RawContentReader`1.Read* + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T) + modifiers.csharp: + - protected + - abstract + modifiers.vb: + - Protected + - MustOverride + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) +references: +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Content.RawContentReader.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type) + parent: MLEM.Content.RawContentReader + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.CanRead* + commentId: Overload:MLEM.Content.RawContentReader`1.CanRead + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + nameWithType.vb: RawContentReader(Of T).CanRead + fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.Read* + commentId: Overload:MLEM.Content.RawContentReader`1.Read + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + nameWithType.vb: RawContentReader(Of T).Read + fullName.vb: MLEM.Content.RawContentReader(Of T).Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T diff --git a/Docs/api/MLEM.Content.RawContentReader.yml b/Docs/api/MLEM.Content.RawContentReader.yml new file mode 100644 index 0000000..cf4a146 --- /dev/null +++ b/Docs/api/MLEM.Content.RawContentReader.yml @@ -0,0 +1,565 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + id: RawContentReader + parent: MLEM.Content + children: + - MLEM.Content.RawContentReader.CanRead(System.Type) + - MLEM.Content.RawContentReader.GetFileExtensions + - MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + langs: + - csharp + - vb + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + type: Class + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawContentReader + path: ../MLEM/Content/RawContentReader.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nRepresents a way for any kind of raw content file to be read using a \n" + example: [] + syntax: + content: public abstract class RawContentReader + content.vb: Public MustInherit Class RawContentReader + inheritance: + - System.Object + derivedClasses: + - MLEM.Content.RawContentReader`1 + - MLEM.Content.XmlReader + - MLEM.Data.Json.RawJsonReader + inheritedMembers: + - 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 + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: MLEM.Content.RawContentReader.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type) + id: CanRead(System.Type) + parent: MLEM.Content.RawContentReader + langs: + - csharp + - vb + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanRead + path: ../MLEM/Content/RawContentReader.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nReturns if the given type can be loaded by this content reader\n" + example: [] + syntax: + content: public abstract bool CanRead(Type t) + parameters: + - id: t + type: System.Type + description: The type of asset + return: + type: System.Boolean + description: If can be loaded by this content reader + content.vb: Public MustOverride Function CanRead(t As Type) As Boolean + overload: MLEM.Content.RawContentReader.CanRead* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/RawContentReader.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nReads the content file from disk and returns it.\n" + example: [] + syntax: + content: public abstract object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + description: The that is loading the asset + - id: assetPath + type: System.String + description: The full path to the asset, starting from the + - id: stream + type: System.IO.Stream + description: A stream that leads to this asset + - id: t + type: System.Type + description: The type of asset to load + - id: existing + type: System.Object + description: If this asset is being reloaded, this value contains the previous version of the asset. + return: + type: System.Object + description: The loaded asset + content.vb: Public MustOverride Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object + overload: MLEM.Content.RawContentReader.Read* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Content.RawContentReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM/Content/RawContentReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM/Content/RawContentReader.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Content + summary: "\nRepresents the list of file extensions that this reader can read from.\n" + example: [] + syntax: + content: public abstract string[] GetFileExtensions() + return: + type: System.String[] + description: The list of valid extensions + content.vb: Public MustOverride Function GetFileExtensions As String() + overload: MLEM.Content.RawContentReader.GetFileExtensions* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +references: +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Content.RawContentReader.CanRead* + commentId: Overload:MLEM.Content.RawContentReader.CanRead + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Content.RawContentReader.Read* + commentId: Overload:MLEM.Content.RawContentReader.Read + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: MLEM.Content.RawContentReader.GetFileExtensions* + commentId: Overload:MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Content.SongReader.yml b/Docs/api/MLEM.Content.SongReader.yml new file mode 100644 index 0000000..9420afe --- /dev/null +++ b/Docs/api/MLEM.Content.SongReader.yml @@ -0,0 +1,1071 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.SongReader + commentId: T:MLEM.Content.SongReader + id: SongReader + parent: MLEM.Content + children: + - MLEM.Content.SongReader.GetFileExtensions + - MLEM.Content.SongReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + langs: + - csharp + - vb + name: SongReader + nameWithType: SongReader + fullName: MLEM.Content.SongReader + type: Class + source: + remote: + path: MLEM/Content/SongReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SongReader + path: ../MLEM/Content/SongReader.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: 'public class SongReader : RawContentReader' + content.vb: >- + Public Class SongReader + Inherits RawContentReader(Of Song) + inheritance: + - System.Object + - MLEM.Content.RawContentReader + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + inheritedMembers: + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.CanRead(System.Type) + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + - 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.Content.SongReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + commentId: M:MLEM.Content.SongReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + parent: MLEM.Content.SongReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Song) + nameWithType: SongReader.Read(RawContentManager, String, Stream, Song) + fullName: MLEM.Content.SongReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Media.Song) + type: Method + source: + remote: + path: MLEM/Content/SongReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/SongReader.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: protected override Song Read(RawContentManager manager, string assetPath, Stream stream, Song existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + - id: assetPath + type: System.String + - id: stream + type: System.IO.Stream + - id: existing + type: Microsoft.Xna.Framework.Media.Song + return: + type: Microsoft.Xna.Framework.Media.Song + content.vb: Protected Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As Song) As Song + overridden: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + overload: MLEM.Content.SongReader.Read* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Content.SongReader.GetFileExtensions + commentId: M:MLEM.Content.SongReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Content.SongReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: SongReader.GetFileExtensions() + fullName: MLEM.Content.SongReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM/Content/SongReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM/Content/SongReader.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override string[] GetFileExtensions() + return: + type: System.String[] + content.vb: Public Overrides Function GetFileExtensions As String() + overridden: MLEM.Content.RawContentReader.GetFileExtensions + overload: MLEM.Content.SongReader.GetFileExtensions* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + commentId: T:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + parent: MLEM.Content + definition: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of Song) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song) + name.vb: RawContentReader(Of Song) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Media.Song + name: Song + nameWithType: Song + fullName: Microsoft.Xna.Framework.Media.Song + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Media.Song + name: Song + nameWithType: Song + fullName: Microsoft.Xna.Framework.Media.Song + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.CanRead(System.Type) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + definition: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of Song).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of Song).CanRead + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of Song).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of Song).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + 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) + 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: MLEM.Content.RawContentReader`1 + commentId: T:MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of T) + fullName.vb: MLEM.Content.RawContentReader(Of T) + name.vb: RawContentReader(Of T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type) + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of T).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of T).CanRead + fullName: MLEM.Content.RawContentReader(Of T).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Media.Song} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read(RawContentManager, String, Stream, Song) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Song) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Media.Song) + nameWithType.vb: RawContentReader(Of Song).Read(RawContentManager, String, Stream, Song) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Media.Song) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Media.Song + name: Song + nameWithType: Song + fullName: Microsoft.Xna.Framework.Media.Song + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of Song).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Media.Song).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Media.Song + name: Song + nameWithType: Song + fullName: Microsoft.Xna.Framework.Media.Song + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.SongReader.Read* + commentId: Overload:MLEM.Content.SongReader.Read + name: Read + nameWithType: SongReader.Read + fullName: MLEM.Content.SongReader.Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: Microsoft.Xna.Framework.Media.Song + commentId: T:Microsoft.Xna.Framework.Media.Song + parent: Microsoft.Xna.Framework.Media + isExternal: true + name: Song + nameWithType: Song + fullName: Microsoft.Xna.Framework.Media.Song +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + isExternal: true + name: Read(RawContentManager, String, Stream, T) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, T) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: Microsoft.Xna.Framework.Media + commentId: N:Microsoft.Xna.Framework.Media + isExternal: true + name: Microsoft.Xna.Framework.Media + nameWithType: Microsoft.Xna.Framework.Media + fullName: Microsoft.Xna.Framework.Media +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.SongReader.GetFileExtensions* + commentId: Overload:MLEM.Content.SongReader.GetFileExtensions + name: GetFileExtensions + nameWithType: SongReader.GetFileExtensions + fullName: MLEM.Content.SongReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Content.SoundEffectReader.yml b/Docs/api/MLEM.Content.SoundEffectReader.yml new file mode 100644 index 0000000..ff6d8fc --- /dev/null +++ b/Docs/api/MLEM.Content.SoundEffectReader.yml @@ -0,0 +1,1071 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.SoundEffectReader + commentId: T:MLEM.Content.SoundEffectReader + id: SoundEffectReader + parent: MLEM.Content + children: + - MLEM.Content.SoundEffectReader.GetFileExtensions + - MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + langs: + - csharp + - vb + name: SoundEffectReader + nameWithType: SoundEffectReader + fullName: MLEM.Content.SoundEffectReader + type: Class + source: + remote: + path: MLEM/Content/SoundEffectReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SoundEffectReader + path: ../MLEM/Content/SoundEffectReader.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: 'public class SoundEffectReader : RawContentReader' + content.vb: >- + Public Class SoundEffectReader + Inherits RawContentReader(Of SoundEffect) + inheritance: + - System.Object + - MLEM.Content.RawContentReader + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + inheritedMembers: + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + - 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.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + commentId: M:MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + parent: MLEM.Content.SoundEffectReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, SoundEffect) + nameWithType: SoundEffectReader.Read(RawContentManager, String, Stream, SoundEffect) + fullName: MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) + type: Method + source: + remote: + path: MLEM/Content/SoundEffectReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/SoundEffectReader.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: protected override SoundEffect Read(RawContentManager manager, string assetPath, Stream stream, SoundEffect existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + - id: assetPath + type: System.String + - id: stream + type: System.IO.Stream + - id: existing + type: Microsoft.Xna.Framework.Audio.SoundEffect + return: + type: Microsoft.Xna.Framework.Audio.SoundEffect + content.vb: Protected Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As SoundEffect) As SoundEffect + overridden: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + overload: MLEM.Content.SoundEffectReader.Read* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Content.SoundEffectReader.GetFileExtensions + commentId: M:MLEM.Content.SoundEffectReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Content.SoundEffectReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: SoundEffectReader.GetFileExtensions() + fullName: MLEM.Content.SoundEffectReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM/Content/SoundEffectReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM/Content/SoundEffectReader.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override string[] GetFileExtensions() + return: + type: System.String[] + content.vb: Public Overrides Function GetFileExtensions As String() + overridden: MLEM.Content.RawContentReader.GetFileExtensions + overload: MLEM.Content.SoundEffectReader.GetFileExtensions* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + commentId: T:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + parent: MLEM.Content + definition: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of SoundEffect) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect) + name.vb: RawContentReader(Of SoundEffect) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Audio.SoundEffect + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Audio.SoundEffect + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + definition: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of SoundEffect).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of SoundEffect).CanRead + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of SoundEffect).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of SoundEffect).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + 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) + 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: MLEM.Content.RawContentReader`1 + commentId: T:MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of T) + fullName.vb: MLEM.Content.RawContentReader(Of T) + name.vb: RawContentReader(Of T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type) + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of T).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of T).CanRead + fullName: MLEM.Content.RawContentReader(Of T).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read(RawContentManager, String, Stream, SoundEffect) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, SoundEffect) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) + nameWithType.vb: RawContentReader(Of SoundEffect).Read(RawContentManager, String, Stream, SoundEffect) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Audio.SoundEffect + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of SoundEffect).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Audio.SoundEffect + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.SoundEffectReader.Read* + commentId: Overload:MLEM.Content.SoundEffectReader.Read + name: Read + nameWithType: SoundEffectReader.Read + fullName: MLEM.Content.SoundEffectReader.Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: Microsoft.Xna.Framework.Audio.SoundEffect + commentId: T:Microsoft.Xna.Framework.Audio.SoundEffect + parent: Microsoft.Xna.Framework.Audio + isExternal: true + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + isExternal: true + name: Read(RawContentManager, String, Stream, T) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, T) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: Microsoft.Xna.Framework.Audio + commentId: N:Microsoft.Xna.Framework.Audio + isExternal: true + name: Microsoft.Xna.Framework.Audio + nameWithType: Microsoft.Xna.Framework.Audio + fullName: Microsoft.Xna.Framework.Audio +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.SoundEffectReader.GetFileExtensions* + commentId: Overload:MLEM.Content.SoundEffectReader.GetFileExtensions + name: GetFileExtensions + nameWithType: SoundEffectReader.GetFileExtensions + fullName: MLEM.Content.SoundEffectReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Content.Texture2DReader.yml b/Docs/api/MLEM.Content.Texture2DReader.yml new file mode 100644 index 0000000..b9a1b4d --- /dev/null +++ b/Docs/api/MLEM.Content.Texture2DReader.yml @@ -0,0 +1,1071 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.Texture2DReader + commentId: T:MLEM.Content.Texture2DReader + id: Texture2DReader + parent: MLEM.Content + children: + - MLEM.Content.Texture2DReader.GetFileExtensions + - MLEM.Content.Texture2DReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + langs: + - csharp + - vb + name: Texture2DReader + nameWithType: Texture2DReader + fullName: MLEM.Content.Texture2DReader + type: Class + source: + remote: + path: MLEM/Content/Texture2DReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture2DReader + path: ../MLEM/Content/Texture2DReader.cs + startLine: 4 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: 'public class Texture2DReader : RawContentReader' + content.vb: >- + Public Class Texture2DReader + Inherits RawContentReader(Of Texture2D) + inheritance: + - System.Object + - MLEM.Content.RawContentReader + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + inheritedMembers: + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.CanRead(System.Type) + - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + - 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.Content.Texture2DReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + commentId: M:MLEM.Content.Texture2DReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + parent: MLEM.Content.Texture2DReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Texture2D) + nameWithType: Texture2DReader.Read(RawContentManager, String, Stream, Texture2D) + fullName: MLEM.Content.Texture2DReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Graphics.Texture2D) + type: Method + source: + remote: + path: MLEM/Content/Texture2DReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/Texture2DReader.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: protected override Texture2D Read(RawContentManager manager, string assetPath, Stream stream, Texture2D existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + - id: assetPath + type: System.String + - id: stream + type: System.IO.Stream + - id: existing + type: Microsoft.Xna.Framework.Graphics.Texture2D + return: + type: Microsoft.Xna.Framework.Graphics.Texture2D + content.vb: Protected Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As Texture2D) As Texture2D + overridden: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + overload: MLEM.Content.Texture2DReader.Read* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Content.Texture2DReader.GetFileExtensions + commentId: M:MLEM.Content.Texture2DReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Content.Texture2DReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: Texture2DReader.GetFileExtensions() + fullName: MLEM.Content.Texture2DReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM/Content/Texture2DReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM/Content/Texture2DReader.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override string[] GetFileExtensions() + return: + type: System.String[] + content.vb: Public Overrides Function GetFileExtensions As String() + overridden: MLEM.Content.RawContentReader.GetFileExtensions + overload: MLEM.Content.Texture2DReader.GetFileExtensions* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + commentId: T:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + parent: MLEM.Content + definition: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of Texture2D) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D) + name.vb: RawContentReader(Of Texture2D) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Graphics.Texture2D + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Graphics.Texture2D + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.CanRead(System.Type) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + definition: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of Texture2D).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of Texture2D).CanRead + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of Texture2D).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of Texture2D).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + 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) + 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: MLEM.Content.RawContentReader`1 + commentId: T:MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of T) + fullName.vb: MLEM.Content.RawContentReader(Of T) + name.vb: RawContentReader(Of T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type) + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + nameWithType.vb: RawContentReader(Of T).CanRead(Type) + fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader(Of T).CanRead + fullName: MLEM.Content.RawContentReader(Of T).CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D) + parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Graphics.Texture2D} + definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read(RawContentManager, String, Stream, Texture2D) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Texture2D) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Graphics.Texture2D) + nameWithType.vb: RawContentReader(Of Texture2D).Read(RawContentManager, String, Stream, Texture2D) + fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Graphics.Texture2D) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.Texture2D + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of Texture2D).Read + fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Graphics.Texture2D).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.Texture2D + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.Texture2DReader.Read* + commentId: Overload:MLEM.Content.Texture2DReader.Read + name: Read + nameWithType: Texture2DReader.Read + fullName: MLEM.Content.Texture2DReader.Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + isExternal: true + name: Read(RawContentManager, String, Stream, T) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, T) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T) + fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) + name: Read + nameWithType: RawContentReader(Of T).Read + fullName: MLEM.Content.RawContentReader(Of T).Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- 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: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.Texture2DReader.GetFileExtensions* + commentId: Overload:MLEM.Content.Texture2DReader.GetFileExtensions + name: GetFileExtensions + nameWithType: Texture2DReader.GetFileExtensions + fullName: MLEM.Content.Texture2DReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Content.XmlReader.yml b/Docs/api/MLEM.Content.XmlReader.yml new file mode 100644 index 0000000..32318c1 --- /dev/null +++ b/Docs/api/MLEM.Content.XmlReader.yml @@ -0,0 +1,722 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content.XmlReader + commentId: T:MLEM.Content.XmlReader + id: XmlReader + parent: MLEM.Content + children: + - MLEM.Content.XmlReader.CanRead(System.Type) + - MLEM.Content.XmlReader.GetFileExtensions + - MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + langs: + - csharp + - vb + name: XmlReader + nameWithType: XmlReader + fullName: MLEM.Content.XmlReader + type: Class + source: + remote: + path: MLEM/Content/XmlReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: XmlReader + path: ../MLEM/Content/XmlReader.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: 'public class XmlReader : RawContentReader' + content.vb: >- + Public Class XmlReader + Inherits RawContentReader + inheritance: + - System.Object + - MLEM.Content.RawContentReader + inheritedMembers: + - 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.Content.XmlReader.CanRead(System.Type) + commentId: M:MLEM.Content.XmlReader.CanRead(System.Type) + id: CanRead(System.Type) + parent: MLEM.Content.XmlReader + langs: + - csharp + - vb + name: CanRead(Type) + nameWithType: XmlReader.CanRead(Type) + fullName: MLEM.Content.XmlReader.CanRead(System.Type) + type: Method + source: + remote: + path: MLEM/Content/XmlReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanRead + path: ../MLEM/Content/XmlReader.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override bool CanRead(Type t) + parameters: + - id: t + type: System.Type + return: + type: System.Boolean + content.vb: Public Overrides Function CanRead(t As Type) As Boolean + overridden: MLEM.Content.RawContentReader.CanRead(System.Type) + overload: MLEM.Content.XmlReader.CanRead* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.XmlReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: XmlReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + type: Method + source: + remote: + path: MLEM/Content/XmlReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM/Content/XmlReader.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + - id: assetPath + type: System.String + - id: stream + type: System.IO.Stream + - id: t + type: System.Type + - id: existing + type: System.Object + return: + type: System.Object + content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object + overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + overload: MLEM.Content.XmlReader.Read* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Content.XmlReader.GetFileExtensions + commentId: M:MLEM.Content.XmlReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Content.XmlReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: XmlReader.GetFileExtensions() + fullName: MLEM.Content.XmlReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM/Content/XmlReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM/Content/XmlReader.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Content + syntax: + content: public override string[] GetFileExtensions() + return: + type: System.String[] + content.vb: Public Overrides Function GetFileExtensions As String() + overridden: MLEM.Content.RawContentReader.GetFileExtensions + overload: MLEM.Content.XmlReader.GetFileExtensions* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- 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: MLEM.Content.RawContentReader.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type) + parent: MLEM.Content.RawContentReader + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.XmlReader.CanRead* + commentId: Overload:MLEM.Content.XmlReader.CanRead + name: CanRead + nameWithType: XmlReader.CanRead + fullName: MLEM.Content.XmlReader.CanRead +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.XmlReader.Read* + commentId: Overload:MLEM.Content.XmlReader.Read + name: Read + nameWithType: XmlReader.Read + fullName: MLEM.Content.XmlReader.Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.XmlReader.GetFileExtensions* + commentId: Overload:MLEM.Content.XmlReader.GetFileExtensions + name: GetFileExtensions + nameWithType: XmlReader.GetFileExtensions + fullName: MLEM.Content.XmlReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Content.yml b/Docs/api/MLEM.Content.yml new file mode 100644 index 0000000..f69dd3f --- /dev/null +++ b/Docs/api/MLEM.Content.yml @@ -0,0 +1,96 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Content + commentId: N:MLEM.Content + id: MLEM.Content + children: + - MLEM.Content.RawContentManager + - MLEM.Content.RawContentReader + - MLEM.Content.RawContentReader`1 + - MLEM.Content.SongReader + - MLEM.Content.SoundEffectReader + - MLEM.Content.Texture2DReader + - MLEM.Content.XmlReader + langs: + - csharp + - vb + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- uid: MLEM.Content.RawContentReader`1 + commentId: T:MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + nameWithType.vb: RawContentReader(Of T) + fullName.vb: MLEM.Content.RawContentReader(Of T) + name.vb: RawContentReader(Of T) + spec.csharp: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Content.SongReader + commentId: T:MLEM.Content.SongReader + name: SongReader + nameWithType: SongReader + fullName: MLEM.Content.SongReader +- uid: MLEM.Content.SoundEffectReader + commentId: T:MLEM.Content.SoundEffectReader + name: SoundEffectReader + nameWithType: SoundEffectReader + fullName: MLEM.Content.SoundEffectReader +- uid: MLEM.Content.Texture2DReader + commentId: T:MLEM.Content.Texture2DReader + name: Texture2DReader + nameWithType: Texture2DReader + fullName: MLEM.Content.Texture2DReader +- uid: MLEM.Content.XmlReader + commentId: T:MLEM.Content.XmlReader + name: XmlReader + nameWithType: XmlReader + fullName: MLEM.Content.XmlReader +- uid: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content diff --git a/Docs/api/MLEM.Data.ContentExtensions.yml b/Docs/api/MLEM.Data.ContentExtensions.yml new file mode 100644 index 0000000..691666f --- /dev/null +++ b/Docs/api/MLEM.Data.ContentExtensions.yml @@ -0,0 +1,590 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.ContentExtensions + commentId: T:MLEM.Data.ContentExtensions + id: ContentExtensions + parent: MLEM.Data + children: + - MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + - MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + - MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + - MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: ContentExtensions + nameWithType: ContentExtensions + fullName: MLEM.Data.ContentExtensions + type: Class + source: + remote: + path: MLEM.Data/ContentExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ContentExtensions + path: ../MLEM.Data/ContentExtensions.cs + startLine: 7 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static class ContentExtensions + content.vb: Public Module ContentExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + id: SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer) + isExtensionMethod: true + parent: MLEM.Data.ContentExtensions + langs: + - csharp + - vb + name: SetJsonSerializer(ContentManager, JsonSerializer) + nameWithType: ContentExtensions.SetJsonSerializer(ContentManager, JsonSerializer) + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/ContentExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetJsonSerializer + path: ../MLEM.Data/ContentExtensions.cs + startLine: 11 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void SetJsonSerializer(this ContentManager content, JsonSerializer serializer) + parameters: + - id: content + type: Microsoft.Xna.Framework.Content.ContentManager + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: >- + + + Public Shared Sub SetJsonSerializer(content As ContentManager, serializer As JsonSerializer) + overload: MLEM.Data.ContentExtensions.SetJsonSerializer* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + commentId: M:MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + id: GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + isExtensionMethod: true + parent: MLEM.Data.ContentExtensions + langs: + - csharp + - vb + name: GetJsonSerializer(ContentManager) + nameWithType: ContentExtensions.GetJsonSerializer(ContentManager) + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager) + type: Method + source: + remote: + path: MLEM.Data/ContentExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetJsonSerializer + path: ../MLEM.Data/ContentExtensions.cs + startLine: 15 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static JsonSerializer GetJsonSerializer(this ContentManager content) + parameters: + - id: content + type: Microsoft.Xna.Framework.Content.ContentManager + return: + type: Newtonsoft.Json.JsonSerializer + content.vb: >- + + + Public Shared Function GetJsonSerializer(content As ContentManager) As JsonSerializer + overload: MLEM.Data.ContentExtensions.GetJsonSerializer* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + commentId: M:MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + id: AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter) + isExtensionMethod: true + parent: MLEM.Data.ContentExtensions + langs: + - csharp + - vb + name: AddJsonConverter(ContentManager, JsonConverter) + nameWithType: ContentExtensions.AddJsonConverter(ContentManager, JsonConverter) + fullName: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonConverter) + type: Method + source: + remote: + path: MLEM.Data/ContentExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddJsonConverter + path: ../MLEM.Data/ContentExtensions.cs + startLine: 23 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void AddJsonConverter(this ContentManager content, JsonConverter converter) + parameters: + - id: content + type: Microsoft.Xna.Framework.Content.ContentManager + - id: converter + type: Newtonsoft.Json.JsonConverter + content.vb: >- + + + Public Shared Sub AddJsonConverter(content As ContentManager, converter As JsonConverter) + overload: MLEM.Data.ContentExtensions.AddJsonConverter* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + commentId: M:MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + id: LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String) + isExtensionMethod: true + parent: MLEM.Data.ContentExtensions + langs: + - csharp + - vb + name: LoadJson(ContentManager, String, String) + nameWithType: ContentExtensions.LoadJson(ContentManager, String, String) + fullName: MLEM.Data.ContentExtensions.LoadJson(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String) + type: Method + source: + remote: + path: MLEM.Data/ContentExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LoadJson + path: ../MLEM.Data/ContentExtensions.cs + startLine: 28 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static T LoadJson(this ContentManager content, string name, string extension = ".json") + parameters: + - id: content + type: Microsoft.Xna.Framework.Content.ContentManager + - id: name + type: System.String + - id: extension + type: System.String + typeParameters: + - id: T + return: + type: '{T}' + content.vb: >- + + + Public Shared Function LoadJson(Of T)(content As ContentManager, name As String, extension As String = ".json") As T + overload: MLEM.Data.ContentExtensions.LoadJson* + nameWithType.vb: ContentExtensions.LoadJson(Of T)(ContentManager, String, String) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Data.ContentExtensions.LoadJson(Of T)(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String) + name.vb: LoadJson(Of T)(ContentManager, String, String) +references: +- uid: MLEM.Data + commentId: N:MLEM.Data + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Data.ContentExtensions.SetJsonSerializer* + commentId: Overload:MLEM.Data.ContentExtensions.SetJsonSerializer + name: SetJsonSerializer + nameWithType: ContentExtensions.SetJsonSerializer + fullName: MLEM.Data.ContentExtensions.SetJsonSerializer +- uid: Microsoft.Xna.Framework.Content.ContentManager + commentId: T:Microsoft.Xna.Framework.Content.ContentManager + parent: Microsoft.Xna.Framework.Content + isExternal: true + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Microsoft.Xna.Framework.Content + commentId: N:Microsoft.Xna.Framework.Content + isExternal: true + name: Microsoft.Xna.Framework.Content + nameWithType: Microsoft.Xna.Framework.Content + fullName: Microsoft.Xna.Framework.Content +- uid: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: MLEM.Data.ContentExtensions.GetJsonSerializer* + commentId: Overload:MLEM.Data.ContentExtensions.GetJsonSerializer + name: GetJsonSerializer + nameWithType: ContentExtensions.GetJsonSerializer + fullName: MLEM.Data.ContentExtensions.GetJsonSerializer +- uid: MLEM.Data.ContentExtensions.AddJsonConverter* + commentId: Overload:MLEM.Data.ContentExtensions.AddJsonConverter + name: AddJsonConverter + nameWithType: ContentExtensions.AddJsonConverter + fullName: MLEM.Data.ContentExtensions.AddJsonConverter +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: MLEM.Data.ContentExtensions.LoadJson* + commentId: Overload:MLEM.Data.ContentExtensions.LoadJson + name: LoadJson + nameWithType: ContentExtensions.LoadJson + fullName: MLEM.Data.ContentExtensions.LoadJson +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T diff --git a/Docs/api/MLEM.Data.Json.Direction2Converter.yml b/Docs/api/MLEM.Data.Json.Direction2Converter.yml new file mode 100644 index 0000000..46fb624 --- /dev/null +++ b/Docs/api/MLEM.Data.Json.Direction2Converter.yml @@ -0,0 +1,1368 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.Direction2Converter + commentId: T:MLEM.Data.Json.Direction2Converter + id: Direction2Converter + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: Direction2Converter + nameWithType: Direction2Converter + fullName: MLEM.Data.Json.Direction2Converter + type: Class + source: + remote: + path: MLEM.Data/Json/Direction2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Direction2Converter + path: ../MLEM.Data/Json/Direction2Converter.cs + startLine: 5 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class Direction2Converter : JsonConverter' + content.vb: >- + Public Class Direction2Converter + Inherits JsonConverter(Of Direction2) + inheritance: + - System.Object + - Newtonsoft.Json.JsonConverter + - Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + inheritedMembers: + - Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.CanConvert(System.Type) + - Newtonsoft.Json.JsonConverter.CanRead + - Newtonsoft.Json.JsonConverter.CanWrite + - 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.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + id: WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.Direction2Converter + langs: + - csharp + - vb + name: WriteJson(JsonWriter, Direction2, JsonSerializer) + nameWithType: Direction2Converter.WriteJson(JsonWriter, Direction2, JsonSerializer) + fullName: MLEM.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.Direction2, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/Direction2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteJson + path: ../MLEM.Data/Json/Direction2Converter.cs + startLine: 7 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override void WriteJson(JsonWriter writer, Direction2 value, JsonSerializer serializer) + parameters: + - id: writer + type: Newtonsoft.Json.JsonWriter + - id: value + type: MLEM.Misc.Direction2 + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As Direction2, serializer As JsonSerializer) + overridden: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.Direction2Converter.WriteJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.Direction2Converter + langs: + - csharp + - vb + name: ReadJson(JsonReader, Type, Direction2, Boolean, JsonSerializer) + nameWithType: Direction2Converter.ReadJson(JsonReader, Type, Direction2, Boolean, JsonSerializer) + fullName: MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.Direction2, System.Boolean, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/Direction2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadJson + path: ../MLEM.Data/Json/Direction2Converter.cs + startLine: 11 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override Direction2 ReadJson(JsonReader reader, Type objectType, Direction2 existingValue, bool hasExistingValue, JsonSerializer serializer) + parameters: + - id: reader + type: Newtonsoft.Json.JsonReader + - id: objectType + type: System.Type + - id: existingValue + type: MLEM.Misc.Direction2 + - id: hasExistingValue + type: System.Boolean + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: MLEM.Misc.Direction2 + content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Direction2, hasExistingValue As Boolean, serializer As JsonSerializer) As Direction2 + overridden: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.Direction2Converter.ReadJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + commentId: T:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + parent: Newtonsoft.Json + definition: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of Direction2) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2) + name.vb: JsonConverter(Of Direction2) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Direction2).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Direction2).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Direction2).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Direction2).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.CanConvert(System.Type) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of Direction2).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of Direction2).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter.CanRead + commentId: P:Newtonsoft.Json.JsonConverter.CanRead + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanRead + nameWithType: JsonConverter.CanRead + fullName: Newtonsoft.Json.JsonConverter.CanRead +- uid: Newtonsoft.Json.JsonConverter.CanWrite + commentId: P:Newtonsoft.Json.JsonConverter.CanWrite + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanWrite + nameWithType: JsonConverter.CanWrite + fullName: Newtonsoft.Json.JsonConverter.CanWrite +- 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: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: Newtonsoft.Json.JsonConverter`1 + commentId: T:Newtonsoft.Json.JsonConverter`1 + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of T) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T) + name.vb: JsonConverter(Of T) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + isExternal: true + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of T).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of T).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of T).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Direction2, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Direction2, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.Direction2, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Direction2).WriteJson(JsonWriter, Direction2, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.Direction2, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Direction2).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.Direction2Converter.WriteJson* + commentId: Overload:MLEM.Data.Json.Direction2Converter.WriteJson + name: WriteJson + nameWithType: Direction2Converter.WriteJson + fullName: MLEM.Data.Json.Direction2Converter.WriteJson +- uid: Newtonsoft.Json.JsonWriter + commentId: T:Newtonsoft.Json.JsonWriter + parent: Newtonsoft.Json + isExternal: true + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, T, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, T, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.Direction2} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Direction2, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Direction2, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.Direction2, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Direction2).ReadJson(JsonReader, Type, Direction2, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.Direction2, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Direction2).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.Direction2).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.Direction2Converter.ReadJson* + commentId: Overload:MLEM.Data.Json.Direction2Converter.ReadJson + name: ReadJson + nameWithType: Direction2Converter.ReadJson + fullName: MLEM.Data.Json.Direction2Converter.ReadJson +- uid: Newtonsoft.Json.JsonReader + commentId: T:Newtonsoft.Json.JsonReader + parent: Newtonsoft.Json + isExternal: true + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Data.Json.JsonConverters.yml b/Docs/api/MLEM.Data.Json.JsonConverters.yml new file mode 100644 index 0000000..a32d25e --- /dev/null +++ b/Docs/api/MLEM.Data.Json.JsonConverters.yml @@ -0,0 +1,460 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.JsonConverters + commentId: T:MLEM.Data.Json.JsonConverters + id: JsonConverters + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.JsonConverters.Converters + langs: + - csharp + - vb + name: JsonConverters + nameWithType: JsonConverters + fullName: MLEM.Data.Json.JsonConverters + type: Class + source: + remote: + path: MLEM.Data/Json/JsonConverters.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: JsonConverters + path: ../MLEM.Data/Json/JsonConverters.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public class JsonConverters + content.vb: Public Class JsonConverters + inheritance: + - System.Object + inheritedMembers: + - 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.Data.Json.JsonConverters.Converters + commentId: F:MLEM.Data.Json.JsonConverters.Converters + id: Converters + parent: MLEM.Data.Json.JsonConverters + langs: + - csharp + - vb + name: Converters + nameWithType: JsonConverters.Converters + fullName: MLEM.Data.Json.JsonConverters.Converters + type: Field + source: + remote: + path: MLEM.Data/Json/JsonConverters.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Converters + path: ../MLEM.Data/Json/JsonConverters.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public static readonly JsonConverter[] Converters + return: + type: Newtonsoft.Json.JsonConverter[] + content.vb: Public Shared ReadOnly Converters As JsonConverter() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer) + id: AddAll(Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.JsonConverters + langs: + - csharp + - vb + name: AddAll(JsonSerializer) + nameWithType: JsonConverters.AddAll(JsonSerializer) + fullName: MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/JsonConverters.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddAll + path: ../MLEM.Data/Json/JsonConverters.cs + startLine: 12 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public static JsonSerializer AddAll(JsonSerializer serializer) + parameters: + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Shared Function AddAll(serializer As JsonSerializer) As JsonSerializer + overload: MLEM.Data.Json.JsonConverters.AddAll* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: Newtonsoft.Json.JsonConverter[] + isExternal: true + name: JsonConverter[] + nameWithType: JsonConverter[] + fullName: Newtonsoft.Json.JsonConverter[] + nameWithType.vb: JsonConverter() + fullName.vb: Newtonsoft.Json.JsonConverter() + name.vb: JsonConverter() + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Data.Json.JsonConverters.AddAll* + commentId: Overload:MLEM.Data.Json.JsonConverters.AddAll + name: AddAll + nameWithType: JsonConverters.AddAll + fullName: MLEM.Data.Json.JsonConverters.AddAll +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json diff --git a/Docs/api/MLEM.Data.Json.PointConverter.yml b/Docs/api/MLEM.Data.Json.PointConverter.yml new file mode 100644 index 0000000..91432b7 --- /dev/null +++ b/Docs/api/MLEM.Data.Json.PointConverter.yml @@ -0,0 +1,1376 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.PointConverter + commentId: T:MLEM.Data.Json.PointConverter + id: PointConverter + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: PointConverter + nameWithType: PointConverter + fullName: MLEM.Data.Json.PointConverter + type: Class + source: + remote: + path: MLEM.Data/Json/PointConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PointConverter + path: ../MLEM.Data/Json/PointConverter.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class PointConverter : JsonConverter' + content.vb: >- + Public Class PointConverter + Inherits JsonConverter(Of Point) + inheritance: + - System.Object + - Newtonsoft.Json.JsonConverter + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + inheritedMembers: + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.CanConvert(System.Type) + - Newtonsoft.Json.JsonConverter.CanRead + - Newtonsoft.Json.JsonConverter.CanWrite + - 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.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + id: WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.PointConverter + langs: + - csharp + - vb + name: WriteJson(JsonWriter, Point, JsonSerializer) + nameWithType: PointConverter.WriteJson(JsonWriter, Point, JsonSerializer) + fullName: MLEM.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Point, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/PointConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteJson + path: ../MLEM.Data/Json/PointConverter.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override void WriteJson(JsonWriter writer, Point value, JsonSerializer serializer) + parameters: + - id: writer + type: Newtonsoft.Json.JsonWriter + - id: value + type: Microsoft.Xna.Framework.Point + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As Point, serializer As JsonSerializer) + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.PointConverter.WriteJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.PointConverter + langs: + - csharp + - vb + name: ReadJson(JsonReader, Type, Point, Boolean, JsonSerializer) + nameWithType: PointConverter.ReadJson(JsonReader, Type, Point, Boolean, JsonSerializer) + fullName: MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Point, System.Boolean, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/PointConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadJson + path: ../MLEM.Data/Json/PointConverter.cs + startLine: 12 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override Point ReadJson(JsonReader reader, Type objectType, Point existingValue, bool hasExistingValue, JsonSerializer serializer) + parameters: + - id: reader + type: Newtonsoft.Json.JsonReader + - id: objectType + type: System.Type + - id: existingValue + type: Microsoft.Xna.Framework.Point + - id: hasExistingValue + type: System.Boolean + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Point, hasExistingValue As Boolean, serializer As JsonSerializer) As Point + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.PointConverter.ReadJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + commentId: T:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + parent: Newtonsoft.Json + definition: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of Point) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point) + name.vb: JsonConverter(Of Point) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Point).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Point).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Point).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Point).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.CanConvert(System.Type) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of Point).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of Point).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter.CanRead + commentId: P:Newtonsoft.Json.JsonConverter.CanRead + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanRead + nameWithType: JsonConverter.CanRead + fullName: Newtonsoft.Json.JsonConverter.CanRead +- uid: Newtonsoft.Json.JsonConverter.CanWrite + commentId: P:Newtonsoft.Json.JsonConverter.CanWrite + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanWrite + nameWithType: JsonConverter.CanWrite + fullName: Newtonsoft.Json.JsonConverter.CanWrite +- 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: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: Newtonsoft.Json.JsonConverter`1 + commentId: T:Newtonsoft.Json.JsonConverter`1 + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of T) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T) + name.vb: JsonConverter(Of T) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + isExternal: true + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of T).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of T).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of T).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Point, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Point, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Point, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Point).WriteJson(JsonWriter, Point, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Point, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Point).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.PointConverter.WriteJson* + commentId: Overload:MLEM.Data.Json.PointConverter.WriteJson + name: WriteJson + nameWithType: PointConverter.WriteJson + fullName: MLEM.Data.Json.PointConverter.WriteJson +- uid: Newtonsoft.Json.JsonWriter + commentId: T:Newtonsoft.Json.JsonWriter + parent: Newtonsoft.Json + isExternal: true + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter +- 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: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, T, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, T, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Point} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Point, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Point, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Point, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Point).ReadJson(JsonReader, Type, Point, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Point, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Point).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Point).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.PointConverter.ReadJson* + commentId: Overload:MLEM.Data.Json.PointConverter.ReadJson + name: ReadJson + nameWithType: PointConverter.ReadJson + fullName: MLEM.Data.Json.PointConverter.ReadJson +- uid: Newtonsoft.Json.JsonReader + commentId: T:Newtonsoft.Json.JsonReader + parent: Newtonsoft.Json + isExternal: true + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Data.Json.RawJsonReader.yml b/Docs/api/MLEM.Data.Json.RawJsonReader.yml new file mode 100644 index 0000000..2d2260f --- /dev/null +++ b/Docs/api/MLEM.Data.Json.RawJsonReader.yml @@ -0,0 +1,727 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.RawJsonReader + commentId: T:MLEM.Data.Json.RawJsonReader + id: RawJsonReader + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.RawJsonReader.CanRead(System.Type) + - MLEM.Data.Json.RawJsonReader.GetFileExtensions + - MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + langs: + - csharp + - vb + name: RawJsonReader + nameWithType: RawJsonReader + fullName: MLEM.Data.Json.RawJsonReader + type: Class + source: + remote: + path: MLEM.Data/Json/RawJsonReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawJsonReader + path: ../MLEM.Data/Json/RawJsonReader.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class RawJsonReader : RawContentReader' + content.vb: >- + Public Class RawJsonReader + Inherits RawContentReader + inheritance: + - System.Object + - MLEM.Content.RawContentReader + inheritedMembers: + - 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.Data.Json.RawJsonReader.CanRead(System.Type) + commentId: M:MLEM.Data.Json.RawJsonReader.CanRead(System.Type) + id: CanRead(System.Type) + parent: MLEM.Data.Json.RawJsonReader + langs: + - csharp + - vb + name: CanRead(Type) + nameWithType: RawJsonReader.CanRead(Type) + fullName: MLEM.Data.Json.RawJsonReader.CanRead(System.Type) + type: Method + source: + remote: + path: MLEM.Data/Json/RawJsonReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanRead + path: ../MLEM.Data/Json/RawJsonReader.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override bool CanRead(Type t) + parameters: + - id: t + type: System.Type + return: + type: System.Boolean + content.vb: Public Overrides Function CanRead(t As Type) As Boolean + overridden: MLEM.Content.RawContentReader.CanRead(System.Type) + overload: MLEM.Data.Json.RawJsonReader.CanRead* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Data.Json.RawJsonReader + langs: + - csharp + - vb + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawJsonReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + type: Method + source: + remote: + path: MLEM.Data/Json/RawJsonReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Read + path: ../MLEM.Data/Json/RawJsonReader.cs + startLine: 12 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing) + parameters: + - id: manager + type: MLEM.Content.RawContentManager + - id: assetPath + type: System.String + - id: stream + type: System.IO.Stream + - id: t + type: System.Type + - id: existing + type: System.Object + return: + type: System.Object + content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object + overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + overload: MLEM.Data.Json.RawJsonReader.Read* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions + commentId: M:MLEM.Data.Json.RawJsonReader.GetFileExtensions + id: GetFileExtensions + parent: MLEM.Data.Json.RawJsonReader + langs: + - csharp + - vb + name: GetFileExtensions() + nameWithType: RawJsonReader.GetFileExtensions() + fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions() + type: Method + source: + remote: + path: MLEM.Data/Json/RawJsonReader.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFileExtensions + path: ../MLEM.Data/Json/RawJsonReader.cs + startLine: 17 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override string[] GetFileExtensions() + return: + type: System.String[] + content.vb: Public Overrides Function GetFileExtensions As String() + overridden: MLEM.Content.RawContentReader.GetFileExtensions + overload: MLEM.Data.Json.RawJsonReader.GetFileExtensions* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Content.RawContentReader + commentId: T:MLEM.Content.RawContentReader + parent: MLEM.Content + name: RawContentReader + nameWithType: RawContentReader + fullName: MLEM.Content.RawContentReader +- 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: MLEM.Content + commentId: N:MLEM.Content + name: MLEM.Content + nameWithType: MLEM.Content + fullName: MLEM.Content +- uid: MLEM.Content.RawContentReader.CanRead(System.Type) + commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type) + parent: MLEM.Content.RawContentReader + isExternal: true + name: CanRead(Type) + nameWithType: RawContentReader.CanRead(Type) + fullName: MLEM.Content.RawContentReader.CanRead(System.Type) + spec.csharp: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.CanRead(System.Type) + name: CanRead + nameWithType: RawContentReader.CanRead + fullName: MLEM.Content.RawContentReader.CanRead + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RawJsonReader.CanRead* + commentId: Overload:MLEM.Data.Json.RawJsonReader.CanRead + name: CanRead + nameWithType: RawJsonReader.CanRead + fullName: MLEM.Data.Json.RawJsonReader.CanRead +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + parent: MLEM.Content.RawContentReader + isExternal: true + name: Read(RawContentManager, String, Stream, Type, Object) + nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) + fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) + spec.csharp: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) + name: Read + nameWithType: RawContentReader.Read + fullName: MLEM.Content.RawContentReader.Read + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Content.RawContentManager + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.Stream + name: Stream + nameWithType: Stream + fullName: System.IO.Stream + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RawJsonReader.Read* + commentId: Overload:MLEM.Data.Json.RawJsonReader.Read + name: Read + nameWithType: RawJsonReader.Read + fullName: MLEM.Data.Json.RawJsonReader.Read +- uid: MLEM.Content.RawContentManager + commentId: T:MLEM.Content.RawContentManager + parent: MLEM.Content + name: RawContentManager + nameWithType: RawContentManager + fullName: MLEM.Content.RawContentManager +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.IO.Stream + commentId: T:System.IO.Stream + parent: System.IO + isExternal: true + name: Stream + nameWithType: Stream + fullName: System.IO.Stream +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: MLEM.Content.RawContentReader.GetFileExtensions + commentId: M:MLEM.Content.RawContentReader.GetFileExtensions + parent: MLEM.Content.RawContentReader + name: GetFileExtensions() + nameWithType: RawContentReader.GetFileExtensions() + fullName: MLEM.Content.RawContentReader.GetFileExtensions() + spec.csharp: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Content.RawContentReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawContentReader.GetFileExtensions + fullName: MLEM.Content.RawContentReader.GetFileExtensions + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions* + commentId: Overload:MLEM.Data.Json.RawJsonReader.GetFileExtensions + name: GetFileExtensions + nameWithType: RawJsonReader.GetFileExtensions + fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions +- uid: System.String[] + isExternal: true + name: String[] + nameWithType: String[] + fullName: System.String[] + nameWithType.vb: String() + fullName.vb: System.String() + name.vb: String() + spec.csharp: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Data.Json.RectangleConverter.yml b/Docs/api/MLEM.Data.Json.RectangleConverter.yml new file mode 100644 index 0000000..dce63b0 --- /dev/null +++ b/Docs/api/MLEM.Data.Json.RectangleConverter.yml @@ -0,0 +1,1376 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.RectangleConverter + commentId: T:MLEM.Data.Json.RectangleConverter + id: RectangleConverter + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: RectangleConverter + nameWithType: RectangleConverter + fullName: MLEM.Data.Json.RectangleConverter + type: Class + source: + remote: + path: MLEM.Data/Json/RectangleConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RectangleConverter + path: ../MLEM.Data/Json/RectangleConverter.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class RectangleConverter : JsonConverter' + content.vb: >- + Public Class RectangleConverter + Inherits JsonConverter(Of Rectangle) + inheritance: + - System.Object + - Newtonsoft.Json.JsonConverter + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + inheritedMembers: + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.CanConvert(System.Type) + - Newtonsoft.Json.JsonConverter.CanRead + - Newtonsoft.Json.JsonConverter.CanWrite + - 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.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + id: WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.RectangleConverter + langs: + - csharp + - vb + name: WriteJson(JsonWriter, Rectangle, JsonSerializer) + nameWithType: RectangleConverter.WriteJson(JsonWriter, Rectangle, JsonSerializer) + fullName: MLEM.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Rectangle, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/RectangleConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteJson + path: ../MLEM.Data/Json/RectangleConverter.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override void WriteJson(JsonWriter writer, Rectangle value, JsonSerializer serializer) + parameters: + - id: writer + type: Newtonsoft.Json.JsonWriter + - id: value + type: Microsoft.Xna.Framework.Rectangle + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As Rectangle, serializer As JsonSerializer) + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.RectangleConverter.WriteJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.RectangleConverter + langs: + - csharp + - vb + name: ReadJson(JsonReader, Type, Rectangle, Boolean, JsonSerializer) + nameWithType: RectangleConverter.ReadJson(JsonReader, Type, Rectangle, Boolean, JsonSerializer) + fullName: MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Rectangle, System.Boolean, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/RectangleConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadJson + path: ../MLEM.Data/Json/RectangleConverter.cs + startLine: 14 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override Rectangle ReadJson(JsonReader reader, Type objectType, Rectangle existingValue, bool hasExistingValue, JsonSerializer serializer) + parameters: + - id: reader + type: Newtonsoft.Json.JsonReader + - id: objectType + type: System.Type + - id: existingValue + type: Microsoft.Xna.Framework.Rectangle + - id: hasExistingValue + type: System.Boolean + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: Microsoft.Xna.Framework.Rectangle + content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Rectangle, hasExistingValue As Boolean, serializer As JsonSerializer) As Rectangle + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.RectangleConverter.ReadJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + commentId: T:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + parent: Newtonsoft.Json + definition: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of Rectangle) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle) + name.vb: JsonConverter(Of Rectangle) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Rectangle).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Rectangle).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Rectangle).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Rectangle).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.CanConvert(System.Type) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of Rectangle).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of Rectangle).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter.CanRead + commentId: P:Newtonsoft.Json.JsonConverter.CanRead + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanRead + nameWithType: JsonConverter.CanRead + fullName: Newtonsoft.Json.JsonConverter.CanRead +- uid: Newtonsoft.Json.JsonConverter.CanWrite + commentId: P:Newtonsoft.Json.JsonConverter.CanWrite + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanWrite + nameWithType: JsonConverter.CanWrite + fullName: Newtonsoft.Json.JsonConverter.CanWrite +- 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: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: Newtonsoft.Json.JsonConverter`1 + commentId: T:Newtonsoft.Json.JsonConverter`1 + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of T) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T) + name.vb: JsonConverter(Of T) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + isExternal: true + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of T).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of T).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of T).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Rectangle, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Rectangle, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Rectangle, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Rectangle).WriteJson(JsonWriter, Rectangle, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Rectangle, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Rectangle).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RectangleConverter.WriteJson* + commentId: Overload:MLEM.Data.Json.RectangleConverter.WriteJson + name: WriteJson + nameWithType: RectangleConverter.WriteJson + fullName: MLEM.Data.Json.RectangleConverter.WriteJson +- uid: Newtonsoft.Json.JsonWriter + commentId: T:Newtonsoft.Json.JsonWriter + parent: Newtonsoft.Json + isExternal: true + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter +- 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: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, T, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, T, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Rectangle} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Rectangle, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Rectangle, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Rectangle, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Rectangle).ReadJson(JsonReader, Type, Rectangle, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Rectangle, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Rectangle).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Rectangle).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RectangleConverter.ReadJson* + commentId: Overload:MLEM.Data.Json.RectangleConverter.ReadJson + name: ReadJson + nameWithType: RectangleConverter.ReadJson + fullName: MLEM.Data.Json.RectangleConverter.ReadJson +- uid: Newtonsoft.Json.JsonReader + commentId: T:Newtonsoft.Json.JsonReader + parent: Newtonsoft.Json + isExternal: true + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Data.Json.RectangleFConverter.yml b/Docs/api/MLEM.Data.Json.RectangleFConverter.yml new file mode 100644 index 0000000..943d519 --- /dev/null +++ b/Docs/api/MLEM.Data.Json.RectangleFConverter.yml @@ -0,0 +1,1368 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.RectangleFConverter + commentId: T:MLEM.Data.Json.RectangleFConverter + id: RectangleFConverter + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: RectangleFConverter + nameWithType: RectangleFConverter + fullName: MLEM.Data.Json.RectangleFConverter + type: Class + source: + remote: + path: MLEM.Data/Json/RectangleFConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RectangleFConverter + path: ../MLEM.Data/Json/RectangleFConverter.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class RectangleFConverter : JsonConverter' + content.vb: >- + Public Class RectangleFConverter + Inherits JsonConverter(Of RectangleF) + inheritance: + - System.Object + - Newtonsoft.Json.JsonConverter + - Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + inheritedMembers: + - Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.CanConvert(System.Type) + - Newtonsoft.Json.JsonConverter.CanRead + - Newtonsoft.Json.JsonConverter.CanWrite + - 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.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + id: WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.RectangleFConverter + langs: + - csharp + - vb + name: WriteJson(JsonWriter, RectangleF, JsonSerializer) + nameWithType: RectangleFConverter.WriteJson(JsonWriter, RectangleF, JsonSerializer) + fullName: MLEM.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.RectangleF, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/RectangleFConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteJson + path: ../MLEM.Data/Json/RectangleFConverter.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override void WriteJson(JsonWriter writer, RectangleF value, JsonSerializer serializer) + parameters: + - id: writer + type: Newtonsoft.Json.JsonWriter + - id: value + type: MLEM.Misc.RectangleF + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As RectangleF, serializer As JsonSerializer) + overridden: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.RectangleFConverter.WriteJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.RectangleFConverter + langs: + - csharp + - vb + name: ReadJson(JsonReader, Type, RectangleF, Boolean, JsonSerializer) + nameWithType: RectangleFConverter.ReadJson(JsonReader, Type, RectangleF, Boolean, JsonSerializer) + fullName: MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.RectangleF, System.Boolean, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/RectangleFConverter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadJson + path: ../MLEM.Data/Json/RectangleFConverter.cs + startLine: 14 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override RectangleF ReadJson(JsonReader reader, Type objectType, RectangleF existingValue, bool hasExistingValue, JsonSerializer serializer) + parameters: + - id: reader + type: Newtonsoft.Json.JsonReader + - id: objectType + type: System.Type + - id: existingValue + type: MLEM.Misc.RectangleF + - id: hasExistingValue + type: System.Boolean + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: MLEM.Misc.RectangleF + content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As RectangleF, hasExistingValue As Boolean, serializer As JsonSerializer) As RectangleF + overridden: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.RectangleFConverter.ReadJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + commentId: T:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + parent: Newtonsoft.Json + definition: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of RectangleF) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF) + name.vb: JsonConverter(Of RectangleF) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of RectangleF).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of RectangleF).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of RectangleF).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of RectangleF).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.CanConvert(System.Type) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of RectangleF).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of RectangleF).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter.CanRead + commentId: P:Newtonsoft.Json.JsonConverter.CanRead + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanRead + nameWithType: JsonConverter.CanRead + fullName: Newtonsoft.Json.JsonConverter.CanRead +- uid: Newtonsoft.Json.JsonConverter.CanWrite + commentId: P:Newtonsoft.Json.JsonConverter.CanWrite + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanWrite + nameWithType: JsonConverter.CanWrite + fullName: Newtonsoft.Json.JsonConverter.CanWrite +- 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: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: Newtonsoft.Json.JsonConverter`1 + commentId: T:Newtonsoft.Json.JsonConverter`1 + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of T) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T) + name.vb: JsonConverter(Of T) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + isExternal: true + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of T).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of T).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of T).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, RectangleF, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, RectangleF, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.RectangleF, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of RectangleF).WriteJson(JsonWriter, RectangleF, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).WriteJson(Newtonsoft.Json.JsonWriter, MLEM.Misc.RectangleF, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of RectangleF).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RectangleFConverter.WriteJson* + commentId: Overload:MLEM.Data.Json.RectangleFConverter.WriteJson + name: WriteJson + nameWithType: RectangleFConverter.WriteJson + fullName: MLEM.Data.Json.RectangleFConverter.WriteJson +- uid: Newtonsoft.Json.JsonWriter + commentId: T:Newtonsoft.Json.JsonWriter + parent: Newtonsoft.Json + isExternal: true + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, T, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, T, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{MLEM.Misc.RectangleF} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, RectangleF, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, RectangleF, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.RectangleF, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of RectangleF).ReadJson(JsonReader, Type, RectangleF, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).ReadJson(Newtonsoft.Json.JsonReader, System.Type, MLEM.Misc.RectangleF, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of RectangleF).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of MLEM.Misc.RectangleF).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.RectangleFConverter.ReadJson* + commentId: Overload:MLEM.Data.Json.RectangleFConverter.ReadJson + name: ReadJson + nameWithType: RectangleFConverter.ReadJson + fullName: MLEM.Data.Json.RectangleFConverter.ReadJson +- uid: Newtonsoft.Json.JsonReader + commentId: T:Newtonsoft.Json.JsonReader + parent: Newtonsoft.Json + isExternal: true + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Data.Json.Vector2Converter.yml b/Docs/api/MLEM.Data.Json.Vector2Converter.yml new file mode 100644 index 0000000..3829a90 --- /dev/null +++ b/Docs/api/MLEM.Data.Json.Vector2Converter.yml @@ -0,0 +1,1376 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json.Vector2Converter + commentId: T:MLEM.Data.Json.Vector2Converter + id: Vector2Converter + parent: MLEM.Data.Json + children: + - MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: Vector2Converter + nameWithType: Vector2Converter + fullName: MLEM.Data.Json.Vector2Converter + type: Class + source: + remote: + path: MLEM.Data/Json/Vector2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Vector2Converter + path: ../MLEM.Data/Json/Vector2Converter.cs + startLine: 6 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: 'public class Vector2Converter : JsonConverter' + content.vb: >- + Public Class Vector2Converter + Inherits JsonConverter(Of Vector2) + inheritance: + - System.Object + - Newtonsoft.Json.JsonConverter + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + inheritedMembers: + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + - Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.CanConvert(System.Type) + - Newtonsoft.Json.JsonConverter.CanRead + - Newtonsoft.Json.JsonConverter.CanWrite + - 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.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + id: WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.Vector2Converter + langs: + - csharp + - vb + name: WriteJson(JsonWriter, Vector2, JsonSerializer) + nameWithType: Vector2Converter.WriteJson(JsonWriter, Vector2, JsonSerializer) + fullName: MLEM.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Vector2, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/Vector2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteJson + path: ../MLEM.Data/Json/Vector2Converter.cs + startLine: 8 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override void WriteJson(JsonWriter writer, Vector2 value, JsonSerializer serializer) + parameters: + - id: writer + type: Newtonsoft.Json.JsonWriter + - id: value + type: Microsoft.Xna.Framework.Vector2 + - id: serializer + type: Newtonsoft.Json.JsonSerializer + content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As Vector2, serializer As JsonSerializer) + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.Vector2Converter.WriteJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.Json.Vector2Converter + langs: + - csharp + - vb + name: ReadJson(JsonReader, Type, Vector2, Boolean, JsonSerializer) + nameWithType: Vector2Converter.ReadJson(JsonReader, Type, Vector2, Boolean, JsonSerializer) + fullName: MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Vector2, System.Boolean, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/Json/Vector2Converter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadJson + path: ../MLEM.Data/Json/Vector2Converter.cs + startLine: 12 + assemblies: + - MLEM.Data + namespace: MLEM.Data.Json + syntax: + content: public override Vector2 ReadJson(JsonReader reader, Type objectType, Vector2 existingValue, bool hasExistingValue, JsonSerializer serializer) + parameters: + - id: reader + type: Newtonsoft.Json.JsonReader + - id: objectType + type: System.Type + - id: existingValue + type: Microsoft.Xna.Framework.Vector2 + - id: hasExistingValue + type: System.Boolean + - id: serializer + type: Newtonsoft.Json.JsonSerializer + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Vector2, hasExistingValue As Boolean, serializer As JsonSerializer) As Vector2 + overridden: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + overload: MLEM.Data.Json.Vector2Converter.ReadJson* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Newtonsoft.Json.JsonConverter + commentId: T:Newtonsoft.Json.JsonConverter + parent: Newtonsoft.Json + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + commentId: T:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + parent: Newtonsoft.Json + definition: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of Vector2) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2) + name.vb: JsonConverter(Of Vector2) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Vector2).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Vector2).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Vector2).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Vector2).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.CanConvert(System.Type) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + definition: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of Vector2).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of Vector2).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter.CanRead + commentId: P:Newtonsoft.Json.JsonConverter.CanRead + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanRead + nameWithType: JsonConverter.CanRead + fullName: Newtonsoft.Json.JsonConverter.CanRead +- uid: Newtonsoft.Json.JsonConverter.CanWrite + commentId: P:Newtonsoft.Json.JsonConverter.CanWrite + parent: Newtonsoft.Json.JsonConverter + isExternal: true + name: CanWrite + nameWithType: JsonConverter.CanWrite + fullName: Newtonsoft.Json.JsonConverter.CanWrite +- 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: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: Newtonsoft.Json.JsonConverter`1 + commentId: T:Newtonsoft.Json.JsonConverter`1 + isExternal: true + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + nameWithType.vb: JsonConverter(Of T) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T) + name.vb: JsonConverter(Of T) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1 + name: JsonConverter + nameWithType: JsonConverter + fullName: Newtonsoft.Json.JsonConverter + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, Object, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, Object, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, Object, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + commentId: M:Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + isExternal: true + name: CanConvert(Type) + nameWithType: JsonConverter.CanConvert(Type) + fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type) + nameWithType.vb: JsonConverter(Of T).CanConvert(Type) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).CanConvert(System.Type) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter.CanConvert + fullName: Newtonsoft.Json.JsonConverter.CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.CanConvert(System.Type) + name: CanConvert + nameWithType: JsonConverter(Of T).CanConvert + fullName: Newtonsoft.Json.JsonConverter(Of T).CanConvert + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + definition: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson(JsonWriter, Vector2, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, Vector2, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Vector2, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Vector2).WriteJson(JsonWriter, Vector2, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).WriteJson(Newtonsoft.Json.JsonWriter, Microsoft.Xna.Framework.Vector2, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of Vector2).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.Vector2Converter.WriteJson* + commentId: Overload:MLEM.Data.Json.Vector2Converter.WriteJson + name: WriteJson + nameWithType: Vector2Converter.WriteJson + fullName: MLEM.Data.Json.Vector2Converter.WriteJson +- uid: Newtonsoft.Json.JsonWriter + commentId: T:Newtonsoft.Json.JsonWriter + parent: Newtonsoft.Json + isExternal: true + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: WriteJson(JsonWriter, T, JsonSerializer) + nameWithType: JsonConverter.WriteJson(JsonWriter, T, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).WriteJson(JsonWriter, T, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).WriteJson(Newtonsoft.Json.JsonWriter, T, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter.WriteJson + fullName: Newtonsoft.Json.JsonConverter.WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer) + name: WriteJson + nameWithType: JsonConverter(Of T).WriteJson + fullName: Newtonsoft.Json.JsonConverter(Of T).WriteJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonWriter + name: JsonWriter + nameWithType: JsonWriter + fullName: Newtonsoft.Json.JsonWriter + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2}.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer) + parent: Newtonsoft.Json.JsonConverter{Microsoft.Xna.Framework.Vector2} + definition: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson(JsonReader, Type, Vector2, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, Vector2, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Vector2, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of Vector2).ReadJson(JsonReader, Type, Vector2, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).ReadJson(Newtonsoft.Json.JsonReader, System.Type, Microsoft.Xna.Framework.Vector2, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of Vector2).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of Microsoft.Xna.Framework.Vector2).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.Vector2Converter.ReadJson* + commentId: Overload:MLEM.Data.Json.Vector2Converter.ReadJson + name: ReadJson + nameWithType: Vector2Converter.ReadJson + fullName: MLEM.Data.Json.Vector2Converter.ReadJson +- uid: Newtonsoft.Json.JsonReader + commentId: T:Newtonsoft.Json.JsonReader + parent: Newtonsoft.Json + isExternal: true + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + commentId: M:Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + isExternal: true + name: ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + nameWithType: JsonConverter.ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + nameWithType.vb: JsonConverter(Of T).ReadJson(JsonReader, Type, T, Boolean, JsonSerializer) + fullName.vb: Newtonsoft.Json.JsonConverter(Of T).ReadJson(Newtonsoft.Json.JsonReader, System.Type, T, System.Boolean, Newtonsoft.Json.JsonSerializer) + spec.csharp: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter.ReadJson + fullName: Newtonsoft.Json.JsonConverter.ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Newtonsoft.Json.JsonConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,`0,System.Boolean,Newtonsoft.Json.JsonSerializer) + name: ReadJson + nameWithType: JsonConverter(Of T).ReadJson + fullName: Newtonsoft.Json.JsonConverter(Of T).ReadJson + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Newtonsoft.Json.JsonReader + name: JsonReader + nameWithType: JsonReader + fullName: Newtonsoft.Json.JsonReader + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Newtonsoft.Json.JsonSerializer + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Data.Json.yml b/Docs/api/MLEM.Data.Json.yml new file mode 100644 index 0000000..94bfb3f --- /dev/null +++ b/Docs/api/MLEM.Data.Json.yml @@ -0,0 +1,58 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + id: MLEM.Data.Json + children: + - MLEM.Data.Json.Direction2Converter + - MLEM.Data.Json.JsonConverters + - MLEM.Data.Json.PointConverter + - MLEM.Data.Json.RawJsonReader + - MLEM.Data.Json.RectangleConverter + - MLEM.Data.Json.RectangleFConverter + - MLEM.Data.Json.Vector2Converter + langs: + - csharp + - vb + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json + type: Namespace + assemblies: + - MLEM.Data +references: +- uid: MLEM.Data.Json.Direction2Converter + commentId: T:MLEM.Data.Json.Direction2Converter + name: Direction2Converter + nameWithType: Direction2Converter + fullName: MLEM.Data.Json.Direction2Converter +- uid: MLEM.Data.Json.JsonConverters + commentId: T:MLEM.Data.Json.JsonConverters + name: JsonConverters + nameWithType: JsonConverters + fullName: MLEM.Data.Json.JsonConverters +- uid: MLEM.Data.Json.PointConverter + commentId: T:MLEM.Data.Json.PointConverter + name: PointConverter + nameWithType: PointConverter + fullName: MLEM.Data.Json.PointConverter +- uid: MLEM.Data.Json.RawJsonReader + commentId: T:MLEM.Data.Json.RawJsonReader + name: RawJsonReader + nameWithType: RawJsonReader + fullName: MLEM.Data.Json.RawJsonReader +- uid: MLEM.Data.Json.RectangleConverter + commentId: T:MLEM.Data.Json.RectangleConverter + name: RectangleConverter + nameWithType: RectangleConverter + fullName: MLEM.Data.Json.RectangleConverter +- uid: MLEM.Data.Json.RectangleFConverter + commentId: T:MLEM.Data.Json.RectangleFConverter + name: RectangleFConverter + nameWithType: RectangleFConverter + fullName: MLEM.Data.Json.RectangleFConverter +- uid: MLEM.Data.Json.Vector2Converter + commentId: T:MLEM.Data.Json.Vector2Converter + name: Vector2Converter + nameWithType: Vector2Converter + fullName: MLEM.Data.Json.Vector2Converter diff --git a/Docs/api/MLEM.Data.NetBufferSerializer.yml b/Docs/api/MLEM.Data.NetBufferSerializer.yml new file mode 100644 index 0000000..6bf03b6 --- /dev/null +++ b/Docs/api/MLEM.Data.NetBufferSerializer.yml @@ -0,0 +1,802 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.NetBufferSerializer + commentId: T:MLEM.Data.NetBufferSerializer + id: NetBufferSerializer + parent: MLEM.Data + children: + - MLEM.Data.NetBufferSerializer.#ctor + - MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer) + - MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0}) + - MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + - MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + langs: + - csharp + - vb + name: NetBufferSerializer + nameWithType: NetBufferSerializer + fullName: MLEM.Data.NetBufferSerializer + type: Class + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NetBufferSerializer + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 7 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public class NetBufferSerializer + content.vb: Public Class NetBufferSerializer + inheritance: + - System.Object + inheritedMembers: + - 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.Data.NetBufferSerializer.#ctor + commentId: M:MLEM.Data.NetBufferSerializer.#ctor + id: '#ctor' + parent: MLEM.Data.NetBufferSerializer + langs: + - csharp + - vb + name: NetBufferSerializer() + nameWithType: NetBufferSerializer.NetBufferSerializer() + fullName: MLEM.Data.NetBufferSerializer.NetBufferSerializer() + type: Constructor + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 13 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public NetBufferSerializer() + content.vb: Public Sub New + overload: MLEM.Data.NetBufferSerializer.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + commentId: M:MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + id: Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + parent: MLEM.Data.NetBufferSerializer + langs: + - csharp + - vb + name: Serialize(NetBuffer, Object, BindingFlags) + nameWithType: NetBufferSerializer.Serialize(NetBuffer, Object, BindingFlags) + fullName: MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer, System.Object, System.Reflection.BindingFlags) + type: Method + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Serialize + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 30 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public void Serialize(NetBuffer buffer, object o, BindingFlags flags = BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: o + type: System.Object + - id: flags + type: System.Reflection.BindingFlags + content.vb: Public Sub Serialize(buffer As NetBuffer, o As Object, flags As BindingFlags = BindingFlags.Instance Or BindingFlags.NonPublic Or BindingFlags.Public) + overload: MLEM.Data.NetBufferSerializer.Serialize* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + commentId: M:MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + id: Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags) + parent: MLEM.Data.NetBufferSerializer + langs: + - csharp + - vb + name: Deserialize(NetBuffer, Object, BindingFlags) + nameWithType: NetBufferSerializer.Deserialize(NetBuffer, Object, BindingFlags) + fullName: MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer, System.Object, System.Reflection.BindingFlags) + type: Method + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Deserialize + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 38 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public void Deserialize(NetBuffer buffer, object o, BindingFlags flags = BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: o + type: System.Object + - id: flags + type: System.Reflection.BindingFlags + content.vb: Public Sub Deserialize(buffer As NetBuffer, o As Object, flags As BindingFlags = BindingFlags.Instance Or BindingFlags.NonPublic Or BindingFlags.Public) + overload: MLEM.Data.NetBufferSerializer.Deserialize* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0}) + commentId: M:MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0}) + id: AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0}) + parent: MLEM.Data.NetBufferSerializer + langs: + - csharp + - vb + name: AddHandler(Action, Func) + nameWithType: NetBufferSerializer.AddHandler(Action, Func) + fullName: MLEM.Data.NetBufferSerializer.AddHandler(System.Action, System.Func) + type: Method + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddHandler + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 55 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public void AddHandler(Action write, Func read) + parameters: + - id: write + type: System.Action{Lidgren.Network.NetBuffer,{T}} + - id: read + type: System.Func{Lidgren.Network.NetBuffer,{T}} + typeParameters: + - id: T + content.vb: Public Sub AddHandler(Of T)(write As Action(Of NetBuffer, T), read As Func(Of NetBuffer, T)) + overload: MLEM.Data.NetBufferSerializer.AddHandler* + nameWithType.vb: NetBufferSerializer.AddHandler(Of T)(Action(Of NetBuffer, T), Func(Of NetBuffer, T)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Data.NetBufferSerializer.AddHandler(Of T)(System.Action(Of Lidgren.Network.NetBuffer, T), System.Func(Of Lidgren.Network.NetBuffer, T)) + name.vb: AddHandler(Of T)(Action(Of NetBuffer, T), Func(Of NetBuffer, T)) +- uid: MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer) + id: AddHandler``1(Newtonsoft.Json.JsonSerializer) + parent: MLEM.Data.NetBufferSerializer + langs: + - csharp + - vb + name: AddHandler(JsonSerializer) + nameWithType: NetBufferSerializer.AddHandler(JsonSerializer) + fullName: MLEM.Data.NetBufferSerializer.AddHandler(Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/NetBufferSerializer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddHandler + path: ../MLEM.Data/NetBufferSerializer.cs + startLine: 60 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public void AddHandler(JsonSerializer serializer) + parameters: + - id: serializer + type: Newtonsoft.Json.JsonSerializer + typeParameters: + - id: T + content.vb: Public Sub AddHandler(Of T)(serializer As JsonSerializer) + overload: MLEM.Data.NetBufferSerializer.AddHandler* + nameWithType.vb: NetBufferSerializer.AddHandler(Of T)(JsonSerializer) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Data.NetBufferSerializer.AddHandler(Of T)(Newtonsoft.Json.JsonSerializer) + name.vb: AddHandler(Of T)(JsonSerializer) +references: +- uid: MLEM.Data + commentId: N:MLEM.Data + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Data.NetBufferSerializer.#ctor* + commentId: Overload:MLEM.Data.NetBufferSerializer.#ctor + name: NetBufferSerializer + nameWithType: NetBufferSerializer.NetBufferSerializer + fullName: MLEM.Data.NetBufferSerializer.NetBufferSerializer +- uid: MLEM.Data.NetBufferSerializer.Serialize* + commentId: Overload:MLEM.Data.NetBufferSerializer.Serialize + name: Serialize + nameWithType: NetBufferSerializer.Serialize + fullName: MLEM.Data.NetBufferSerializer.Serialize +- uid: Lidgren.Network.NetBuffer + commentId: T:Lidgren.Network.NetBuffer + parent: Lidgren.Network + isExternal: true + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer +- uid: System.Reflection.BindingFlags + commentId: T:System.Reflection.BindingFlags + parent: System.Reflection + isExternal: true + name: BindingFlags + nameWithType: BindingFlags + fullName: System.Reflection.BindingFlags +- uid: Lidgren.Network + commentId: N:Lidgren.Network + isExternal: true + name: Lidgren.Network + nameWithType: Lidgren.Network + fullName: Lidgren.Network +- uid: System.Reflection + commentId: N:System.Reflection + isExternal: true + name: System.Reflection + nameWithType: System.Reflection + fullName: System.Reflection +- uid: MLEM.Data.NetBufferSerializer.Deserialize* + commentId: Overload:MLEM.Data.NetBufferSerializer.Deserialize + name: Deserialize + nameWithType: NetBufferSerializer.Deserialize + fullName: MLEM.Data.NetBufferSerializer.Deserialize +- uid: MLEM.Data.NetBufferSerializer.AddHandler* + commentId: Overload:MLEM.Data.NetBufferSerializer.AddHandler + name: AddHandler + nameWithType: NetBufferSerializer.AddHandler + fullName: MLEM.Data.NetBufferSerializer.AddHandler +- uid: System.Action{Lidgren.Network.NetBuffer,{T}} + commentId: T:System.Action{Lidgren.Network.NetBuffer,``0} + parent: System + definition: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of NetBuffer, T) + fullName.vb: System.Action(Of Lidgren.Network.NetBuffer, T) + name.vb: Action(Of NetBuffer, T) + spec.csharp: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Lidgren.Network.NetBuffer + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Lidgren.Network.NetBuffer + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func{Lidgren.Network.NetBuffer,{T}} + commentId: T:System.Func{Lidgren.Network.NetBuffer,``0} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of NetBuffer, T) + fullName.vb: System.Func(Of Lidgren.Network.NetBuffer, T) + name.vb: Func(Of NetBuffer, T) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Lidgren.Network.NetBuffer + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Lidgren.Network.NetBuffer + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2) + fullName.vb: System.Action(Of T1, T2) + name.vb: Action(Of T1, T2) + spec.csharp: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json diff --git a/Docs/api/MLEM.Data.NetExtensions.yml b/Docs/api/MLEM.Data.NetExtensions.yml new file mode 100644 index 0000000..8c1714b --- /dev/null +++ b/Docs/api/MLEM.Data.NetExtensions.yml @@ -0,0 +1,790 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data.NetExtensions + commentId: T:MLEM.Data.NetExtensions + id: NetExtensions + parent: MLEM.Data + children: + - MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer) + - MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer) + - MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer) + - MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer) + - MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2) + - MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2) + - MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid) + - MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer) + langs: + - csharp + - vb + name: NetExtensions + nameWithType: NetExtensions + fullName: MLEM.Data.NetExtensions + type: Class + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NetExtensions + path: ../MLEM.Data/NetExtensions.cs + startLine: 11 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static class NetExtensions + content.vb: Public Module NetExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2) + id: Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: Write(NetBuffer, Vector2) + nameWithType: NetExtensions.Write(NetBuffer, Vector2) + fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Write + path: ../MLEM.Data/NetExtensions.cs + startLine: 13 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void Write(this NetBuffer buffer, Vector2 vector) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: vector + type: Microsoft.Xna.Framework.Vector2 + content.vb: >- + + + Public Shared Sub Write(buffer As NetBuffer, vector As Vector2) + overload: MLEM.Data.NetExtensions.Write* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer) + commentId: M:MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer) + id: ReadVector2(Lidgren.Network.NetBuffer) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: ReadVector2(NetBuffer) + nameWithType: NetExtensions.ReadVector2(NetBuffer) + fullName: MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadVector2 + path: ../MLEM.Data/NetExtensions.cs + startLine: 18 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static Vector2 ReadVector2(this NetBuffer buffer) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: >- + + + Public Shared Function ReadVector2(buffer As NetBuffer) As Vector2 + overload: MLEM.Data.NetExtensions.ReadVector2* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid) + commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid) + id: Write(Lidgren.Network.NetBuffer,System.Guid) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: Write(NetBuffer, Guid) + nameWithType: NetExtensions.Write(NetBuffer, Guid) + fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, System.Guid) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Write + path: ../MLEM.Data/NetExtensions.cs + startLine: 22 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void Write(this NetBuffer buffer, Guid guid) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: guid + type: System.Guid + content.vb: >- + + + Public Shared Sub Write(buffer As NetBuffer, guid As Guid) + overload: MLEM.Data.NetExtensions.Write* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer) + commentId: M:MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer) + id: ReadGuid(Lidgren.Network.NetBuffer) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: ReadGuid(NetBuffer) + nameWithType: NetExtensions.ReadGuid(NetBuffer) + fullName: MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadGuid + path: ../MLEM.Data/NetExtensions.cs + startLine: 26 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static Guid ReadGuid(this NetBuffer buffer) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + return: + type: System.Guid + content.vb: >- + + + Public Shared Function ReadGuid(buffer As NetBuffer) As Guid + overload: MLEM.Data.NetExtensions.ReadGuid* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2) + commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2) + id: Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: Write(NetBuffer, Direction2) + nameWithType: NetExtensions.Write(NetBuffer, Direction2) + fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Write + path: ../MLEM.Data/NetExtensions.cs + startLine: 30 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void Write(this NetBuffer buffer, Direction2 direction) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: direction + type: MLEM.Misc.Direction2 + content.vb: >- + + + Public Shared Sub Write(buffer As NetBuffer, direction As Direction2) + overload: MLEM.Data.NetExtensions.Write* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer) + commentId: M:MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer) + id: ReadDirection(Lidgren.Network.NetBuffer) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: ReadDirection(NetBuffer) + nameWithType: NetExtensions.ReadDirection(NetBuffer) + fullName: MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadDirection + path: ../MLEM.Data/NetExtensions.cs + startLine: 34 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static Direction2 ReadDirection(this NetBuffer buffer) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + return: + type: MLEM.Misc.Direction2 + content.vb: >- + + + Public Shared Function ReadDirection(buffer As NetBuffer) As Direction2 + overload: MLEM.Data.NetExtensions.ReadDirection* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer) + id: WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: WriteObject(NetBuffer, T, JsonSerializer) + nameWithType: NetExtensions.WriteObject(NetBuffer, T, JsonSerializer) + fullName: MLEM.Data.NetExtensions.WriteObject(Lidgren.Network.NetBuffer, T, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WriteObject + path: ../MLEM.Data/NetExtensions.cs + startLine: 38 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static void WriteObject(this NetBuffer buffer, T obj, JsonSerializer serializer) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: obj + type: '{T}' + - id: serializer + type: Newtonsoft.Json.JsonSerializer + typeParameters: + - id: T + content.vb: >- + + + Public Shared Sub WriteObject(Of T)(buffer As NetBuffer, obj As T, serializer As JsonSerializer) + overload: MLEM.Data.NetExtensions.WriteObject* + nameWithType.vb: NetExtensions.WriteObject(Of T)(NetBuffer, T, JsonSerializer) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Data.NetExtensions.WriteObject(Of T)(Lidgren.Network.NetBuffer, T, Newtonsoft.Json.JsonSerializer) + name.vb: WriteObject(Of T)(NetBuffer, T, JsonSerializer) +- uid: MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer) + commentId: M:MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer) + id: ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer) + isExtensionMethod: true + parent: MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: ReadObject(NetBuffer, JsonSerializer) + nameWithType: NetExtensions.ReadObject(NetBuffer, JsonSerializer) + fullName: MLEM.Data.NetExtensions.ReadObject(Lidgren.Network.NetBuffer, Newtonsoft.Json.JsonSerializer) + type: Method + source: + remote: + path: MLEM.Data/NetExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReadObject + path: ../MLEM.Data/NetExtensions.cs + startLine: 52 + assemblies: + - MLEM.Data + namespace: MLEM.Data + syntax: + content: public static T ReadObject(this NetBuffer buffer, JsonSerializer serializer) + parameters: + - id: buffer + type: Lidgren.Network.NetBuffer + - id: serializer + type: Newtonsoft.Json.JsonSerializer + typeParameters: + - id: T + return: + type: '{T}' + content.vb: >- + + + Public Shared Function ReadObject(Of T)(buffer As NetBuffer, serializer As JsonSerializer) As T + overload: MLEM.Data.NetExtensions.ReadObject* + nameWithType.vb: NetExtensions.ReadObject(Of T)(NetBuffer, JsonSerializer) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Data.NetExtensions.ReadObject(Of T)(Lidgren.Network.NetBuffer, Newtonsoft.Json.JsonSerializer) + name.vb: ReadObject(Of T)(NetBuffer, JsonSerializer) +references: +- uid: MLEM.Data + commentId: N:MLEM.Data + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Data.NetExtensions.Write* + commentId: Overload:MLEM.Data.NetExtensions.Write + name: Write + nameWithType: NetExtensions.Write + fullName: MLEM.Data.NetExtensions.Write +- uid: Lidgren.Network.NetBuffer + commentId: T:Lidgren.Network.NetBuffer + parent: Lidgren.Network + isExternal: true + name: NetBuffer + nameWithType: NetBuffer + fullName: Lidgren.Network.NetBuffer +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Lidgren.Network + commentId: N:Lidgren.Network + isExternal: true + name: Lidgren.Network + nameWithType: Lidgren.Network + fullName: Lidgren.Network +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Data.NetExtensions.ReadVector2* + commentId: Overload:MLEM.Data.NetExtensions.ReadVector2 + name: ReadVector2 + nameWithType: NetExtensions.ReadVector2 + fullName: MLEM.Data.NetExtensions.ReadVector2 +- uid: System.Guid + commentId: T:System.Guid + parent: System + isExternal: true + name: Guid + nameWithType: Guid + fullName: System.Guid +- uid: MLEM.Data.NetExtensions.ReadGuid* + commentId: Overload:MLEM.Data.NetExtensions.ReadGuid + name: ReadGuid + nameWithType: NetExtensions.ReadGuid + fullName: MLEM.Data.NetExtensions.ReadGuid +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Data.NetExtensions.ReadDirection* + commentId: Overload:MLEM.Data.NetExtensions.ReadDirection + name: ReadDirection + nameWithType: NetExtensions.ReadDirection + fullName: MLEM.Data.NetExtensions.ReadDirection +- uid: MLEM.Data.NetExtensions.WriteObject* + commentId: Overload:MLEM.Data.NetExtensions.WriteObject + name: WriteObject + nameWithType: NetExtensions.WriteObject + fullName: MLEM.Data.NetExtensions.WriteObject +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: Newtonsoft.Json.JsonSerializer + commentId: T:Newtonsoft.Json.JsonSerializer + parent: Newtonsoft.Json + isExternal: true + name: JsonSerializer + nameWithType: JsonSerializer + fullName: Newtonsoft.Json.JsonSerializer +- uid: T + name: T + nameWithType: T + fullName: T +- uid: Newtonsoft.Json + commentId: N:Newtonsoft.Json + isExternal: true + name: Newtonsoft.Json + nameWithType: Newtonsoft.Json + fullName: Newtonsoft.Json +- uid: MLEM.Data.NetExtensions.ReadObject* + commentId: Overload:MLEM.Data.NetExtensions.ReadObject + name: ReadObject + nameWithType: NetExtensions.ReadObject + fullName: MLEM.Data.NetExtensions.ReadObject diff --git a/Docs/api/MLEM.Data.yml b/Docs/api/MLEM.Data.yml new file mode 100644 index 0000000..5d6520f --- /dev/null +++ b/Docs/api/MLEM.Data.yml @@ -0,0 +1,40 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Data + commentId: N:MLEM.Data + id: MLEM.Data + children: + - MLEM.Data.ContentExtensions + - MLEM.Data.NetBufferSerializer + - MLEM.Data.NetExtensions + langs: + - csharp + - vb + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data + type: Namespace + assemblies: + - MLEM.Data +references: +- uid: MLEM.Data.ContentExtensions + commentId: T:MLEM.Data.ContentExtensions + parent: MLEM.Data + name: ContentExtensions + nameWithType: ContentExtensions + fullName: MLEM.Data.ContentExtensions +- uid: MLEM.Data.NetBufferSerializer + commentId: T:MLEM.Data.NetBufferSerializer + name: NetBufferSerializer + nameWithType: NetBufferSerializer + fullName: MLEM.Data.NetBufferSerializer +- uid: MLEM.Data.NetExtensions + commentId: T:MLEM.Data.NetExtensions + name: NetExtensions + nameWithType: NetExtensions + fullName: MLEM.Data.NetExtensions +- uid: MLEM.Data + commentId: N:MLEM.Data + name: MLEM.Data + nameWithType: MLEM.Data + fullName: MLEM.Data diff --git a/Docs/api/MLEM.Extended.Extensions.NumberExtensions.yml b/Docs/api/MLEM.Extended.Extensions.NumberExtensions.yml new file mode 100644 index 0000000..3a05cf0 --- /dev/null +++ b/Docs/api/MLEM.Extended.Extensions.NumberExtensions.yml @@ -0,0 +1,461 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Extensions.NumberExtensions + commentId: T:MLEM.Extended.Extensions.NumberExtensions + id: NumberExtensions + parent: MLEM.Extended.Extensions + children: + - MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + - MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF) + langs: + - csharp + - vb + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extended.Extensions.NumberExtensions + type: Class + source: + remote: + path: MLEM.Extended/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NumberExtensions + path: ../MLEM.Extended/Extensions/NumberExtensions.cs + startLine: 3 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static class NumberExtensions + content.vb: Public Module NumberExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + id: ToExtended(MLEM.Misc.RectangleF) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.NumberExtensions + langs: + - csharp + - vb + name: ToExtended(RectangleF) + nameWithType: NumberExtensions.ToExtended(RectangleF) + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToExtended + path: ../MLEM.Extended/Extensions/NumberExtensions.cs + startLine: 5 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static RectangleF ToExtended(this RectangleF rect) + parameters: + - id: rect + type: MLEM.Misc.RectangleF + return: + type: MonoGame.Extended.RectangleF + content.vb: >- + + + Public Shared Function ToExtended(rect As RectangleF) As RectangleF + overload: MLEM.Extended.Extensions.NumberExtensions.ToExtended* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF) + commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF) + id: ToMlem(MonoGame.Extended.RectangleF) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.NumberExtensions + langs: + - csharp + - vb + name: ToMlem(RectangleF) + nameWithType: NumberExtensions.ToMlem(RectangleF) + fullName: MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToMlem + path: ../MLEM.Extended/Extensions/NumberExtensions.cs + startLine: 9 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static RectangleF ToMlem(this RectangleF rect) + parameters: + - id: rect + type: MonoGame.Extended.RectangleF + return: + type: MLEM.Misc.RectangleF + content.vb: >- + + + Public Shared Function ToMlem(rect As RectangleF) As RectangleF + overload: MLEM.Extended.Extensions.NumberExtensions.ToMlem* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Extensions.NumberExtensions.ToExtended* + commentId: Overload:MLEM.Extended.Extensions.NumberExtensions.ToExtended + name: ToExtended + nameWithType: NumberExtensions.ToExtended + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MonoGame.Extended.RectangleF + commentId: T:MonoGame.Extended.RectangleF + parent: MonoGame.Extended + isExternal: true + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MonoGame.Extended + commentId: N:MonoGame.Extended + isExternal: true + name: MonoGame.Extended + nameWithType: MonoGame.Extended + fullName: MonoGame.Extended +- uid: MLEM.Extended.Extensions.NumberExtensions.ToMlem* + commentId: Overload:MLEM.Extended.Extensions.NumberExtensions.ToMlem + name: ToMlem + nameWithType: NumberExtensions.ToMlem + fullName: MLEM.Extended.Extensions.NumberExtensions.ToMlem diff --git a/Docs/api/MLEM.Extended.Extensions.RandomExtensions.yml b/Docs/api/MLEM.Extended.Extensions.RandomExtensions.yml new file mode 100644 index 0000000..573e0ea --- /dev/null +++ b/Docs/api/MLEM.Extended.Extensions.RandomExtensions.yml @@ -0,0 +1,660 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Extensions.RandomExtensions + commentId: T:MLEM.Extended.Extensions.RandomExtensions + id: RandomExtensions + parent: MLEM.Extended.Extensions + children: + - MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single) + - MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32}) + - MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single}) + langs: + - csharp + - vb + name: RandomExtensions + nameWithType: RandomExtensions + fullName: MLEM.Extended.Extensions.RandomExtensions + type: Class + source: + remote: + path: MLEM.Extended/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RandomExtensions + path: ../MLEM.Extended/Extensions/RandomExtensions.cs + startLine: 5 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static class RandomExtensions + content.vb: Public Module RandomExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32}) + commentId: M:MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32}) + id: Range(System.Random,MonoGame.Extended.Range{System.Int32}) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.RandomExtensions + langs: + - csharp + - vb + name: Range(Random, Range) + nameWithType: RandomExtensions.Range(Random, Range) + fullName: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Range + path: ../MLEM.Extended/Extensions/RandomExtensions.cs + startLine: 7 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static int Range(this Random random, Range range) + parameters: + - id: random + type: System.Random + - id: range + type: MonoGame.Extended.Range{System.Int32} + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function Range(random As Random, range As Range(Of Integer)) As Integer + overload: MLEM.Extended.Extensions.RandomExtensions.Range* + nameWithType.vb: RandomExtensions.Range(Random, Range(Of Int32)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range(Of System.Int32)) + name.vb: Range(Random, Range(Of Int32)) +- uid: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single}) + commentId: M:MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single}) + id: Range(System.Random,MonoGame.Extended.Range{System.Single}) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.RandomExtensions + langs: + - csharp + - vb + name: Range(Random, Range) + nameWithType: RandomExtensions.Range(Random, Range) + fullName: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Range + path: ../MLEM.Extended/Extensions/RandomExtensions.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static float Range(this Random random, Range range) + parameters: + - id: random + type: System.Random + - id: range + type: MonoGame.Extended.Range{System.Single} + return: + type: System.Single + content.vb: >- + + + Public Shared Function Range(random As Random, range As Range(Of Single)) As Single + overload: MLEM.Extended.Extensions.RandomExtensions.Range* + nameWithType.vb: RandomExtensions.Range(Random, Range(Of Single)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range(Of System.Single)) + name.vb: Range(Random, Range(Of Single)) +- uid: MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single) + commentId: M:MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single) + id: NextVector2(System.Random,System.Single,System.Single) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.RandomExtensions + langs: + - csharp + - vb + name: NextVector2(Random, Single, Single) + nameWithType: RandomExtensions.NextVector2(Random, Single, Single) + fullName: MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NextVector2 + path: ../MLEM.Extended/Extensions/RandomExtensions.cs + startLine: 15 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static Vector2 NextVector2(this Random random, float min, float max) + parameters: + - id: random + type: System.Random + - id: min + type: System.Single + - id: max + type: System.Single + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: >- + + + Public Shared Function NextVector2(random As Random, min As Single, max As Single) As Vector2 + overload: MLEM.Extended.Extensions.RandomExtensions.NextVector2* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Extensions.RandomExtensions.Range* + commentId: Overload:MLEM.Extended.Extensions.RandomExtensions.Range + name: Range + nameWithType: RandomExtensions.Range + fullName: MLEM.Extended.Extensions.RandomExtensions.Range +- uid: System.Random + commentId: T:System.Random + parent: System + isExternal: true + name: Random + nameWithType: Random + fullName: System.Random +- uid: MonoGame.Extended.Range{System.Int32} + commentId: T:MonoGame.Extended.Range{System.Int32} + parent: MonoGame.Extended + definition: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + nameWithType.vb: Range(Of Int32) + fullName.vb: MonoGame.Extended.Range(Of System.Int32) + name.vb: Range(Of Int32) + spec.csharp: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MonoGame.Extended.Range`1 + commentId: T:MonoGame.Extended.Range`1 + isExternal: true + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + nameWithType.vb: Range(Of T) + fullName.vb: MonoGame.Extended.Range(Of T) + name.vb: Range(Of T) + spec.csharp: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MonoGame.Extended + commentId: N:MonoGame.Extended + isExternal: true + name: MonoGame.Extended + nameWithType: MonoGame.Extended + fullName: MonoGame.Extended +- uid: MonoGame.Extended.Range{System.Single} + commentId: T:MonoGame.Extended.Range{System.Single} + parent: MonoGame.Extended + definition: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + nameWithType.vb: Range(Of Single) + fullName.vb: MonoGame.Extended.Range(Of System.Single) + name.vb: Range(Of Single) + spec.csharp: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MonoGame.Extended.Range`1 + name: Range + nameWithType: Range + fullName: MonoGame.Extended.Range + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Extended.Extensions.RandomExtensions.NextVector2* + commentId: Overload:MLEM.Extended.Extensions.RandomExtensions.NextVector2 + name: NextVector2 + nameWithType: RandomExtensions.NextVector2 + fullName: MLEM.Extended.Extensions.RandomExtensions.NextVector2 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Extended.Extensions.SpriteBatchExtensions.yml b/Docs/api/MLEM.Extended.Extensions.SpriteBatchExtensions.yml new file mode 100644 index 0000000..df8512e --- /dev/null +++ b/Docs/api/MLEM.Extended.Extensions.SpriteBatchExtensions.yml @@ -0,0 +1,654 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Extensions.SpriteBatchExtensions + commentId: T:MLEM.Extended.Extensions.SpriteBatchExtensions + id: SpriteBatchExtensions + parent: MLEM.Extended.Extensions + children: + - MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color) + - MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + - MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + langs: + - csharp + - vb + name: SpriteBatchExtensions + nameWithType: SpriteBatchExtensions + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions + type: Class + source: + remote: + path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteBatchExtensions + path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs + startLine: 8 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static class SpriteBatchExtensions + content.vb: Public Module SpriteBatchExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color, Single, Vector2, SpriteEffects, Single) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color, Single, Vector2, SpriteEffects, Single) + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs + startLine: 10 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MonoGame.Extended.RectangleF + - id: sourceRectangle + type: System.Nullable{Microsoft.Xna.Framework.Rectangle} + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw* + nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single) +- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color) + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs + startLine: 14 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MonoGame.Extended.RectangleF + - id: sourceRectangle + type: System.Nullable{Microsoft.Xna.Framework.Rectangle} + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color) + overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw* + nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color) + name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color) +- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Color) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Color) + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs + startLine: 18 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MonoGame.Extended.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, color As Color) + overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw* + commentId: Overload:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw + name: Draw + nameWithType: SpriteBatchExtensions.Draw + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw +- 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: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- uid: MonoGame.Extended.RectangleF + commentId: T:MonoGame.Extended.RectangleF + parent: MonoGame.Extended + isExternal: true + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF +- uid: System.Nullable{Microsoft.Xna.Framework.Rectangle} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Rectangle} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Rectangle) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Rectangle) + name.vb: Nullable(Of Rectangle) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- 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: MonoGame.Extended + commentId: N:MonoGame.Extended + isExternal: true + name: MonoGame.Extended + nameWithType: MonoGame.Extended + fullName: MonoGame.Extended +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Extended.Extensions.TextureExtensions.yml b/Docs/api/MLEM.Extended.Extensions.TextureExtensions.yml new file mode 100644 index 0000000..12788c0 --- /dev/null +++ b/Docs/api/MLEM.Extended.Extensions.TextureExtensions.yml @@ -0,0 +1,558 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Extensions.TextureExtensions + commentId: T:MLEM.Extended.Extensions.TextureExtensions + id: TextureExtensions + parent: MLEM.Extended.Extensions + children: + - MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + - MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + - MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D) + - MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D) + langs: + - csharp + - vb + name: TextureExtensions + nameWithType: TextureExtensions + fullName: MLEM.Extended.Extensions.TextureExtensions + type: Class + source: + remote: + path: MLEM.Extended/Extensions/TextureExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextureExtensions + path: ../MLEM.Extended/Extensions/TextureExtensions.cs + startLine: 5 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static class TextureExtensions + content.vb: Public Module TextureExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + id: ToExtended(MLEM.Textures.NinePatch) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.TextureExtensions + langs: + - csharp + - vb + name: ToExtended(NinePatch) + nameWithType: TextureExtensions.ToExtended(NinePatch) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/TextureExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToExtended + path: ../MLEM.Extended/Extensions/TextureExtensions.cs + startLine: 7 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static NinePatchRegion2D ToExtended(this NinePatch patch) + parameters: + - id: patch + type: MLEM.Textures.NinePatch + return: + type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D + content.vb: >- + + + Public Shared Function ToExtended(patch As NinePatch) As NinePatchRegion2D + overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + id: ToExtended(MLEM.Textures.TextureRegion) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.TextureExtensions + langs: + - csharp + - vb + name: ToExtended(TextureRegion) + nameWithType: TextureExtensions.ToExtended(TextureRegion) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/TextureExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToExtended + path: ../MLEM.Extended/Extensions/TextureExtensions.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static TextureRegion2D ToExtended(this TextureRegion region) + parameters: + - id: region + type: MLEM.Textures.TextureRegion + return: + type: MonoGame.Extended.TextureAtlases.TextureRegion2D + content.vb: >- + + + Public Shared Function ToExtended(region As TextureRegion) As TextureRegion2D + overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D) + id: ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.TextureExtensions + langs: + - csharp + - vb + name: ToMlem(NinePatchRegion2D) + nameWithType: TextureExtensions.ToMlem(NinePatchRegion2D) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/TextureExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToMlem + path: ../MLEM.Extended/Extensions/TextureExtensions.cs + startLine: 15 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static NinePatch ToMlem(this NinePatchRegion2D patch) + parameters: + - id: patch + type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D + return: + type: MLEM.Textures.NinePatch + content.vb: >- + + + Public Shared Function ToMlem(patch As NinePatchRegion2D) As NinePatch + overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D) + id: ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D) + isExtensionMethod: true + parent: MLEM.Extended.Extensions.TextureExtensions + langs: + - csharp + - vb + name: ToMlem(TextureRegion2D) + nameWithType: TextureExtensions.ToMlem(TextureRegion2D) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D) + type: Method + source: + remote: + path: MLEM.Extended/Extensions/TextureExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToMlem + path: ../MLEM.Extended/Extensions/TextureExtensions.cs + startLine: 19 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Extensions + syntax: + content: public static TextureRegion ToMlem(this TextureRegion2D region) + parameters: + - id: region + type: MonoGame.Extended.TextureAtlases.TextureRegion2D + return: + type: MLEM.Textures.TextureRegion + content.vb: >- + + + Public Shared Function ToMlem(region As TextureRegion2D) As TextureRegion + overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Extensions.TextureExtensions.ToExtended* + commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToExtended + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended +- uid: MLEM.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + parent: MLEM.Textures + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch +- uid: MonoGame.Extended.TextureAtlases.NinePatchRegion2D + commentId: T:MonoGame.Extended.TextureAtlases.NinePatchRegion2D + parent: MonoGame.Extended.TextureAtlases + isExternal: true + name: NinePatchRegion2D + nameWithType: NinePatchRegion2D + fullName: MonoGame.Extended.TextureAtlases.NinePatchRegion2D +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MonoGame.Extended.TextureAtlases + commentId: N:MonoGame.Extended.TextureAtlases + isExternal: true + name: MonoGame.Extended.TextureAtlases + nameWithType: MonoGame.Extended.TextureAtlases + fullName: MonoGame.Extended.TextureAtlases +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MonoGame.Extended.TextureAtlases.TextureRegion2D + commentId: T:MonoGame.Extended.TextureAtlases.TextureRegion2D + parent: MonoGame.Extended.TextureAtlases + isExternal: true + name: TextureRegion2D + nameWithType: TextureRegion2D + fullName: MonoGame.Extended.TextureAtlases.TextureRegion2D +- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem* + commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToMlem + name: ToMlem + nameWithType: TextureExtensions.ToMlem + fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem diff --git a/Docs/api/MLEM.Extended.Extensions.yml b/Docs/api/MLEM.Extended.Extensions.yml new file mode 100644 index 0000000..0169e13 --- /dev/null +++ b/Docs/api/MLEM.Extended.Extensions.yml @@ -0,0 +1,47 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + id: MLEM.Extended.Extensions + children: + - MLEM.Extended.Extensions.NumberExtensions + - MLEM.Extended.Extensions.RandomExtensions + - MLEM.Extended.Extensions.SpriteBatchExtensions + - MLEM.Extended.Extensions.TextureExtensions + langs: + - csharp + - vb + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions + type: Namespace + assemblies: + - MLEM.Extended +references: +- uid: MLEM.Extended.Extensions.NumberExtensions + commentId: T:MLEM.Extended.Extensions.NumberExtensions + parent: MLEM.Extended.Extensions + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extended.Extensions.NumberExtensions +- uid: MLEM.Extended.Extensions.RandomExtensions + commentId: T:MLEM.Extended.Extensions.RandomExtensions + name: RandomExtensions + nameWithType: RandomExtensions + fullName: MLEM.Extended.Extensions.RandomExtensions +- uid: MLEM.Extended.Extensions.SpriteBatchExtensions + commentId: T:MLEM.Extended.Extensions.SpriteBatchExtensions + name: SpriteBatchExtensions + nameWithType: SpriteBatchExtensions + fullName: MLEM.Extended.Extensions.SpriteBatchExtensions +- uid: MLEM.Extended.Extensions.TextureExtensions + commentId: T:MLEM.Extended.Extensions.TextureExtensions + parent: MLEM.Extended.Extensions + name: TextureExtensions + nameWithType: TextureExtensions + fullName: MLEM.Extended.Extensions.TextureExtensions +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions diff --git a/Docs/api/MLEM.Extended.Font.GenericBitmapFont.yml b/Docs/api/MLEM.Extended.Font.GenericBitmapFont.yml new file mode 100644 index 0000000..f745c3b --- /dev/null +++ b/Docs/api/MLEM.Extended.Font.GenericBitmapFont.yml @@ -0,0 +1,2667 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Font.GenericBitmapFont + commentId: T:MLEM.Extended.Font.GenericBitmapFont + id: GenericBitmapFont + parent: MLEM.Extended.Font + children: + - MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) + - MLEM.Extended.Font.GenericBitmapFont.Bold + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Extended.Font.GenericBitmapFont.Font + - MLEM.Extended.Font.GenericBitmapFont.Italic + - MLEM.Extended.Font.GenericBitmapFont.LineHeight + - MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String) + - MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder) + langs: + - csharp + - vb + name: GenericBitmapFont + nameWithType: GenericBitmapFont + fullName: MLEM.Extended.Font.GenericBitmapFont + type: Class + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericBitmapFont + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 9 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: 'public class GenericBitmapFont : GenericFont' + content.vb: >- + Public Class GenericBitmapFont + Inherits GenericFont + inheritance: + - System.Object + - MLEM.Font.GenericFont + inheritedMembers: + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + - MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + - MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + - 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.Extended.Font.GenericBitmapFont.Font + commentId: F:MLEM.Extended.Font.GenericBitmapFont.Font + id: Font + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: Font + nameWithType: GenericBitmapFont.Font + fullName: MLEM.Extended.Font.GenericBitmapFont.Font + type: Field + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Font + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public readonly BitmapFont Font + return: + type: MonoGame.Extended.BitmapFonts.BitmapFont + content.vb: Public ReadOnly Font As BitmapFont + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Font.GenericBitmapFont.Bold + commentId: P:MLEM.Extended.Font.GenericBitmapFont.Bold + id: Bold + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: Bold + nameWithType: GenericBitmapFont.Bold + fullName: MLEM.Extended.Font.GenericBitmapFont.Bold + type: Property + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bold + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 12 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override GenericFont Bold { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public Overrides ReadOnly Property Bold As GenericFont + overridden: MLEM.Font.GenericFont.Bold + overload: MLEM.Extended.Font.GenericBitmapFont.Bold* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Extended.Font.GenericBitmapFont.Italic + commentId: P:MLEM.Extended.Font.GenericBitmapFont.Italic + id: Italic + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: Italic + nameWithType: GenericBitmapFont.Italic + fullName: MLEM.Extended.Font.GenericBitmapFont.Italic + type: Property + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Italic + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 13 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override GenericFont Italic { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public Overrides ReadOnly Property Italic As GenericFont + overridden: MLEM.Font.GenericFont.Italic + overload: MLEM.Extended.Font.GenericBitmapFont.Italic* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Extended.Font.GenericBitmapFont.LineHeight + commentId: P:MLEM.Extended.Font.GenericBitmapFont.LineHeight + id: LineHeight + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: LineHeight + nameWithType: GenericBitmapFont.LineHeight + fullName: MLEM.Extended.Font.GenericBitmapFont.LineHeight + type: Property + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LineHeight + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 14 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override float LineHeight { get; } + parameters: [] + return: + type: System.Single + content.vb: Public Overrides ReadOnly Property LineHeight As Single + overridden: MLEM.Font.GenericFont.LineHeight + overload: MLEM.Extended.Font.GenericBitmapFont.LineHeight* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) + id: '#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont)' + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: GenericBitmapFont(BitmapFont, BitmapFont, BitmapFont) + nameWithType: GenericBitmapFont.GenericBitmapFont(BitmapFont, BitmapFont, BitmapFont) + fullName: MLEM.Extended.Font.GenericBitmapFont.GenericBitmapFont(MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont) + type: Constructor + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 16 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public GenericBitmapFont(BitmapFont font, BitmapFont bold = null, BitmapFont italic = null) + parameters: + - id: font + type: MonoGame.Extended.BitmapFonts.BitmapFont + - id: bold + type: MonoGame.Extended.BitmapFonts.BitmapFont + - id: italic + type: MonoGame.Extended.BitmapFonts.BitmapFont + content.vb: Public Sub New(font As BitmapFont, bold As BitmapFont = Nothing, italic As BitmapFont = Nothing) + overload: MLEM.Extended.Font.GenericBitmapFont.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String) + id: MeasureString(System.String) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: MeasureString(String) + nameWithType: GenericBitmapFont.MeasureString(String) + fullName: MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 22 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override Vector2 MeasureString(string text) + parameters: + - id: text + type: System.String + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Overrides Function MeasureString(text As String) As Vector2 + overridden: MLEM.Font.GenericFont.MeasureString(System.String) + overload: MLEM.Extended.Font.GenericBitmapFont.MeasureString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder) + id: MeasureString(System.Text.StringBuilder) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: MeasureString(StringBuilder) + nameWithType: GenericBitmapFont.MeasureString(StringBuilder) + fullName: MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 28 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override Vector2 MeasureString(StringBuilder text) + parameters: + - id: text + type: System.Text.StringBuilder + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Overrides Function MeasureString(text As StringBuilder) As Vector2 + overridden: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + overload: MLEM.Extended.Font.GenericBitmapFont.MeasureString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, String, Vector2, Color) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 34 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 38 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 42 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 46 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 50 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericBitmapFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM.Extended/Font/GenericBitmapFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM.Extended/Font/GenericBitmapFont.cs + startLine: 54 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Font + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Extended.Font.GenericBitmapFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Extended.Font + commentId: N:MLEM.Extended.Font + name: MLEM.Extended.Font + nameWithType: MLEM.Extended.Font + fullName: MLEM.Extended.Font +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + commentId: M:MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + parent: MLEM.Font.GenericFont + isExternal: true + name: TruncateString(String, Single, Single, Boolean, String) + nameWithType: GenericFont.TruncateString(String, Single, Single, Boolean, String) + fullName: MLEM.Font.GenericFont.TruncateString(System.String, System.Single, System.Single, System.Boolean, System.String) + spec.csharp: + - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + name: TruncateString + nameWithType: GenericFont.TruncateString + fullName: MLEM.Font.GenericFont.TruncateString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + name: TruncateString + nameWithType: GenericFont.TruncateString + fullName: MLEM.Font.GenericFont.TruncateString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + commentId: M:MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: SplitString(String, Single, Single) + nameWithType: GenericFont.SplitString(String, Single, Single) + fullName: MLEM.Font.GenericFont.SplitString(System.String, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + name: SplitString + nameWithType: GenericFont.SplitString + fullName: MLEM.Font.GenericFont.SplitString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + name: SplitString + nameWithType: GenericFont.SplitString + fullName: MLEM.Font.GenericFont.SplitString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + commentId: M:MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + parent: MLEM.Font.GenericFont + isExternal: true + name: GetWidthString(Single, Char) + nameWithType: GenericFont.GetWidthString(Single, Char) + fullName: MLEM.Font.GenericFont.GetWidthString(System.Single, System.Char) + spec.csharp: + - uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + name: GetWidthString + nameWithType: GenericFont.GetWidthString + fullName: MLEM.Font.GenericFont.GetWidthString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + name: GetWidthString + nameWithType: GenericFont.GetWidthString + fullName: MLEM.Font.GenericFont.GetWidthString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MonoGame.Extended.BitmapFonts.BitmapFont + commentId: T:MonoGame.Extended.BitmapFonts.BitmapFont + parent: MonoGame.Extended.BitmapFonts + isExternal: true + name: BitmapFont + nameWithType: BitmapFont + fullName: MonoGame.Extended.BitmapFonts.BitmapFont +- uid: MonoGame.Extended.BitmapFonts + commentId: N:MonoGame.Extended.BitmapFonts + isExternal: true + name: MonoGame.Extended.BitmapFonts + nameWithType: MonoGame.Extended.BitmapFonts + fullName: MonoGame.Extended.BitmapFonts +- uid: MLEM.Font.GenericFont.Bold + commentId: P:MLEM.Font.GenericFont.Bold + parent: MLEM.Font.GenericFont + name: Bold + nameWithType: GenericFont.Bold + fullName: MLEM.Font.GenericFont.Bold +- uid: MLEM.Extended.Font.GenericBitmapFont.Bold* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.Bold + name: Bold + nameWithType: GenericBitmapFont.Bold + fullName: MLEM.Extended.Font.GenericBitmapFont.Bold +- uid: MLEM.Font.GenericFont.Italic + commentId: P:MLEM.Font.GenericFont.Italic + parent: MLEM.Font.GenericFont + name: Italic + nameWithType: GenericFont.Italic + fullName: MLEM.Font.GenericFont.Italic +- uid: MLEM.Extended.Font.GenericBitmapFont.Italic* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.Italic + name: Italic + nameWithType: GenericBitmapFont.Italic + fullName: MLEM.Extended.Font.GenericBitmapFont.Italic +- uid: MLEM.Font.GenericFont.LineHeight + commentId: P:MLEM.Font.GenericFont.LineHeight + parent: MLEM.Font.GenericFont + name: LineHeight + nameWithType: GenericFont.LineHeight + fullName: MLEM.Font.GenericFont.LineHeight +- uid: MLEM.Extended.Font.GenericBitmapFont.LineHeight* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.LineHeight + name: LineHeight + nameWithType: GenericBitmapFont.LineHeight + fullName: MLEM.Extended.Font.GenericBitmapFont.LineHeight +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Extended.Font.GenericBitmapFont.#ctor* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.#ctor + name: GenericBitmapFont + nameWithType: GenericBitmapFont.GenericBitmapFont + fullName: MLEM.Extended.Font.GenericBitmapFont.GenericBitmapFont +- uid: MLEM.Font.GenericFont.MeasureString(System.String) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.String) + parent: MLEM.Font.GenericFont + isExternal: true + name: MeasureString(String) + nameWithType: GenericFont.MeasureString(String) + fullName: MLEM.Font.GenericFont.MeasureString(System.String) + spec.csharp: + - uid: MLEM.Font.GenericFont.MeasureString(System.String) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.MeasureString(System.String) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Font.GenericBitmapFont.MeasureString* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.MeasureString + name: MeasureString + nameWithType: GenericBitmapFont.MeasureString + fullName: MLEM.Extended.Font.GenericBitmapFont.MeasureString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + parent: MLEM.Font.GenericFont + isExternal: true + name: MeasureString(StringBuilder) + nameWithType: GenericFont.MeasureString(StringBuilder) + fullName: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + spec.csharp: + - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Text.StringBuilder + commentId: T:System.Text.StringBuilder + parent: System.Text + isExternal: true + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder +- uid: System.Text + commentId: N:System.Text + isExternal: true + name: System.Text + nameWithType: System.Text + fullName: System.Text +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Font.GenericBitmapFont.DrawString* + commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.DrawString + name: DrawString + nameWithType: GenericBitmapFont.DrawString + fullName: MLEM.Extended.Font.GenericBitmapFont.DrawString +- 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: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- 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: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Extended.Font.yml b/Docs/api/MLEM.Extended.Font.yml new file mode 100644 index 0000000..eba30bd --- /dev/null +++ b/Docs/api/MLEM.Extended.Font.yml @@ -0,0 +1,22 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Font + commentId: N:MLEM.Extended.Font + id: MLEM.Extended.Font + children: + - MLEM.Extended.Font.GenericBitmapFont + langs: + - csharp + - vb + name: MLEM.Extended.Font + nameWithType: MLEM.Extended.Font + fullName: MLEM.Extended.Font + type: Namespace + assemblies: + - MLEM.Extended +references: +- uid: MLEM.Extended.Font.GenericBitmapFont + commentId: T:MLEM.Extended.Font.GenericBitmapFont + name: GenericBitmapFont + nameWithType: GenericBitmapFont + fullName: MLEM.Extended.Font.GenericBitmapFont diff --git a/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate.yml b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate.yml new file mode 100644 index 0000000..7314e26 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + id: IndividualTiledMapRenderer.DrawDelegate + parent: MLEM.Extended.Tiled + children: [] + langs: + - csharp + - vb + name: IndividualTiledMapRenderer.DrawDelegate + nameWithType: IndividualTiledMapRenderer.DrawDelegate + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + type: Delegate + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawDelegate + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 88 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public delegate void DrawDelegate(SpriteBatch batch, IndividualTiledMapRenderer.TileDrawInfo info); + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: info + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + content.vb: Public Delegate Sub DrawDelegate(batch As SpriteBatch, info As IndividualTiledMapRenderer.TileDrawInfo) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- 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.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.TileDrawInfo + nameWithType: IndividualTiledMapRenderer.TileDrawInfo + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo +- 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 diff --git a/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml new file mode 100644 index 0000000..1f926fe --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml @@ -0,0 +1,104 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + id: IndividualTiledMapRenderer.GetDepth + parent: MLEM.Extended.Tiled + children: [] + langs: + - csharp + - vb + name: IndividualTiledMapRenderer.GetDepth + nameWithType: IndividualTiledMapRenderer.GetDepth + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + type: Delegate + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetDepth + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 86 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public delegate float GetDepth(TiledMapTile tile, TiledMapTileLayer layer, int layerIndex, Point position); + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: layer + type: MonoGame.Extended.Tiled.TiledMapTileLayer + - id: layerIndex + type: System.Int32 + - id: position + type: Microsoft.Xna.Framework.Point + return: + type: System.Single + content.vb: Public Delegate Function GetDepth(tile As TiledMapTile, layer As TiledMapTileLayer, layerIndex As Integer, position As Point) As Single + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: MonoGame.Extended.Tiled.TiledMapTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile +- uid: MonoGame.Extended.Tiled.TiledMapTileLayer + commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTileLayer + nameWithType: TiledMapTileLayer + fullName: MonoGame.Extended.Tiled.TiledMapTileLayer +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- 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 diff --git a/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml new file mode 100644 index 0000000..8fe73cc --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml @@ -0,0 +1,850 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + id: IndividualTiledMapRenderer.TileDrawInfo + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile + langs: + - csharp + - vb + name: IndividualTiledMapRenderer.TileDrawInfo + nameWithType: IndividualTiledMapRenderer.TileDrawInfo + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + type: Class + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TileDrawInfo + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 90 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: 'public class TileDrawInfo : GenericDataHolder' + content.vb: >- + Public Class TileDrawInfo + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer + id: Renderer + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Renderer + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Renderer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Renderer + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 92 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly IndividualTiledMapRenderer Renderer + return: + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer + content.vb: Public ReadOnly Renderer As IndividualTiledMapRenderer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile + id: Tile + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Tile + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Tile + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tile + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 93 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTile Tile + return: + type: MonoGame.Extended.Tiled.TiledMapTile + content.vb: Public ReadOnly Tile As TiledMapTile + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset + id: Tileset + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Tileset + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Tileset + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tileset + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 94 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTileset Tileset + return: + type: MonoGame.Extended.Tiled.TiledMapTileset + content.vb: Public ReadOnly Tileset As TiledMapTileset + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile + id: TilesetTile + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: TilesetTile + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TilesetTile + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TilesetTile + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 95 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTilesetTile TilesetTile + return: + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + content.vb: Public ReadOnly TilesetTile As TiledMapTilesetTile + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position + id: Position + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Position + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Position + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Position + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 96 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly Point Position + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public ReadOnly Position As Point + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth + commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth + id: Depth + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Depth + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Depth + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth + type: Field + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Depth + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 97 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly float Depth + return: + type: System.Single + content.vb: Public ReadOnly Depth As Single + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single) + id: '#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)' + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: TileDrawInfo(IndividualTiledMapRenderer, TiledMapTile, TiledMapTileset, TiledMapTilesetTile, Point, Single) + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo(IndividualTiledMapRenderer, TiledMapTile, TiledMapTileset, TiledMapTilesetTile, Point, Single) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo(MLEM.Extended.Tiled.IndividualTiledMapRenderer, MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMapTilesetTile, Microsoft.Xna.Framework.Point, System.Single) + type: Constructor + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 99 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public TileDrawInfo(IndividualTiledMapRenderer renderer, TiledMapTile tile, TiledMapTileset tileset, TiledMapTilesetTile tilesetTile, Point position, float depth) + parameters: + - id: renderer + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: tileset + type: MonoGame.Extended.Tiled.TiledMapTileset + - id: tilesetTile + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + - id: position + type: Microsoft.Xna.Framework.Point + - id: depth + type: System.Single + content.vb: Public Sub New(renderer As IndividualTiledMapRenderer, tile As TiledMapTile, tileset As TiledMapTileset, tilesetTile As TiledMapTilesetTile, position As Point, depth As Single) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + langs: + - csharp + - vb + name: Draw(SpriteBatch, IndividualTiledMapRenderer.DrawDelegate) + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Draw(SpriteBatch, IndividualTiledMapRenderer.DrawDelegate) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 108 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void Draw(SpriteBatch batch, IndividualTiledMapRenderer.DrawDelegate drawFunction) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: drawFunction + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + content.vb: Public Sub Draw(batch As SpriteBatch, drawFunction As IndividualTiledMapRenderer.DrawDelegate) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer + nameWithType: IndividualTiledMapRenderer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer +- uid: MonoGame.Extended.Tiled.TiledMapTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- uid: MonoGame.Extended.Tiled.TiledMapTileset + commentId: T:MonoGame.Extended.Tiled.TiledMapTileset + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTileset + nameWithType: TiledMapTileset + fullName: MonoGame.Extended.Tiled.TiledMapTileset +- uid: MonoGame.Extended.Tiled.TiledMapTilesetTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTilesetTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTilesetTile + nameWithType: TiledMapTilesetTile + fullName: MonoGame.Extended.Tiled.TiledMapTilesetTile +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor + name: TileDrawInfo + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw + name: Draw + nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Draw + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw +- 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.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.DrawDelegate + nameWithType: IndividualTiledMapRenderer.DrawDelegate + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate +- 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 diff --git a/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml new file mode 100644 index 0000000..5736249 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml @@ -0,0 +1,741 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer + id: IndividualTiledMapRenderer + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime) + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32) + langs: + - csharp + - vb + name: IndividualTiledMapRenderer + nameWithType: IndividualTiledMapRenderer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer + type: Class + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IndividualTiledMapRenderer + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 10 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public class IndividualTiledMapRenderer + content.vb: Public Class IndividualTiledMapRenderer + inheritance: + - System.Object + inheritedMembers: + - 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.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + id: '#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)' + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: IndividualTiledMapRenderer(TiledMap, IndividualTiledMapRenderer.GetDepth) + nameWithType: IndividualTiledMapRenderer.IndividualTiledMapRenderer(TiledMap, IndividualTiledMapRenderer.GetDepth) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.IndividualTiledMapRenderer(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + type: Constructor + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 17 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public IndividualTiledMapRenderer(TiledMap map = null, IndividualTiledMapRenderer.GetDepth depthFunction = null) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: depthFunction + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + content.vb: Public Sub New(map As TiledMap = Nothing, depthFunction As IndividualTiledMapRenderer.GetDepth = Nothing) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + id: SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: SetMap(TiledMap, IndividualTiledMapRenderer.GetDepth) + nameWithType: IndividualTiledMapRenderer.SetMap(TiledMap, IndividualTiledMapRenderer.GetDepth) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetMap + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 22 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void SetMap(TiledMap map, IndividualTiledMapRenderer.GetDepth depthFunction = null) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: depthFunction + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + content.vb: Public Sub SetMap(map As TiledMap, depthFunction As IndividualTiledMapRenderer.GetDepth = Nothing) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32) + id: UpdateDrawInfo(System.Int32,System.Int32,System.Int32) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: UpdateDrawInfo(Int32, Int32, Int32) + nameWithType: IndividualTiledMapRenderer.UpdateDrawInfo(Int32, Int32, Int32) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpdateDrawInfo + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 45 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void UpdateDrawInfo(int layerIndex, int x, int y) + parameters: + - id: layerIndex + type: System.Int32 + - id: x + type: System.Int32 + - id: y + type: System.Int32 + content.vb: Public Sub UpdateDrawInfo(layerIndex As Integer, x As Integer, y As Integer) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: Draw(SpriteBatch, Nullable, IndividualTiledMapRenderer.DrawDelegate) + nameWithType: IndividualTiledMapRenderer.Draw(SpriteBatch, Nullable, IndividualTiledMapRenderer.DrawDelegate) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Nullable, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 59 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void Draw(SpriteBatch batch, RectangleF? frustum = default(RectangleF? ), IndividualTiledMapRenderer.DrawDelegate drawFunction = null) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: frustum + type: System.Nullable{MonoGame.Extended.RectangleF} + - id: drawFunction + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + content.vb: Public Sub Draw(batch As SpriteBatch, frustum As RectangleF? = Nothing, drawFunction As IndividualTiledMapRenderer.DrawDelegate = Nothing) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw* + nameWithType.vb: IndividualTiledMapRenderer.Draw(SpriteBatch, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Nullable(Of MonoGame.Extended.RectangleF), MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + name.vb: Draw(SpriteBatch, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate) +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + id: DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: DrawLayer(SpriteBatch, Int32, Nullable, IndividualTiledMapRenderer.DrawDelegate) + nameWithType: IndividualTiledMapRenderer.DrawLayer(SpriteBatch, Int32, Nullable, IndividualTiledMapRenderer.DrawDelegate) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Int32, System.Nullable, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawLayer + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 66 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void DrawLayer(SpriteBatch batch, int layerIndex, RectangleF? frustum = default(RectangleF? ), IndividualTiledMapRenderer.DrawDelegate drawFunction = null) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: layerIndex + type: System.Int32 + - id: frustum + type: System.Nullable{MonoGame.Extended.RectangleF} + - id: drawFunction + type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + content.vb: Public Sub DrawLayer(batch As SpriteBatch, layerIndex As Integer, frustum As RectangleF? = Nothing, drawFunction As IndividualTiledMapRenderer.DrawDelegate = Nothing) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer* + nameWithType.vb: IndividualTiledMapRenderer.DrawLayer(SpriteBatch, Int32, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Int32, System.Nullable(Of MonoGame.Extended.RectangleF), MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate) + name.vb: DrawLayer(SpriteBatch, Int32, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate) +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime) + id: UpdateAnimations(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer + langs: + - csharp + - vb + name: UpdateAnimations(GameTime) + nameWithType: IndividualTiledMapRenderer.UpdateAnimations(GameTime) + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpdateAnimations + path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs + startLine: 81 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void UpdateAnimations(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Sub UpdateAnimations(time As GameTime) + overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor + name: IndividualTiledMapRenderer + nameWithType: IndividualTiledMapRenderer.IndividualTiledMapRenderer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.IndividualTiledMapRenderer +- uid: MonoGame.Extended.Tiled.TiledMap + commentId: T:MonoGame.Extended.Tiled.TiledMap + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMap + nameWithType: TiledMap + fullName: MonoGame.Extended.Tiled.TiledMap +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.GetDepth + nameWithType: IndividualTiledMapRenderer.GetDepth + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap + name: SetMap + nameWithType: IndividualTiledMapRenderer.SetMap + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo + name: UpdateDrawInfo + nameWithType: IndividualTiledMapRenderer.UpdateDrawInfo + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw + name: Draw + nameWithType: IndividualTiledMapRenderer.Draw + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw +- 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: System.Nullable{MonoGame.Extended.RectangleF} + commentId: T:System.Nullable{MonoGame.Extended.RectangleF} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of RectangleF) + fullName.vb: System.Nullable(Of MonoGame.Extended.RectangleF) + name.vb: Nullable(Of RectangleF) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.DrawDelegate + nameWithType: IndividualTiledMapRenderer.DrawDelegate + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate +- 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: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer + name: DrawLayer + nameWithType: IndividualTiledMapRenderer.DrawLayer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations* + commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations + name: UpdateAnimations + nameWithType: IndividualTiledMapRenderer.UpdateAnimations + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Extended.Tiled.LayerPosition.yml b/Docs/api/MLEM.Extended.Tiled.LayerPosition.yml new file mode 100644 index 0000000..9461430 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.LayerPosition.yml @@ -0,0 +1,770 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.LayerPosition + commentId: T:MLEM.Extended.Tiled.LayerPosition + id: LayerPosition + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32) + - MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition) + - MLEM.Extended.Tiled.LayerPosition.Equals(System.Object) + - MLEM.Extended.Tiled.LayerPosition.GetHashCode + - MLEM.Extended.Tiled.LayerPosition.Layer + - MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + - MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + - MLEM.Extended.Tiled.LayerPosition.ToString + - MLEM.Extended.Tiled.LayerPosition.X + - MLEM.Extended.Tiled.LayerPosition.Y + langs: + - csharp + - vb + name: LayerPosition + nameWithType: LayerPosition + fullName: MLEM.Extended.Tiled.LayerPosition + type: Struct + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LayerPosition + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 3 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: >- + [DataContract] + + public struct LayerPosition + content.vb: >- + + + Public Structure LayerPosition + inheritedMembers: + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + attributes: + - type: System.Runtime.Serialization.DataContractAttribute + ctor: System.Runtime.Serialization.DataContractAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - struct + modifiers.vb: + - Public + - Structure +- uid: MLEM.Extended.Tiled.LayerPosition.Layer + commentId: F:MLEM.Extended.Tiled.LayerPosition.Layer + id: Layer + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Layer + nameWithType: LayerPosition.Layer + fullName: MLEM.Extended.Tiled.LayerPosition.Layer + type: Field + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Layer + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 7 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: >- + [DataMember] + + public string Layer + return: + type: System.String + content.vb: >- + + + Public Layer As String + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.LayerPosition.X + commentId: F:MLEM.Extended.Tiled.LayerPosition.X + id: X + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: X + nameWithType: LayerPosition.X + fullName: MLEM.Extended.Tiled.LayerPosition.X + type: Field + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: X + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 9 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: >- + [DataMember] + + public int X + return: + type: System.Int32 + content.vb: >- + + + Public X As Integer + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.LayerPosition.Y + commentId: F:MLEM.Extended.Tiled.LayerPosition.Y + id: Y + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Y + nameWithType: LayerPosition.Y + fullName: MLEM.Extended.Tiled.LayerPosition.Y + type: Field + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Y + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: >- + [DataMember] + + public int Y + return: + type: System.Int32 + content.vb: >- + + + Public Y As Integer + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32) + id: '#ctor(System.String,System.Int32,System.Int32)' + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: LayerPosition(String, Int32, Int32) + nameWithType: LayerPosition.LayerPosition(String, Int32, Int32) + fullName: MLEM.Extended.Tiled.LayerPosition.LayerPosition(System.String, System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 13 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public LayerPosition(string layerName, int x, int y) + parameters: + - id: layerName + type: System.String + - id: x + type: System.Int32 + - id: y + type: System.Int32 + content.vb: Public Sub New(layerName As String, x As Integer, y As Integer) + overload: MLEM.Extended.Tiled.LayerPosition.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + commentId: M:MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + id: op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Equality(LayerPosition, LayerPosition) + nameWithType: LayerPosition.Equality(LayerPosition, LayerPosition) + fullName: MLEM.Extended.Tiled.LayerPosition.Equality(MLEM.Extended.Tiled.LayerPosition, MLEM.Extended.Tiled.LayerPosition) + type: Operator + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Equality + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 19 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static bool operator ==(LayerPosition left, LayerPosition right) + parameters: + - id: left + type: MLEM.Extended.Tiled.LayerPosition + - id: right + type: MLEM.Extended.Tiled.LayerPosition + return: + type: System.Boolean + content.vb: Public Shared Operator =(left As LayerPosition, right As LayerPosition) As Boolean + overload: MLEM.Extended.Tiled.LayerPosition.op_Equality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + commentId: M:MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + id: op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition) + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Inequality(LayerPosition, LayerPosition) + nameWithType: LayerPosition.Inequality(LayerPosition, LayerPosition) + fullName: MLEM.Extended.Tiled.LayerPosition.Inequality(MLEM.Extended.Tiled.LayerPosition, MLEM.Extended.Tiled.LayerPosition) + type: Operator + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Inequality + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 23 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static bool operator !=(LayerPosition left, LayerPosition right) + parameters: + - id: left + type: MLEM.Extended.Tiled.LayerPosition + - id: right + type: MLEM.Extended.Tiled.LayerPosition + return: + type: System.Boolean + content.vb: Public Shared Operator <>(left As LayerPosition, right As LayerPosition) As Boolean + overload: MLEM.Extended.Tiled.LayerPosition.op_Inequality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition) + commentId: M:MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition) + id: Equals(MLEM.Extended.Tiled.LayerPosition) + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Equals(LayerPosition) + nameWithType: LayerPosition.Equals(LayerPosition) + fullName: MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 27 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public bool Equals(LayerPosition other) + parameters: + - id: other + type: MLEM.Extended.Tiled.LayerPosition + return: + type: System.Boolean + content.vb: Public Function Equals(other As LayerPosition) As Boolean + overload: MLEM.Extended.Tiled.LayerPosition.Equals* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.LayerPosition.Equals(System.Object) + commentId: M:MLEM.Extended.Tiled.LayerPosition.Equals(System.Object) + id: Equals(System.Object) + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: Equals(Object) + nameWithType: LayerPosition.Equals(Object) + fullName: MLEM.Extended.Tiled.LayerPosition.Equals(System.Object) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 31 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.ValueType.Equals(System.Object) + overload: MLEM.Extended.Tiled.LayerPosition.Equals* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Tiled.LayerPosition.GetHashCode + commentId: M:MLEM.Extended.Tiled.LayerPosition.GetHashCode + id: GetHashCode + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: LayerPosition.GetHashCode() + fullName: MLEM.Extended.Tiled.LayerPosition.GetHashCode() + type: Method + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetHashCode + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 35 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + content.vb: Public Overrides Function GetHashCode As Integer + overridden: System.ValueType.GetHashCode + overload: MLEM.Extended.Tiled.LayerPosition.GetHashCode* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Extended.Tiled.LayerPosition.ToString + commentId: M:MLEM.Extended.Tiled.LayerPosition.ToString + id: ToString + parent: MLEM.Extended.Tiled.LayerPosition + langs: + - csharp + - vb + name: ToString() + nameWithType: LayerPosition.ToString() + fullName: MLEM.Extended.Tiled.LayerPosition.ToString() + type: Method + source: + remote: + path: MLEM.Extended/Tiled/LayerPosition.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToString + path: ../MLEM.Extended/Tiled/LayerPosition.cs + startLine: 42 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public override string ToString() + return: + type: System.String + content.vb: Public Overrides Function ToString As String + overridden: System.ValueType.ToString + overload: MLEM.Extended.Tiled.LayerPosition.ToString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- 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.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.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 + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Extended.Tiled.LayerPosition.#ctor* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.#ctor + name: LayerPosition + nameWithType: LayerPosition.LayerPosition + fullName: MLEM.Extended.Tiled.LayerPosition.LayerPosition +- uid: MLEM.Extended.Tiled.LayerPosition.op_Equality* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.op_Equality + name: Equality + nameWithType: LayerPosition.Equality + fullName: MLEM.Extended.Tiled.LayerPosition.Equality +- uid: MLEM.Extended.Tiled.LayerPosition + commentId: T:MLEM.Extended.Tiled.LayerPosition + parent: MLEM.Extended.Tiled + name: LayerPosition + nameWithType: LayerPosition + fullName: MLEM.Extended.Tiled.LayerPosition +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Extended.Tiled.LayerPosition.op_Inequality* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.op_Inequality + name: Inequality + nameWithType: LayerPosition.Inequality + fullName: MLEM.Extended.Tiled.LayerPosition.Inequality +- uid: MLEM.Extended.Tiled.LayerPosition.Equals* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.Equals + name: Equals + nameWithType: LayerPosition.Equals + fullName: MLEM.Extended.Tiled.LayerPosition.Equals +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + name: Equals(Object) + nameWithType: ValueType.Equals(Object) + fullName: System.ValueType.Equals(System.Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.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.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.LayerPosition.GetHashCode* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.GetHashCode + name: GetHashCode + nameWithType: LayerPosition.GetHashCode + fullName: MLEM.Extended.Tiled.LayerPosition.GetHashCode +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.LayerPosition.ToString* + commentId: Overload:MLEM.Extended.Tiled.LayerPosition.ToString + name: ToString + nameWithType: LayerPosition.ToString + fullName: MLEM.Extended.Tiled.LayerPosition.ToString diff --git a/Docs/api/MLEM.Extended.Tiled.TiledExtensions.yml b/Docs/api/MLEM.Extended.Tiled.TiledExtensions.yml new file mode 100644 index 0000000..0edba88 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.TiledExtensions.yml @@ -0,0 +1,1798 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.TiledExtensions + commentId: T:MLEM.Extended.Tiled.TiledExtensions + id: TiledExtensions + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + - MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + - MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean) + - MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean) + - MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile) + - MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile) + - MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32) + - MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + - MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String) + - MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32) + - MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap) + - MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + - MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + - MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap) + - MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + - MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32) + langs: + - csharp + - vb + name: TiledExtensions + nameWithType: TiledExtensions + fullName: MLEM.Extended.Tiled.TiledExtensions + type: Class + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TiledExtensions + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static class TiledExtensions + content.vb: Public Module TiledExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + id: Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: Get(TiledMapProperties, String) + nameWithType: TiledExtensions.Get(TiledMapProperties, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Get + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 15 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static string Get(this TiledMapProperties properties, string key) + parameters: + - id: properties + type: MonoGame.Extended.Tiled.TiledMapProperties + - id: key + type: System.String + return: + type: System.String + content.vb: >- + + + Public Shared Function Get(properties As TiledMapProperties, key As String) As String + overload: MLEM.Extended.Tiled.TiledExtensions.Get* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + id: GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetBool(TiledMapProperties, String) + nameWithType: TiledExtensions.GetBool(TiledMapProperties, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetBool + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 20 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static bool GetBool(this TiledMapProperties properties, string key) + parameters: + - id: properties + type: MonoGame.Extended.Tiled.TiledMapProperties + - id: key + type: System.String + return: + type: System.Boolean + content.vb: >- + + + Public Shared Function GetBool(properties As TiledMapProperties, key As String) As Boolean + overload: MLEM.Extended.Tiled.TiledExtensions.GetBool* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + id: GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetColor(TiledMapProperties, String) + nameWithType: TiledExtensions.GetColor(TiledMapProperties, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetColor + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 25 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static Color GetColor(this TiledMapProperties properties, string key) + parameters: + - id: properties + type: MonoGame.Extended.Tiled.TiledMapProperties + - id: key + type: System.String + return: + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Function GetColor(properties As TiledMapProperties, key As String) As Color + overload: MLEM.Extended.Tiled.TiledExtensions.GetColor* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + id: GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetFloat(TiledMapProperties, String) + nameWithType: TiledExtensions.GetFloat(TiledMapProperties, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFloat + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 29 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static float GetFloat(this TiledMapProperties properties, string key) + parameters: + - id: properties + type: MonoGame.Extended.Tiled.TiledMapProperties + - id: key + type: System.String + return: + type: System.Single + content.vb: >- + + + Public Shared Function GetFloat(properties As TiledMapProperties, key As String) As Single + overload: MLEM.Extended.Tiled.TiledExtensions.GetFloat* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + id: GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetInt(TiledMapProperties, String) + nameWithType: TiledExtensions.GetInt(TiledMapProperties, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetInt + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 34 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static int GetInt(this TiledMapProperties properties, string key) + parameters: + - id: properties + type: MonoGame.Extended.Tiled.TiledMapProperties + - id: key + type: System.String + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function GetInt(properties As TiledMapProperties, key As String) As Integer + overload: MLEM.Extended.Tiled.TiledExtensions.GetInt* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap) + id: GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTileset(TiledMapTile, TiledMap) + nameWithType: TiledExtensions.GetTileset(TiledMapTile, TiledMap) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMap) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTileset + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 39 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static TiledMapTileset GetTileset(this TiledMapTile tile, TiledMap map) + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: map + type: MonoGame.Extended.Tiled.TiledMap + return: + type: MonoGame.Extended.Tiled.TiledMapTileset + content.vb: >- + + + Public Shared Function GetTileset(tile As TiledMapTile, map As TiledMap) As TiledMapTileset + overload: MLEM.Extended.Tiled.TiledExtensions.GetTileset* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + id: GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetLocalIdentifier(TiledMapTile, TiledMapTileset, TiledMap) + nameWithType: TiledExtensions.GetLocalIdentifier(TiledMapTile, TiledMapTileset, TiledMap) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMap) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetLocalIdentifier + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 43 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static int GetLocalIdentifier(this TiledMapTile tile, TiledMapTileset tileset, TiledMap map) + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: tileset + type: MonoGame.Extended.Tiled.TiledMapTileset + - id: map + type: MonoGame.Extended.Tiled.TiledMap + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function GetLocalIdentifier(tile As TiledMapTile, tileset As TiledMapTileset, map As TiledMap) As Integer + overload: MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + id: GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetGlobalIdentifier(TiledMapTilesetTile, TiledMapTileset, TiledMap) + nameWithType: TiledExtensions.GetGlobalIdentifier(TiledMapTilesetTile, TiledMapTileset, TiledMap) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile, MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMap) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetGlobalIdentifier + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 47 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static int GetGlobalIdentifier(this TiledMapTilesetTile tile, TiledMapTileset tileset, TiledMap map) + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + - id: tileset + type: MonoGame.Extended.Tiled.TiledMapTileset + - id: map + type: MonoGame.Extended.Tiled.TiledMap + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function GetGlobalIdentifier(tile As TiledMapTilesetTile, tileset As TiledMapTileset, map As TiledMap) As Integer + overload: MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + id: GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTilesetTile(TiledMapTileset, TiledMapTile, TiledMap, Boolean) + nameWithType: TiledExtensions.GetTilesetTile(TiledMapTileset, TiledMapTile, TiledMap, Boolean) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMap, System.Boolean) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTilesetTile + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 51 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static TiledMapTilesetTile GetTilesetTile(this TiledMapTileset tileset, TiledMapTile tile, TiledMap map, bool createStub = true) + parameters: + - id: tileset + type: MonoGame.Extended.Tiled.TiledMapTileset + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: createStub + type: System.Boolean + return: + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + content.vb: >- + + + Public Shared Function GetTilesetTile(tileset As TiledMapTileset, tile As TiledMapTile, map As TiledMap, createStub As Boolean = True) As TiledMapTilesetTile + overload: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + id: GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTilesetTile(TiledMapTile, TiledMap, Boolean) + nameWithType: TiledExtensions.GetTilesetTile(TiledMapTile, TiledMap, Boolean) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMap, System.Boolean) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTilesetTile + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 66 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static TiledMapTilesetTile GetTilesetTile(this TiledMapTile tile, TiledMap map, bool createStub = true) + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: createStub + type: System.Boolean + return: + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + content.vb: >- + + + Public Shared Function GetTilesetTile(tile As TiledMapTile, map As TiledMap, createStub As Boolean = True) As TiledMapTilesetTile + overload: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String) + id: GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTileLayerIndex(TiledMap, String) + nameWithType: TiledExtensions.GetTileLayerIndex(TiledMap, String) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap, System.String) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTileLayerIndex + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 73 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static int GetTileLayerIndex(this TiledMap map, string layerName) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: layerName + type: System.String + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function GetTileLayerIndex(map As TiledMap, layerName As String) As Integer + overload: MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32) + id: GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTile(TiledMap, String, Int32, Int32) + nameWithType: TiledExtensions.GetTile(TiledMap, String, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap, System.String, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTile + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 78 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static TiledMapTile GetTile(this TiledMap map, string layerName, int x, int y) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: layerName + type: System.String + - id: x + type: System.Int32 + - id: y + type: System.Int32 + return: + type: MonoGame.Extended.Tiled.TiledMapTile + content.vb: >- + + + Public Shared Function GetTile(map As TiledMap, layerName As String, x As Integer, y As Integer) As TiledMapTile + overload: MLEM.Extended.Tiled.TiledExtensions.GetTile* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32) + id: SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: SetTile(TiledMap, String, Int32, Int32, Int32) + nameWithType: TiledExtensions.SetTile(TiledMap, String, Int32, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap, System.String, System.Int32, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetTile + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 83 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static void SetTile(this TiledMap map, string layerName, int x, int y, int globalTile) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: layerName + type: System.String + - id: x + type: System.Int32 + - id: y + type: System.Int32 + - id: globalTile + type: System.Int32 + content.vb: >- + + + Public Shared Sub SetTile(map As TiledMap, layerName As String, x As Integer, y As Integer, globalTile As Integer) + overload: MLEM.Extended.Tiled.TiledExtensions.SetTile* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32) + id: GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTiles(TiledMap, Int32, Int32) + nameWithType: TiledExtensions.GetTiles(TiledMap, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTiles + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 89 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static IEnumerable GetTiles(this TiledMap map, int x, int y) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: x + type: System.Int32 + - id: y + type: System.Int32 + return: + type: System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapTile} + content.vb: >- + + + Public Shared Function GetTiles(map As TiledMap, x As Integer, y As Integer) As IEnumerable(Of TiledMapTile) + overload: MLEM.Extended.Tiled.TiledExtensions.GetTiles* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + id: GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTile(TiledMapTileLayer, Int32, Int32) + nameWithType: TiledExtensions.GetTile(TiledMapTileLayer, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTile + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 97 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static TiledMapTile GetTile(this TiledMapTileLayer layer, int x, int y) + parameters: + - id: layer + type: MonoGame.Extended.Tiled.TiledMapTileLayer + - id: x + type: System.Int32 + - id: y + type: System.Int32 + return: + type: MonoGame.Extended.Tiled.TiledMapTile + content.vb: >- + + + Public Shared Function GetTile(layer As TiledMapTileLayer, x As Integer, y As Integer) As TiledMapTile + overload: MLEM.Extended.Tiled.TiledExtensions.GetTile* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2}) + id: GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2}) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetArea(TiledMapObject, TiledMap, Nullable) + nameWithType: TiledExtensions.GetArea(TiledMapObject, TiledMap, Nullable) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject, MonoGame.Extended.Tiled.TiledMap, System.Nullable) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetArea + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 101 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static RectangleF GetArea(this TiledMapObject obj, TiledMap map, Vector2? position = default(Vector2? )) + parameters: + - id: obj + type: MonoGame.Extended.Tiled.TiledMapObject + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: position + type: System.Nullable{Microsoft.Xna.Framework.Vector2} + return: + type: MonoGame.Extended.RectangleF + content.vb: >- + + + Public Shared Function GetArea(obj As TiledMapObject, map As TiledMap, position As Vector2? = Nothing) As RectangleF + overload: MLEM.Extended.Tiled.TiledExtensions.GetArea* + nameWithType.vb: TiledExtensions.GetArea(TiledMapObject, TiledMap, Nullable(Of Vector2)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject, MonoGame.Extended.Tiled.TiledMap, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) + name.vb: GetArea(TiledMapObject, TiledMap, Nullable(Of Vector2)) +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap) + id: GetTileSize(MonoGame.Extended.Tiled.TiledMap) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTileSize(TiledMap) + nameWithType: TiledExtensions.GetTileSize(TiledMap) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTileSize + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 107 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static Vector2 GetTileSize(this TiledMap map) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: >- + + + Public Shared Function GetTileSize(map As TiledMap) As Vector2 + overload: MLEM.Extended.Tiled.TiledExtensions.GetTileSize* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + id: IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: IsInBounds(TiledMapTileLayer, Int32, Int32) + nameWithType: TiledExtensions.IsInBounds(TiledMapTileLayer, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsInBounds + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 111 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static bool IsInBounds(this TiledMapTileLayer layer, int x, int y) + parameters: + - id: layer + type: MonoGame.Extended.Tiled.TiledMapTileLayer + - id: x + type: System.Int32 + - id: y + type: System.Int32 + return: + type: System.Boolean + content.vb: >- + + + Public Shared Function IsInBounds(layer As TiledMapTileLayer, x As Integer, y As Integer) As Boolean + overload: MLEM.Extended.Tiled.TiledExtensions.IsInBounds* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean) + id: GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetObjects(TiledMapObjectLayer, String, Boolean, Boolean) + nameWithType: TiledExtensions.GetObjects(TiledMapObjectLayer, String, Boolean, Boolean) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer, System.String, System.Boolean, System.Boolean) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetObjects + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 115 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static IEnumerable GetObjects(this TiledMapObjectLayer layer, string id, bool searchName = true, bool searchType = false) + parameters: + - id: layer + type: MonoGame.Extended.Tiled.TiledMapObjectLayer + - id: id + type: System.String + - id: searchName + type: System.Boolean + - id: searchType + type: System.Boolean + return: + type: System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapObject} + content.vb: >- + + + Public Shared Function GetObjects(layer As TiledMapObjectLayer, id As String, searchName As Boolean = True, searchType As Boolean = False) As IEnumerable(Of TiledMapObject) + overload: MLEM.Extended.Tiled.TiledExtensions.GetObjects* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean) + id: GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetObjects(TiledMap, String, Boolean, Boolean) + nameWithType: TiledExtensions.GetObjects(TiledMap, String, Boolean, Boolean) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap, System.String, System.Boolean, System.Boolean) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetObjects + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 122 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static IEnumerable GetObjects(this TiledMap map, string name, bool searchName = true, bool searchType = false) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: name + type: System.String + - id: searchName + type: System.Boolean + - id: searchType + type: System.Boolean + return: + type: System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapObject} + content.vb: >- + + + Public Shared Function GetObjects(map As TiledMap, name As String, searchName As Boolean = True, searchType As Boolean = False) As IEnumerable(Of TiledMapObject) + overload: MLEM.Extended.Tiled.TiledExtensions.GetObjects* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile) + id: GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetTextureRegion(TiledMapTileset, TiledMapTilesetTile) + nameWithType: TiledExtensions.GetTextureRegion(TiledMapTileset, TiledMapTilesetTile) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMapTilesetTile) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTextureRegion + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 129 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static Rectangle GetTextureRegion(this TiledMapTileset tileset, TiledMapTilesetTile tile) + parameters: + - id: tileset + type: MonoGame.Extended.Tiled.TiledMapTileset + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + return: + type: Microsoft.Xna.Framework.Rectangle + content.vb: >- + + + Public Shared Function GetTextureRegion(tileset As TiledMapTileset, tile As TiledMapTilesetTile) As Rectangle + overload: MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile) + commentId: M:MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile) + id: GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile) + isExtensionMethod: true + parent: MLEM.Extended.Tiled.TiledExtensions + langs: + - csharp + - vb + name: GetSpriteEffects(TiledMapTile) + nameWithType: TiledExtensions.GetSpriteEffects(TiledMapTile) + fullName: MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetSpriteEffects + path: ../MLEM.Extended/Tiled/TiledExtensions.cs + startLine: 136 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public static SpriteEffects GetSpriteEffects(this TiledMapTile tile) + parameters: + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + return: + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + content.vb: >- + + + Public Shared Function GetSpriteEffects(tile As TiledMapTile) As SpriteEffects + overload: MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Tiled.TiledExtensions.Get* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.Get + name: Get + nameWithType: TiledExtensions.Get + fullName: MLEM.Extended.Tiled.TiledExtensions.Get +- uid: MonoGame.Extended.Tiled.TiledMapProperties + commentId: T:MonoGame.Extended.Tiled.TiledMapProperties + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapProperties + nameWithType: TiledMapProperties + fullName: MonoGame.Extended.Tiled.TiledMapProperties +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- uid: MLEM.Extended.Tiled.TiledExtensions.GetBool* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetBool + name: GetBool + nameWithType: TiledExtensions.GetBool + fullName: MLEM.Extended.Tiled.TiledExtensions.GetBool +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Extended.Tiled.TiledExtensions.GetColor* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetColor + name: GetColor + nameWithType: TiledExtensions.GetColor + fullName: MLEM.Extended.Tiled.TiledExtensions.GetColor +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Extended.Tiled.TiledExtensions.GetFloat* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetFloat + name: GetFloat + nameWithType: TiledExtensions.GetFloat + fullName: MLEM.Extended.Tiled.TiledExtensions.GetFloat +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Extended.Tiled.TiledExtensions.GetInt* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetInt + name: GetInt + nameWithType: TiledExtensions.GetInt + fullName: MLEM.Extended.Tiled.TiledExtensions.GetInt +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileset* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTileset + name: GetTileset + nameWithType: TiledExtensions.GetTileset + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileset +- uid: MonoGame.Extended.Tiled.TiledMapTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile +- uid: MonoGame.Extended.Tiled.TiledMap + commentId: T:MonoGame.Extended.Tiled.TiledMap + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMap + nameWithType: TiledMap + fullName: MonoGame.Extended.Tiled.TiledMap +- uid: MonoGame.Extended.Tiled.TiledMapTileset + commentId: T:MonoGame.Extended.Tiled.TiledMapTileset + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTileset + nameWithType: TiledMapTileset + fullName: MonoGame.Extended.Tiled.TiledMapTileset +- uid: MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier + name: GetLocalIdentifier + nameWithType: TiledExtensions.GetLocalIdentifier + fullName: MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier +- uid: MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier + name: GetGlobalIdentifier + nameWithType: TiledExtensions.GetGlobalIdentifier + fullName: MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier +- uid: MonoGame.Extended.Tiled.TiledMapTilesetTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTilesetTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTilesetTile + nameWithType: TiledMapTilesetTile + fullName: MonoGame.Extended.Tiled.TiledMapTilesetTile +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile + name: GetTilesetTile + nameWithType: TiledExtensions.GetTilesetTile + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex + name: GetTileLayerIndex + nameWithType: TiledExtensions.GetTileLayerIndex + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTile* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTile + name: GetTile + nameWithType: TiledExtensions.GetTile + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTile +- uid: MLEM.Extended.Tiled.TiledExtensions.SetTile* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.SetTile + name: SetTile + nameWithType: TiledExtensions.SetTile + fullName: MLEM.Extended.Tiled.TiledExtensions.SetTile +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTiles* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTiles + name: GetTiles + nameWithType: TiledExtensions.GetTiles + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTiles +- uid: System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapTile} + commentId: T:System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapTile} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of TiledMapTile) + fullName.vb: System.Collections.Generic.IEnumerable(Of MonoGame.Extended.Tiled.TiledMapTile) + name.vb: IEnumerable(Of TiledMapTile) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MonoGame.Extended.Tiled.TiledMapTile + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile + isExternal: true + - 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: MonoGame.Extended.Tiled.TiledMapTile + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile + isExternal: true + - 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: MonoGame.Extended.Tiled.TiledMapTileLayer + commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTileLayer + nameWithType: TiledMapTileLayer + fullName: MonoGame.Extended.Tiled.TiledMapTileLayer +- uid: MLEM.Extended.Tiled.TiledExtensions.GetArea* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetArea + name: GetArea + nameWithType: TiledExtensions.GetArea + fullName: MLEM.Extended.Tiled.TiledExtensions.GetArea +- uid: MonoGame.Extended.Tiled.TiledMapObject + commentId: T:MonoGame.Extended.Tiled.TiledMapObject + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapObject + nameWithType: TiledMapObject + fullName: MonoGame.Extended.Tiled.TiledMapObject +- uid: System.Nullable{Microsoft.Xna.Framework.Vector2} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Vector2) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2) + name.vb: Nullable(Of Vector2) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MonoGame.Extended.RectangleF + commentId: T:MonoGame.Extended.RectangleF + parent: MonoGame.Extended + isExternal: true + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MonoGame.Extended + commentId: N:MonoGame.Extended + isExternal: true + name: MonoGame.Extended + nameWithType: MonoGame.Extended + fullName: MonoGame.Extended +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTileSize* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTileSize + name: GetTileSize + nameWithType: TiledExtensions.GetTileSize + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTileSize +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Extended.Tiled.TiledExtensions.IsInBounds* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.IsInBounds + name: IsInBounds + nameWithType: TiledExtensions.IsInBounds + fullName: MLEM.Extended.Tiled.TiledExtensions.IsInBounds +- uid: MLEM.Extended.Tiled.TiledExtensions.GetObjects* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetObjects + name: GetObjects + nameWithType: TiledExtensions.GetObjects + fullName: MLEM.Extended.Tiled.TiledExtensions.GetObjects +- uid: MonoGame.Extended.Tiled.TiledMapObjectLayer + commentId: T:MonoGame.Extended.Tiled.TiledMapObjectLayer + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapObjectLayer + nameWithType: TiledMapObjectLayer + fullName: MonoGame.Extended.Tiled.TiledMapObjectLayer +- uid: System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapObject} + commentId: T:System.Collections.Generic.IEnumerable{MonoGame.Extended.Tiled.TiledMapObject} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of TiledMapObject) + fullName.vb: System.Collections.Generic.IEnumerable(Of MonoGame.Extended.Tiled.TiledMapObject) + name.vb: IEnumerable(Of TiledMapObject) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MonoGame.Extended.Tiled.TiledMapObject + name: TiledMapObject + nameWithType: TiledMapObject + fullName: MonoGame.Extended.Tiled.TiledMapObject + isExternal: true + - 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: MonoGame.Extended.Tiled.TiledMapObject + name: TiledMapObject + nameWithType: TiledMapObject + fullName: MonoGame.Extended.Tiled.TiledMapObject + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion + name: GetTextureRegion + nameWithType: TiledExtensions.GetTextureRegion + fullName: MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion +- 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: MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects* + commentId: Overload:MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects + name: GetSpriteEffects + nameWithType: TiledExtensions.GetSpriteEffects + fullName: MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- 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 diff --git a/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions.yml b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions.yml new file mode 100644 index 0000000..7496826 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions.yml @@ -0,0 +1,140 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + id: TiledMapCollisions.CollectCollisions + parent: MLEM.Extended.Tiled + children: [] + langs: + - csharp + - vb + name: TiledMapCollisions.CollectCollisions + nameWithType: TiledMapCollisions.CollectCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + type: Delegate + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CollectCollisions + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 80 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public delegate void CollectCollisions(List collisions, TiledMapCollisions.TileCollisionInfo tile); + parameters: + - id: collisions + type: System.Collections.Generic.List{MonoGame.Extended.RectangleF} + - id: tile + type: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + content.vb: Public Delegate Sub CollectCollisions(collisions As List(Of RectangleF), tile As TiledMapCollisions.TileCollisionInfo) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Collections.Generic.List{MonoGame.Extended.RectangleF} + commentId: T:System.Collections.Generic.List{MonoGame.Extended.RectangleF} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of RectangleF) + fullName.vb: System.Collections.Generic.List(Of MonoGame.Extended.RectangleF) + name.vb: List(Of RectangleF) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + parent: MLEM.Extended.Tiled + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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 diff --git a/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml new file mode 100644 index 0000000..0c8f5b7 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml @@ -0,0 +1,879 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + id: TiledMapCollisions.TileCollisionInfo + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile + langs: + - csharp + - vb + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + type: Class + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TileCollisionInfo + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 82 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: 'public class TileCollisionInfo : GenericDataHolder' + content.vb: >- + Public Class TileCollisionInfo + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map + id: Map + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: Map + nameWithType: TiledMapCollisions.TileCollisionInfo.Map + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Map + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 84 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMap Map + return: + type: MonoGame.Extended.Tiled.TiledMap + content.vb: Public ReadOnly Map As TiledMap + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position + id: Position + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: Position + nameWithType: TiledMapCollisions.TileCollisionInfo.Position + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Position + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 85 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly Vector2 Position + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ReadOnly Position As Vector2 + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile + id: Tile + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: Tile + nameWithType: TiledMapCollisions.TileCollisionInfo.Tile + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tile + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 86 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTile Tile + return: + type: MonoGame.Extended.Tiled.TiledMapTile + content.vb: Public ReadOnly Tile As TiledMapTile + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer + id: Layer + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: Layer + nameWithType: TiledMapCollisions.TileCollisionInfo.Layer + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Layer + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 87 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTileLayer Layer + return: + type: MonoGame.Extended.Tiled.TiledMapTileLayer + content.vb: Public ReadOnly Layer As TiledMapTileLayer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile + id: TilesetTile + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: TilesetTile + nameWithType: TiledMapCollisions.TileCollisionInfo.TilesetTile + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TilesetTile + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 88 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly TiledMapTilesetTile TilesetTile + return: + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + content.vb: Public ReadOnly TilesetTile As TiledMapTilesetTile + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions + commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions + id: Collisions + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: Collisions + nameWithType: TiledMapCollisions.TileCollisionInfo.Collisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions + type: Field + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Collisions + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 89 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public readonly List Collisions + return: + type: System.Collections.Generic.List{MonoGame.Extended.RectangleF} + content.vb: Public ReadOnly Collisions As List(Of RectangleF) + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + id: '#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)' + parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: TileCollisionInfo(TiledMap, Vector2, TiledMapTile, TiledMapTileLayer, TiledMapTilesetTile, TiledMapCollisions.CollectCollisions) + nameWithType: TiledMapCollisions.TileCollisionInfo.TileCollisionInfo(TiledMap, Vector2, TiledMapTile, TiledMapTileLayer, TiledMapTilesetTile, TiledMapCollisions.CollectCollisions) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TileCollisionInfo(MonoGame.Extended.Tiled.TiledMap, Microsoft.Xna.Framework.Vector2, MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMapTileLayer, MonoGame.Extended.Tiled.TiledMapTilesetTile, MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + type: Constructor + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 91 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public TileCollisionInfo(TiledMap map, Vector2 position, TiledMapTile tile, TiledMapTileLayer layer, TiledMapTilesetTile tilesetTile, TiledMapCollisions.CollectCollisions collisionFunction) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: tile + type: MonoGame.Extended.Tiled.TiledMapTile + - id: layer + type: MonoGame.Extended.Tiled.TiledMapTileLayer + - id: tilesetTile + type: MonoGame.Extended.Tiled.TiledMapTilesetTile + - id: collisionFunction + type: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + content.vb: Public Sub New(map As TiledMap, position As Vector2, tile As TiledMapTile, layer As TiledMapTileLayer, tilesetTile As TiledMapTilesetTile, collisionFunction As TiledMapCollisions.CollectCollisions) + overload: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MonoGame.Extended.Tiled.TiledMap + commentId: T:MonoGame.Extended.Tiled.TiledMap + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMap + nameWithType: TiledMap + fullName: MonoGame.Extended.Tiled.TiledMap +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MonoGame.Extended.Tiled.TiledMapTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTile + nameWithType: TiledMapTile + fullName: MonoGame.Extended.Tiled.TiledMapTile +- uid: MonoGame.Extended.Tiled.TiledMapTileLayer + commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTileLayer + nameWithType: TiledMapTileLayer + fullName: MonoGame.Extended.Tiled.TiledMapTileLayer +- uid: MonoGame.Extended.Tiled.TiledMapTilesetTile + commentId: T:MonoGame.Extended.Tiled.TiledMapTilesetTile + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMapTilesetTile + nameWithType: TiledMapTilesetTile + fullName: MonoGame.Extended.Tiled.TiledMapTilesetTile +- uid: System.Collections.Generic.List{MonoGame.Extended.RectangleF} + commentId: T:System.Collections.Generic.List{MonoGame.Extended.RectangleF} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of RectangleF) + fullName.vb: System.Collections.Generic.List(Of MonoGame.Extended.RectangleF) + name.vb: List(Of RectangleF) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MonoGame.Extended.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor + name: TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TileCollisionInfo +- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + parent: MLEM.Extended.Tiled + name: TiledMapCollisions.CollectCollisions + nameWithType: TiledMapCollisions.CollectCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions diff --git a/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.yml b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.yml new file mode 100644 index 0000000..98990d1 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.TiledMapCollisions.yml @@ -0,0 +1,799 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled.TiledMapCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions + id: TiledMapCollisions + parent: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap) + - MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + - MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + - MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + - MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32) + langs: + - csharp + - vb + name: TiledMapCollisions + nameWithType: TiledMapCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions + type: Class + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TiledMapCollisions + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 11 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public class TiledMapCollisions + content.vb: Public Class TiledMapCollisions + inheritance: + - System.Object + inheritedMembers: + - 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.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap) + id: '#ctor(MonoGame.Extended.Tiled.TiledMap)' + parent: MLEM.Extended.Tiled.TiledMapCollisions + langs: + - csharp + - vb + name: TiledMapCollisions(TiledMap) + nameWithType: TiledMapCollisions.TiledMapCollisions(TiledMap) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TiledMapCollisions(MonoGame.Extended.Tiled.TiledMap) + type: Constructor + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 17 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public TiledMapCollisions(TiledMap map = null) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + content.vb: Public Sub New(map As TiledMap = Nothing) + overload: MLEM.Extended.Tiled.TiledMapCollisions.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + id: SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + parent: MLEM.Extended.Tiled.TiledMapCollisions + langs: + - csharp + - vb + name: SetMap(TiledMap, TiledMapCollisions.CollectCollisions) + nameWithType: TiledMapCollisions.SetMap(TiledMap, TiledMapCollisions.CollectCollisions) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetMap + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 22 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void SetMap(TiledMap map, TiledMapCollisions.CollectCollisions collisionFunction = null) + parameters: + - id: map + type: MonoGame.Extended.Tiled.TiledMap + - id: collisionFunction + type: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + content.vb: Public Sub SetMap(map As TiledMap, collisionFunction As TiledMapCollisions.CollectCollisions = Nothing) + overload: MLEM.Extended.Tiled.TiledMapCollisions.SetMap* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32) + id: UpdateCollisionInfo(System.Int32,System.Int32,System.Int32) + parent: MLEM.Extended.Tiled.TiledMapCollisions + langs: + - csharp + - vb + name: UpdateCollisionInfo(Int32, Int32, Int32) + nameWithType: TiledMapCollisions.UpdateCollisionInfo(Int32, Int32, Int32) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32, System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpdateCollisionInfo + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 46 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public void UpdateCollisionInfo(int layerIndex, int x, int y) + parameters: + - id: layerIndex + type: System.Int32 + - id: x + type: System.Int32 + - id: y + type: System.Int32 + content.vb: Public Sub UpdateCollisionInfo(layerIndex As Integer, x As Integer, y As Integer) + overload: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + id: GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + parent: MLEM.Extended.Tiled.TiledMapCollisions + langs: + - csharp + - vb + name: GetCollidingTiles(RectangleF, Func) + nameWithType: TiledMapCollisions.GetCollidingTiles(RectangleF, Func) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF, System.Func) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetCollidingTiles + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 57 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public IEnumerable GetCollidingTiles(RectangleF area, Func included = null) + parameters: + - id: area + type: MonoGame.Extended.RectangleF + - id: included + type: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean} + return: + type: System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo} + content.vb: Public Function GetCollidingTiles(area As RectangleF, included As Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) = Nothing) As IEnumerable(Of TiledMapCollisions.TileCollisionInfo) + overload: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles* + nameWithType.vb: TiledMapCollisions.GetCollidingTiles(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF, System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean)) + name.vb: GetCollidingTiles(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)) +- uid: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + id: IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}) + parent: MLEM.Extended.Tiled.TiledMapCollisions + langs: + - csharp + - vb + name: IsColliding(RectangleF, Func) + nameWithType: TiledMapCollisions.IsColliding(RectangleF, Func) + fullName: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF, System.Func) + type: Method + source: + remote: + path: MLEM.Extended/Tiled/TiledMapCollisions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsColliding + path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs + startLine: 76 + assemblies: + - MLEM.Extended + namespace: MLEM.Extended.Tiled + syntax: + content: public bool IsColliding(RectangleF area, Func included = null) + parameters: + - id: area + type: MonoGame.Extended.RectangleF + - id: included + type: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean} + return: + type: System.Boolean + content.vb: Public Function IsColliding(area As RectangleF, included As Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) = Nothing) As Boolean + overload: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding* + nameWithType.vb: TiledMapCollisions.IsColliding(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF, System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean)) + name.vb: IsColliding(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)) +references: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extended.Tiled.TiledMapCollisions.#ctor* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.#ctor + name: TiledMapCollisions + nameWithType: TiledMapCollisions.TiledMapCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TiledMapCollisions +- uid: MonoGame.Extended.Tiled.TiledMap + commentId: T:MonoGame.Extended.Tiled.TiledMap + parent: MonoGame.Extended.Tiled + isExternal: true + name: TiledMap + nameWithType: TiledMap + fullName: MonoGame.Extended.Tiled.TiledMap +- uid: MonoGame.Extended.Tiled + commentId: N:MonoGame.Extended.Tiled + isExternal: true + name: MonoGame.Extended.Tiled + nameWithType: MonoGame.Extended.Tiled + fullName: MonoGame.Extended.Tiled +- uid: MLEM.Extended.Tiled.TiledMapCollisions.SetMap* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.SetMap + name: SetMap + nameWithType: TiledMapCollisions.SetMap + fullName: MLEM.Extended.Tiled.TiledMapCollisions.SetMap +- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + parent: MLEM.Extended.Tiled + name: TiledMapCollisions.CollectCollisions + nameWithType: TiledMapCollisions.CollectCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions +- uid: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo + name: UpdateCollisionInfo + nameWithType: TiledMapCollisions.UpdateCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles + name: GetCollidingTiles + nameWithType: TiledMapCollisions.GetCollidingTiles + fullName: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles +- uid: MonoGame.Extended.RectangleF + commentId: T:MonoGame.Extended.RectangleF + parent: MonoGame.Extended + isExternal: true + name: RectangleF + nameWithType: RectangleF + fullName: MonoGame.Extended.RectangleF +- uid: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean} + commentId: T:System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) + fullName.vb: System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean) + name.vb: Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo} + commentId: T:System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of TiledMapCollisions.TileCollisionInfo) + fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo) + name.vb: IEnumerable(Of TiledMapCollisions.TileCollisionInfo) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + - 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.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + - name: ) + nameWithType: ) + fullName: ) +- uid: MonoGame.Extended + commentId: N:MonoGame.Extended + isExternal: true + name: MonoGame.Extended + nameWithType: MonoGame.Extended + fullName: MonoGame.Extended +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - 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.Extended.Tiled.TiledMapCollisions.IsColliding* + commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.IsColliding + name: IsColliding + nameWithType: TiledMapCollisions.IsColliding + fullName: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean diff --git a/Docs/api/MLEM.Extended.Tiled.yml b/Docs/api/MLEM.Extended.Tiled.yml new file mode 100644 index 0000000..5a29007 --- /dev/null +++ b/Docs/api/MLEM.Extended.Tiled.yml @@ -0,0 +1,82 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + id: MLEM.Extended.Tiled + children: + - MLEM.Extended.Tiled.IndividualTiledMapRenderer + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + - MLEM.Extended.Tiled.LayerPosition + - MLEM.Extended.Tiled.TiledExtensions + - MLEM.Extended.Tiled.TiledMapCollisions + - MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + langs: + - csharp + - vb + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled + type: Namespace + assemblies: + - MLEM.Extended +references: +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer + nameWithType: IndividualTiledMapRenderer + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.GetDepth + nameWithType: IndividualTiledMapRenderer.GetDepth + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.DrawDelegate + nameWithType: IndividualTiledMapRenderer.DrawDelegate + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate +- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + parent: MLEM.Extended.Tiled + name: IndividualTiledMapRenderer.TileDrawInfo + nameWithType: IndividualTiledMapRenderer.TileDrawInfo + fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo +- uid: MLEM.Extended.Tiled.LayerPosition + commentId: T:MLEM.Extended.Tiled.LayerPosition + parent: MLEM.Extended.Tiled + name: LayerPosition + nameWithType: LayerPosition + fullName: MLEM.Extended.Tiled.LayerPosition +- uid: MLEM.Extended.Tiled.TiledExtensions + commentId: T:MLEM.Extended.Tiled.TiledExtensions + name: TiledExtensions + nameWithType: TiledExtensions + fullName: MLEM.Extended.Tiled.TiledExtensions +- uid: MLEM.Extended.Tiled.TiledMapCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions + name: TiledMapCollisions + nameWithType: TiledMapCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions +- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + parent: MLEM.Extended.Tiled + name: TiledMapCollisions.CollectCollisions + nameWithType: TiledMapCollisions.CollectCollisions + fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions +- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + parent: MLEM.Extended.Tiled + name: TiledMapCollisions.TileCollisionInfo + nameWithType: TiledMapCollisions.TileCollisionInfo + fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo +- uid: MLEM.Extended.Tiled + commentId: N:MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + nameWithType: MLEM.Extended.Tiled + fullName: MLEM.Extended.Tiled diff --git a/Docs/api/MLEM.Extensions.ColorExtensions.yml b/Docs/api/MLEM.Extensions.ColorExtensions.yml new file mode 100644 index 0000000..a7e1b7f --- /dev/null +++ b/Docs/api/MLEM.Extensions.ColorExtensions.yml @@ -0,0 +1,564 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.ColorExtensions + commentId: T:MLEM.Extensions.ColorExtensions + id: ColorExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color) + - MLEM.Extensions.ColorExtensions.FromHex(System.String) + - MLEM.Extensions.ColorExtensions.FromHex(System.UInt32) + - MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color) + langs: + - csharp + - vb + name: ColorExtensions + nameWithType: ColorExtensions + fullName: MLEM.Extensions.ColorExtensions + type: Class + source: + remote: + path: MLEM/Extensions/ColorExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ColorExtensions + path: ../MLEM/Extensions/ColorExtensions.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class ColorExtensions + content.vb: Public Module ColorExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color) + id: Invert(Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extensions.ColorExtensions + langs: + - csharp + - vb + name: Invert(Color) + nameWithType: ColorExtensions.Invert(Color) + fullName: MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Extensions/ColorExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Invert + path: ../MLEM/Extensions/ColorExtensions.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nReturns an inverted version of the color.\n" + example: [] + syntax: + content: public static Color Invert(this Color color) + parameters: + - id: color + type: Microsoft.Xna.Framework.Color + description: The color to invert + return: + type: Microsoft.Xna.Framework.Color + description: The inverted color + content.vb: >- + + + Public Shared Function Invert(color As Color) As Color + overload: MLEM.Extensions.ColorExtensions.Invert* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.ColorExtensions.FromHex(System.UInt32) + commentId: M:MLEM.Extensions.ColorExtensions.FromHex(System.UInt32) + id: FromHex(System.UInt32) + parent: MLEM.Extensions.ColorExtensions + langs: + - csharp + - vb + name: FromHex(UInt32) + nameWithType: ColorExtensions.FromHex(UInt32) + fullName: MLEM.Extensions.ColorExtensions.FromHex(System.UInt32) + type: Method + source: + remote: + path: MLEM/Extensions/ColorExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FromHex + path: ../MLEM/Extensions/ColorExtensions.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nParses a hexadecimal number into a color.\nThe number should be in the format 0xaarrggbb.\n" + example: [] + syntax: + content: public static Color FromHex(uint value) + parameters: + - id: value + type: System.UInt32 + description: The number to parse + return: + type: Microsoft.Xna.Framework.Color + description: The resulting color + content.vb: Public Shared Function FromHex(value As UInteger) As Color + overload: MLEM.Extensions.ColorExtensions.FromHex* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.ColorExtensions.FromHex(System.String) + commentId: M:MLEM.Extensions.ColorExtensions.FromHex(System.String) + id: FromHex(System.String) + parent: MLEM.Extensions.ColorExtensions + langs: + - csharp + - vb + name: FromHex(String) + nameWithType: ColorExtensions.FromHex(String) + fullName: MLEM.Extensions.ColorExtensions.FromHex(System.String) + type: Method + source: + remote: + path: MLEM/Extensions/ColorExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FromHex + path: ../MLEM/Extensions/ColorExtensions.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nParses a hexadecimal string into a color.\nThe string can optionally start with a #.\n" + example: [] + syntax: + content: public static Color FromHex(string value) + parameters: + - id: value + type: System.String + description: The string to parse + return: + type: Microsoft.Xna.Framework.Color + description: The resulting color + content.vb: Public Shared Function FromHex(value As String) As Color + overload: MLEM.Extensions.ColorExtensions.FromHex* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color) + id: CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extensions.ColorExtensions + langs: + - csharp + - vb + name: CopyAlpha(Color, Color) + nameWithType: ColorExtensions.CopyAlpha(Color, Color) + fullName: MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Extensions/ColorExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CopyAlpha + path: ../MLEM/Extensions/ColorExtensions.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nCopies the alpha value from into this color.\n" + example: [] + syntax: + content: public static Color CopyAlpha(this Color color, Color other) + parameters: + - id: color + type: Microsoft.Xna.Framework.Color + description: The color + - id: other + type: Microsoft.Xna.Framework.Color + description: The color to copy the alpha from + return: + type: Microsoft.Xna.Framework.Color + description: The with 's alpha value + content.vb: >- + + + Public Shared Function CopyAlpha(color As Color, other As Color) As Color + overload: MLEM.Extensions.ColorExtensions.CopyAlpha* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extensions.ColorExtensions.Invert* + commentId: Overload:MLEM.Extensions.ColorExtensions.Invert + name: Invert + nameWithType: ColorExtensions.Invert + fullName: MLEM.Extensions.ColorExtensions.Invert +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Extensions.ColorExtensions.FromHex* + commentId: Overload:MLEM.Extensions.ColorExtensions.FromHex + name: FromHex + nameWithType: ColorExtensions.FromHex + fullName: MLEM.Extensions.ColorExtensions.FromHex +- uid: System.UInt32 + commentId: T:System.UInt32 + parent: System + isExternal: true + name: UInt32 + nameWithType: UInt32 + fullName: System.UInt32 +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Extensions.ColorExtensions.CopyAlpha* + commentId: Overload:MLEM.Extensions.ColorExtensions.CopyAlpha + name: CopyAlpha + nameWithType: ColorExtensions.CopyAlpha + fullName: MLEM.Extensions.ColorExtensions.CopyAlpha diff --git a/Docs/api/MLEM.Extensions.GraphicsExtensions.TargetContext.yml b/Docs/api/MLEM.Extensions.GraphicsExtensions.TargetContext.yml new file mode 100644 index 0000000..6071ec1 --- /dev/null +++ b/Docs/api/MLEM.Extensions.GraphicsExtensions.TargetContext.yml @@ -0,0 +1,456 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.GraphicsExtensions.TargetContext + commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext + id: GraphicsExtensions.TargetContext + parent: MLEM.Extensions + children: + - MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + - MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose + langs: + - csharp + - vb + name: GraphicsExtensions.TargetContext + nameWithType: GraphicsExtensions.TargetContext + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext + type: Struct + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TargetContext + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 74 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: 'public struct TargetContext : IDisposable' + content.vb: >- + Public Structure TargetContext + Implements IDisposable + implements: + - System.IDisposable + inheritedMembers: + - System.ValueType.Equals(System.Object) + - System.ValueType.GetHashCode + - System.ValueType.ToString + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + modifiers.csharp: + - public + - struct + modifiers.vb: + - Public + - Structure +- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + commentId: M:MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + id: '#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)' + parent: MLEM.Extensions.GraphicsExtensions.TargetContext + langs: + - csharp + - vb + name: TargetContext(GraphicsDevice, RenderTarget2D) + nameWithType: GraphicsExtensions.TargetContext.TargetContext(GraphicsDevice, RenderTarget2D) + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.TargetContext(Microsoft.Xna.Framework.Graphics.GraphicsDevice, Microsoft.Xna.Framework.Graphics.RenderTarget2D) + type: Constructor + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 79 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public TargetContext(GraphicsDevice device, RenderTarget2D target) + parameters: + - id: device + type: Microsoft.Xna.Framework.Graphics.GraphicsDevice + - id: target + type: Microsoft.Xna.Framework.Graphics.RenderTarget2D + content.vb: Public Sub New(device As GraphicsDevice, target As RenderTarget2D) + overload: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose + commentId: M:MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose + id: Dispose + parent: MLEM.Extensions.GraphicsExtensions.TargetContext + langs: + - csharp + - vb + name: Dispose() + nameWithType: GraphicsExtensions.TargetContext.Dispose() + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose() + type: Method + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Dispose + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 85 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public void Dispose() + content.vb: Public Sub Dispose + overload: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose* + implements: + - System.IDisposable.Dispose + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.IDisposable + commentId: T:System.IDisposable + parent: System + isExternal: true + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + name: Equals(Object) + nameWithType: ValueType.Equals(Object) + fullName: System.ValueType.Equals(System.Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.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.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - 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.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.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 + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor + name: TargetContext + nameWithType: GraphicsExtensions.TargetContext.TargetContext + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.TargetContext +- 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.RenderTarget2D + commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: RenderTarget2D + nameWithType: RenderTarget2D + fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D +- 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: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose + name: Dispose + nameWithType: GraphicsExtensions.TargetContext.Dispose + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose +- uid: System.IDisposable.Dispose + commentId: M:System.IDisposable.Dispose + parent: System.IDisposable + isExternal: true + name: Dispose() + nameWithType: IDisposable.Dispose() + fullName: System.IDisposable.Dispose() + spec.csharp: + - uid: System.IDisposable.Dispose + name: Dispose + nameWithType: IDisposable.Dispose + fullName: System.IDisposable.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.IDisposable.Dispose + name: Dispose + nameWithType: IDisposable.Dispose + fullName: System.IDisposable.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Extensions.GraphicsExtensions.yml b/Docs/api/MLEM.Extensions.GraphicsExtensions.yml new file mode 100644 index 0000000..f484a1a --- /dev/null +++ b/Docs/api/MLEM.Extensions.GraphicsExtensions.yml @@ -0,0 +1,610 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.GraphicsExtensions + commentId: T:MLEM.Extensions.GraphicsExtensions + id: GraphicsExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager) + - MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow) + - MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean) + - MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + langs: + - csharp + - vb + name: GraphicsExtensions + nameWithType: GraphicsExtensions + fullName: MLEM.Extensions.GraphicsExtensions + type: Class + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GraphicsExtensions + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class GraphicsExtensions + content.vb: Public Module GraphicsExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean) + commentId: M:MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean) + id: SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean) + isExtensionMethod: true + parent: MLEM.Extensions.GraphicsExtensions + langs: + - csharp + - vb + name: SetFullscreen(GraphicsDeviceManager, Boolean) + nameWithType: GraphicsExtensions.SetFullscreen(GraphicsDeviceManager, Boolean) + fullName: MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager, System.Boolean) + type: Method + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetFullscreen + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nSets the graphics device manager to fullscreen, properly taking into account the preferred backbuffer width and height to avoid lower resolutions for higher resolution screens.\n" + example: [] + syntax: + content: public static void SetFullscreen(this GraphicsDeviceManager manager, bool fullscreen) + parameters: + - id: manager + type: Microsoft.Xna.Framework.GraphicsDeviceManager + description: The graphics device manager + - id: fullscreen + type: System.Boolean + description: True if fullscreen should be enabled, false if disabled + content.vb: >- + + + Public Shared Sub SetFullscreen(manager As GraphicsDeviceManager, fullscreen As Boolean) + overload: MLEM.Extensions.GraphicsExtensions.SetFullscreen* + exceptions: + - type: System.InvalidOperationException + commentId: T:System.InvalidOperationException + description: Thrown when changing out of fullscreen mode before changing into fullscreen mode using this method + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager) + commentId: M:MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager) + id: ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager) + isExtensionMethod: true + parent: MLEM.Extensions.GraphicsExtensions + langs: + - csharp + - vb + name: ApplyChangesSafely(GraphicsDeviceManager) + nameWithType: GraphicsExtensions.ApplyChangesSafely(GraphicsDeviceManager) + fullName: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager) + type: Method + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ApplyChangesSafely + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nSave version of that doesn't reset window size to defaults\n" + example: [] + syntax: + content: public static void ApplyChangesSafely(this GraphicsDeviceManager manager) + parameters: + - id: manager + type: Microsoft.Xna.Framework.GraphicsDeviceManager + description: The graphics device manager + content.vb: >- + + + Public Shared Sub ApplyChangesSafely(manager As GraphicsDeviceManager) + overload: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow) + commentId: M:MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow) + id: ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow) + isExtensionMethod: true + parent: MLEM.Extensions.GraphicsExtensions + langs: + - csharp + - vb + name: ResetWidthAndHeight(GraphicsDeviceManager, GameWindow) + nameWithType: GraphicsExtensions.ResetWidthAndHeight(GraphicsDeviceManager, GameWindow) + fullName: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager, Microsoft.Xna.Framework.GameWindow) + type: Method + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ResetWidthAndHeight + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 56 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nResets preferred width and height back to the window's default bound values.\n" + example: [] + syntax: + content: public static void ResetWidthAndHeight(this GraphicsDeviceManager manager, GameWindow window) + parameters: + - id: manager + type: Microsoft.Xna.Framework.GraphicsDeviceManager + description: The graphics device manager + - id: window + type: Microsoft.Xna.Framework.GameWindow + description: The window whose bounds to use + content.vb: >- + + + Public Shared Sub ResetWidthAndHeight(manager As GraphicsDeviceManager, window As GameWindow) + overload: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + commentId: M:MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + id: WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D) + isExtensionMethod: true + parent: MLEM.Extensions.GraphicsExtensions + langs: + - csharp + - vb + name: WithRenderTarget(GraphicsDevice, RenderTarget2D) + nameWithType: GraphicsExtensions.WithRenderTarget(GraphicsDevice, RenderTarget2D) + fullName: MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice, Microsoft.Xna.Framework.Graphics.RenderTarget2D) + type: Method + source: + remote: + path: MLEM/Extensions/GraphicsExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WithRenderTarget + path: ../MLEM/Extensions/GraphicsExtensions.cs + startLine: 70 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nStarts a new using the specified render target.\nThe returned context automatically disposes when used in a using statement, which causes any previously applied render targets to be reapplied automatically.\n" + example: [] + syntax: + content: public static GraphicsExtensions.TargetContext WithRenderTarget(this GraphicsDevice device, RenderTarget2D target) + parameters: + - id: device + type: Microsoft.Xna.Framework.Graphics.GraphicsDevice + description: The graphics device + - id: target + type: Microsoft.Xna.Framework.Graphics.RenderTarget2D + description: The render target to apply + return: + type: MLEM.Extensions.GraphicsExtensions.TargetContext + description: '' + content.vb: >- + + + Public Shared Function WithRenderTarget(device As GraphicsDevice, target As RenderTarget2D) As GraphicsExtensions.TargetContext + overload: MLEM.Extensions.GraphicsExtensions.WithRenderTarget* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: System.InvalidOperationException + commentId: T:System.InvalidOperationException + isExternal: true +- uid: MLEM.Extensions.GraphicsExtensions.SetFullscreen* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.SetFullscreen + name: SetFullscreen + nameWithType: GraphicsExtensions.SetFullscreen + fullName: MLEM.Extensions.GraphicsExtensions.SetFullscreen +- uid: Microsoft.Xna.Framework.GraphicsDeviceManager + commentId: T:Microsoft.Xna.Framework.GraphicsDeviceManager + parent: Microsoft.Xna.Framework + isExternal: true + name: GraphicsDeviceManager + nameWithType: GraphicsDeviceManager + fullName: Microsoft.Xna.Framework.GraphicsDeviceManager +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges + commentId: M:Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges + isExternal: true +- uid: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely + name: ApplyChangesSafely + nameWithType: GraphicsExtensions.ApplyChangesSafely + fullName: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely +- uid: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight + name: ResetWidthAndHeight + nameWithType: GraphicsExtensions.ResetWidthAndHeight + fullName: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight +- 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.Extensions.GraphicsExtensions.TargetContext + commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext + parent: MLEM.Extensions + name: GraphicsExtensions.TargetContext + nameWithType: GraphicsExtensions.TargetContext + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext +- uid: MLEM.Extensions.GraphicsExtensions.WithRenderTarget* + commentId: Overload:MLEM.Extensions.GraphicsExtensions.WithRenderTarget + name: WithRenderTarget + nameWithType: GraphicsExtensions.WithRenderTarget + fullName: MLEM.Extensions.GraphicsExtensions.WithRenderTarget +- 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.RenderTarget2D + commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: RenderTarget2D + nameWithType: RenderTarget2D + fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D +- 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 diff --git a/Docs/api/MLEM.Extensions.NumberExtensions.yml b/Docs/api/MLEM.Extensions.NumberExtensions.yml new file mode 100644 index 0000000..3d40ded --- /dev/null +++ b/Docs/api/MLEM.Extensions.NumberExtensions.yml @@ -0,0 +1,1287 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.NumberExtensions + commentId: T:MLEM.Extensions.NumberExtensions + id: NumberExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.NumberExtensions.Ceil(System.Single) + - MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point,System.Single) + - MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + - MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single) + - MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single) + - MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single) + - MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2) + - MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3) + - MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4) + - MLEM.Extensions.NumberExtensions.Floor(System.Single) + - MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point,System.Single) + - MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + - MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + - MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + - MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + - MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + - MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix) + langs: + - csharp + - vb + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extensions.NumberExtensions + type: Class + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NumberExtensions + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class NumberExtensions + content.vb: Public Module NumberExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.NumberExtensions.Floor(System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Floor(System.Single) + id: Floor(System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Floor(Single) + nameWithType: NumberExtensions.Floor(Single) + fullName: MLEM.Extensions.NumberExtensions.Floor(System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Floor + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static int Floor(this float f) + parameters: + - id: f + type: System.Single + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function Floor(f As Single) As Integer + overload: MLEM.Extensions.NumberExtensions.Floor* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Ceil(System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Ceil(System.Single) + id: Ceil(System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Ceil(Single) + nameWithType: NumberExtensions.Ceil(Single) + fullName: MLEM.Extensions.NumberExtensions.Ceil(System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Ceil + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static int Ceil(this float f) + parameters: + - id: f + type: System.Single + return: + type: System.Int32 + content.vb: >- + + + Public Shared Function Ceil(f As Single) As Integer + overload: MLEM.Extensions.NumberExtensions.Ceil* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single) + id: Equals(System.Single,System.Single,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Equals(Single, Single, Single) + nameWithType: NumberExtensions.Equals(Single, Single, Single) + fullName: MLEM.Extensions.NumberExtensions.Equals(System.Single, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nChecks for decimal equality with a given tolerance.\n" + example: [] + syntax: + content: public static bool Equals(this float first, float second, float tolerance) + parameters: + - id: first + type: System.Single + description: The first number to equate + - id: second + type: System.Single + description: The second number to equate + - id: tolerance + type: System.Single + description: The equality tolerance + return: + type: System.Boolean + description: Whether or not and are different by at most + content.vb: >- + + + Public Shared Function Equals(first As Single, second As Single, tolerance As Single) As Boolean + overload: MLEM.Extensions.NumberExtensions.Equals* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + id: Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Equals(Vector2, Vector2, Single) + nameWithType: NumberExtensions.Equals(Vector2, Vector2, Single) + fullName: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nChecks for decimal equality with a given tolerance.\n" + example: [] + syntax: + content: public static bool Equals(this Vector2 first, Vector2 second, float tolerance) + parameters: + - id: first + type: Microsoft.Xna.Framework.Vector2 + - id: second + type: Microsoft.Xna.Framework.Vector2 + - id: tolerance + type: System.Single + description: The equality tolerance + return: + type: System.Boolean + description: Whether or not and are different by at most + content.vb: >- + + + Public Shared Function Equals(first As Vector2, second As Vector2, tolerance As Single) As Boolean + overload: MLEM.Extensions.NumberExtensions.Equals* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single) + id: Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Equals(Vector3, Vector3, Single) + nameWithType: NumberExtensions.Equals(Vector3, Vector3, Single) + fullName: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 34 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nChecks for decimal equality with a given tolerance.\n" + example: [] + syntax: + content: public static bool Equals(this Vector3 first, Vector3 second, float tolerance) + parameters: + - id: first + type: Microsoft.Xna.Framework.Vector3 + - id: second + type: Microsoft.Xna.Framework.Vector3 + - id: tolerance + type: System.Single + description: The equality tolerance + return: + type: System.Boolean + description: Whether or not and are different by at most + content.vb: >- + + + Public Shared Function Equals(first As Vector3, second As Vector3, tolerance As Single) As Boolean + overload: MLEM.Extensions.NumberExtensions.Equals* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single) + id: Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Equals(Vector4, Vector4, Single) + nameWithType: NumberExtensions.Equals(Vector4, Vector4, Single) + fullName: MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4, Microsoft.Xna.Framework.Vector4, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nChecks for decimal equality with a given tolerance.\n" + example: [] + syntax: + content: public static bool Equals(this Vector4 first, Vector4 second, float tolerance) + parameters: + - id: first + type: Microsoft.Xna.Framework.Vector4 + - id: second + type: Microsoft.Xna.Framework.Vector4 + - id: tolerance + type: System.Single + description: The equality tolerance + return: + type: System.Boolean + description: Whether or not and are different by at most + content.vb: >- + + + Public Shared Function Equals(first As Vector4, second As Vector4, tolerance As Single) As Boolean + overload: MLEM.Extensions.NumberExtensions.Equals* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2) + id: Floor(Microsoft.Xna.Framework.Vector2) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Floor(Vector2) + nameWithType: NumberExtensions.Floor(Vector2) + fullName: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Floor + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static Vector2 Floor(this Vector2 vec) + parameters: + - id: vec + type: Microsoft.Xna.Framework.Vector2 + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: >- + + + Public Shared Function Floor(vec As Vector2) As Vector2 + overload: MLEM.Extensions.NumberExtensions.Floor* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3) + commentId: M:MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3) + id: Floor(Microsoft.Xna.Framework.Vector3) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Floor(Vector3) + nameWithType: NumberExtensions.Floor(Vector3) + fullName: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Floor + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 49 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static Vector3 Floor(this Vector3 vec) + parameters: + - id: vec + type: Microsoft.Xna.Framework.Vector3 + return: + type: Microsoft.Xna.Framework.Vector3 + content.vb: >- + + + Public Shared Function Floor(vec As Vector3) As Vector3 + overload: MLEM.Extensions.NumberExtensions.Floor* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4) + commentId: M:MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4) + id: Floor(Microsoft.Xna.Framework.Vector4) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Floor(Vector4) + nameWithType: NumberExtensions.Floor(Vector4) + fullName: MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Floor + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 54 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static Vector4 Floor(this Vector4 vec) + parameters: + - id: vec + type: Microsoft.Xna.Framework.Vector4 + return: + type: Microsoft.Xna.Framework.Vector4 + content.vb: >- + + + Public Shared Function Floor(vec As Vector4) As Vector4 + overload: MLEM.Extensions.NumberExtensions.Floor* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point,System.Single) + id: Multiply(Microsoft.Xna.Framework.Point,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Multiply(Point, Single) + nameWithType: NumberExtensions.Multiply(Point, Single) + fullName: MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Multiply + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 64 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nMultiplies a point by a given scalar.\n" + example: [] + syntax: + content: public static Point Multiply(this Point point, float f) + parameters: + - id: point + type: Microsoft.Xna.Framework.Point + description: The point + - id: f + type: System.Single + description: The scalar + return: + type: Microsoft.Xna.Framework.Point + description: The point, multiplied by the scalar memberwise + content.vb: >- + + + Public Shared Function Multiply(point As Point, f As Single) As Point + overload: MLEM.Extensions.NumberExtensions.Multiply* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point,System.Single) + id: Divide(Microsoft.Xna.Framework.Point,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Divide(Point, Single) + nameWithType: NumberExtensions.Divide(Point, Single) + fullName: MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Divide + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 74 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nDivides a point by a given scalar.\n" + example: [] + syntax: + content: public static Point Divide(this Point point, float f) + parameters: + - id: point + type: Microsoft.Xna.Framework.Point + description: The point + - id: f + type: System.Single + description: The scalar + return: + type: Microsoft.Xna.Framework.Point + description: The point, divided by the scalar memberwise + content.vb: >- + + + Public Shared Function Divide(point As Point, f As Single) As Point + overload: MLEM.Extensions.NumberExtensions.Divide* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix) + id: Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Transform(Point, Matrix) + nameWithType: NumberExtensions.Transform(Point, Matrix) + fullName: MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Transform + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 84 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nTransforms a point by a given matrix.\n" + example: [] + syntax: + content: public static Point Transform(this Point position, Matrix matrix) + parameters: + - id: position + type: Microsoft.Xna.Framework.Point + description: The point + - id: matrix + type: Microsoft.Xna.Framework.Matrix + description: The matrix + return: + type: Microsoft.Xna.Framework.Point + description: The point, transformed by the matrix + content.vb: >- + + + Public Shared Function Transform(position As Point, matrix As Matrix) As Point + overload: MLEM.Extensions.NumberExtensions.Transform* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + id: OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: OffsetCopy(Rectangle, Point) + nameWithType: NumberExtensions.OffsetCopy(Rectangle, Point) + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Point) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OffsetCopy + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 97 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nReturns a copy of the given rectangle, moved by the given point.\nThe rectangle's size remains unchanged.\n" + example: [] + syntax: + content: public static Rectangle OffsetCopy(this Rectangle rect, Point offset) + parameters: + - id: rect + type: Microsoft.Xna.Framework.Rectangle + description: The rectangle to move + - id: offset + type: Microsoft.Xna.Framework.Point + description: The amount to move by + return: + type: Microsoft.Xna.Framework.Rectangle + description: The moved rectangle + content.vb: >- + + + Public Shared Function OffsetCopy(rect As Rectangle, offset As Point) As Rectangle + overload: MLEM.Extensions.NumberExtensions.OffsetCopy* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + id: OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: OffsetCopy(RectangleF, Vector2) + nameWithType: NumberExtensions.OffsetCopy(RectangleF, Vector2) + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OffsetCopy + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 104 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nReturns a copy of the given rectangle, moved by the given point.\nThe rectangle's size remains unchanged.\n" + example: [] + syntax: + content: public static RectangleF OffsetCopy(this RectangleF rect, Vector2 offset) + parameters: + - id: rect + type: MLEM.Misc.RectangleF + - id: offset + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Misc.RectangleF + description: The moved rectangle + content.vb: >- + + + Public Shared Function OffsetCopy(rect As RectangleF, offset As Vector2) As RectangleF + overload: MLEM.Extensions.NumberExtensions.OffsetCopy* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + id: Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Shrink(Rectangle, Point) + nameWithType: NumberExtensions.Shrink(Rectangle, Point) + fullName: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Point) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Shrink + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 116 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nShrinks the rectangle by the given padding, causing its size to decrease by twice the amount and its position to be moved inwards by the amount.\n" + example: [] + syntax: + content: public static Rectangle Shrink(this Rectangle rect, Point padding) + parameters: + - id: rect + type: Microsoft.Xna.Framework.Rectangle + description: The rectangle to shrink + - id: padding + type: Microsoft.Xna.Framework.Point + description: The padding to shrink by + return: + type: Microsoft.Xna.Framework.Rectangle + description: The shrunk rectangle + content.vb: >- + + + Public Shared Function Shrink(rect As Rectangle, padding As Point) As Rectangle + overload: MLEM.Extensions.NumberExtensions.Shrink* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + id: Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Shrink(RectangleF, Vector2) + nameWithType: NumberExtensions.Shrink(RectangleF, Vector2) + fullName: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Shrink + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 125 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nShrinks the rectangle by the given padding, causing its size to decrease by twice the amount and its position to be moved inwards by the amount.\n" + example: [] + syntax: + content: public static RectangleF Shrink(this RectangleF rect, Vector2 padding) + parameters: + - id: rect + type: MLEM.Misc.RectangleF + - id: padding + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Misc.RectangleF + description: The shrunk rectangle + content.vb: >- + + + Public Shared Function Shrink(rect As RectangleF, padding As Vector2) As RectangleF + overload: MLEM.Extensions.NumberExtensions.Shrink* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + id: Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + isExtensionMethod: true + parent: MLEM.Extensions.NumberExtensions + langs: + - csharp + - vb + name: Shrink(RectangleF, Padding) + nameWithType: NumberExtensions.Shrink(RectangleF, Padding) + fullName: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF, MLEM.Misc.Padding) + type: Method + source: + remote: + path: MLEM/Extensions/NumberExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Shrink + path: ../MLEM/Extensions/NumberExtensions.cs + startLine: 134 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nShrinks the rectangle by the given padding, causing its size to decrease by twice the amount and its position to be moved inwards by the amount.\n" + example: [] + syntax: + content: public static RectangleF Shrink(this RectangleF rect, Padding padding) + parameters: + - id: rect + type: MLEM.Misc.RectangleF + - id: padding + type: MLEM.Misc.Padding + return: + type: MLEM.Misc.RectangleF + description: The shrunk rectangle + content.vb: >- + + + Public Shared Function Shrink(rect As RectangleF, padding As Padding) As RectangleF + overload: MLEM.Extensions.NumberExtensions.Shrink* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: System.Math.Floor(System.Decimal) + commentId: M:System.Math.Floor(System.Decimal) + isExternal: true +- uid: MLEM.Extensions.NumberExtensions.Floor* + commentId: Overload:MLEM.Extensions.NumberExtensions.Floor + name: Floor + nameWithType: NumberExtensions.Floor + fullName: MLEM.Extensions.NumberExtensions.Floor +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.Math.Ceiling(System.Decimal) + commentId: M:System.Math.Ceiling(System.Decimal) + isExternal: true +- uid: MLEM.Extensions.NumberExtensions.Ceil* + commentId: Overload:MLEM.Extensions.NumberExtensions.Ceil + name: Ceil + nameWithType: NumberExtensions.Ceil + fullName: MLEM.Extensions.NumberExtensions.Ceil +- uid: MLEM.Extensions.NumberExtensions.Equals* + commentId: Overload:MLEM.Extensions.NumberExtensions.Equals + name: Equals + nameWithType: NumberExtensions.Equals + fullName: MLEM.Extensions.NumberExtensions.Equals +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single) + commentId: M:MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single) + isExternal: true +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Microsoft.Xna.Framework.Vector3 + commentId: T:Microsoft.Xna.Framework.Vector3 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 +- uid: Microsoft.Xna.Framework.Vector4 + commentId: T:Microsoft.Xna.Framework.Vector4 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector4 + nameWithType: Vector4 + fullName: Microsoft.Xna.Framework.Vector4 +- uid: MLEM.Extensions.NumberExtensions.Multiply* + commentId: Overload:MLEM.Extensions.NumberExtensions.Multiply + name: Multiply + nameWithType: NumberExtensions.Multiply + fullName: MLEM.Extensions.NumberExtensions.Multiply +- 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.Extensions.NumberExtensions.Divide* + commentId: Overload:MLEM.Extensions.NumberExtensions.Divide + name: Divide + nameWithType: NumberExtensions.Divide + fullName: MLEM.Extensions.NumberExtensions.Divide +- uid: MLEM.Extensions.NumberExtensions.Transform* + commentId: Overload:MLEM.Extensions.NumberExtensions.Transform + name: Transform + nameWithType: NumberExtensions.Transform + fullName: MLEM.Extensions.NumberExtensions.Transform +- uid: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- uid: MLEM.Extensions.NumberExtensions.OffsetCopy* + commentId: Overload:MLEM.Extensions.NumberExtensions.OffsetCopy + name: OffsetCopy + nameWithType: NumberExtensions.OffsetCopy + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy +- 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: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + isExternal: true +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Extensions.NumberExtensions.Shrink* + commentId: Overload:MLEM.Extensions.NumberExtensions.Shrink + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink +- uid: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point) + isExternal: true +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + parent: MLEM.Misc + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding diff --git a/Docs/api/MLEM.Extensions.RandomExtensions.yml b/Docs/api/MLEM.Extensions.RandomExtensions.yml new file mode 100644 index 0000000..0c03c33 --- /dev/null +++ b/Docs/api/MLEM.Extensions.RandomExtensions.yml @@ -0,0 +1,761 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.RandomExtensions + commentId: T:MLEM.Extensions.RandomExtensions + id: RandomExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[]) + - MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0}) + - MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32}) + langs: + - csharp + - vb + name: RandomExtensions + nameWithType: RandomExtensions + fullName: MLEM.Extensions.RandomExtensions + type: Class + source: + remote: + path: MLEM/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RandomExtensions + path: ../MLEM/Extensions/RandomExtensions.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class RandomExtensions + content.vb: Public Module RandomExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[]) + commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[]) + id: GetRandomEntry``1(System.Random,``0[]) + isExtensionMethod: true + parent: MLEM.Extensions.RandomExtensions + langs: + - csharp + - vb + name: GetRandomEntry(Random, T[]) + nameWithType: RandomExtensions.GetRandomEntry(Random, T[]) + fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry(System.Random, T[]) + type: Method + source: + remote: + path: MLEM/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRandomEntry + path: ../MLEM/Extensions/RandomExtensions.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nGets a random entry from the given list with uniform chance.\n" + example: [] + syntax: + content: public static T GetRandomEntry(this Random random, params T[] entries) + parameters: + - id: random + type: System.Random + description: The random + - id: entries + type: '{T}[]' + description: The entries to choose from + typeParameters: + - id: T + description: The entries' type + return: + type: '{T}' + description: A random entry + content.vb: >- + + + Public Shared Function GetRandomEntry(Of T)(random As Random, ParamArray entries As T()) As T + overload: MLEM.Extensions.RandomExtensions.GetRandomEntry* + nameWithType.vb: RandomExtensions.GetRandomEntry(Of T)(Random, T()) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomEntry(Of T)(System.Random, T()) + name.vb: GetRandomEntry(Of T)(Random, T()) +- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0}) + commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0}) + id: GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0}) + isExtensionMethod: true + parent: MLEM.Extensions.RandomExtensions + langs: + - csharp + - vb + name: GetRandomEntry(Random, IList) + nameWithType: RandomExtensions.GetRandomEntry(Random, IList) + fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry(System.Random, System.Collections.Generic.IList) + type: Method + source: + remote: + path: MLEM/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRandomEntry + path: ../MLEM/Extensions/RandomExtensions.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nGets a random entry from the given list with uniform chance.\n" + example: [] + syntax: + content: public static T GetRandomEntry(this Random random, IList entries) + parameters: + - id: random + type: System.Random + description: The random + - id: entries + type: System.Collections.Generic.IList{{T}} + typeParameters: + - id: T + description: The entries' type + return: + type: '{T}' + description: A random entry + content.vb: >- + + + Public Shared Function GetRandomEntry(Of T)(random As Random, entries As IList(Of T)) As T + overload: MLEM.Extensions.RandomExtensions.GetRandomEntry* + nameWithType.vb: RandomExtensions.GetRandomEntry(Of T)(Random, IList(Of T)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomEntry(Of T)(System.Random, System.Collections.Generic.IList(Of T)) + name.vb: GetRandomEntry(Of T)(Random, IList(Of T)) +- uid: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32}) + commentId: M:MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32}) + id: GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32}) + isExtensionMethod: true + parent: MLEM.Extensions.RandomExtensions + langs: + - csharp + - vb + name: GetRandomWeightedEntry(Random, IList, Func) + nameWithType: RandomExtensions.GetRandomWeightedEntry(Random, IList, Func) + fullName: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry(System.Random, System.Collections.Generic.IList, System.Func) + type: Method + source: + remote: + path: MLEM/Extensions/RandomExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRandomWeightedEntry + path: ../MLEM/Extensions/RandomExtensions.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nReturns a random entry from the given list based on the specified weight function.\nA higher weight for an entry increases its likeliness of being picked.\n" + example: [] + syntax: + content: public static T GetRandomWeightedEntry(this Random random, IList entries, Func weightFunc) + parameters: + - id: random + type: System.Random + description: The random + - id: entries + type: System.Collections.Generic.IList{{T}} + description: The entries to choose from + - id: weightFunc + type: System.Func{{T},System.Int32} + description: A function that applies weight to each entry + typeParameters: + - id: T + description: The entries' type + return: + type: '{T}' + description: A random entry, based on the entries' weight + content.vb: >- + + + Public Shared Function GetRandomWeightedEntry(Of T)(random As Random, entries As IList(Of T), weightFunc As Func(Of T, Integer)) As T + overload: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry* + exceptions: + - type: System.IndexOutOfRangeException + commentId: T:System.IndexOutOfRangeException + description: If the weight function returns different weights for the same entry + nameWithType.vb: RandomExtensions.GetRandomWeightedEntry(Of T)(Random, IList(Of T), Func(Of T, Int32)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry(Of T)(System.Random, System.Collections.Generic.IList(Of T), System.Func(Of T, System.Int32)) + name.vb: GetRandomWeightedEntry(Of T)(Random, IList(Of T), Func(Of T, Int32)) +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extensions.RandomExtensions.GetRandomEntry* + commentId: Overload:MLEM.Extensions.RandomExtensions.GetRandomEntry + name: GetRandomEntry + nameWithType: RandomExtensions.GetRandomEntry + fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry +- uid: System.Random + commentId: T:System.Random + parent: System + isExternal: true + name: Random + nameWithType: Random + fullName: System.Random +- uid: '{T}[]' + isExternal: true + name: T[] + nameWithType: T[] + fullName: T[] + nameWithType.vb: T() + fullName.vb: T() + name.vb: T() + spec.csharp: + - name: T + nameWithType: T + fullName: T + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - name: T + nameWithType: T + fullName: T + - name: () + nameWithType: () + fullName: () +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[]) + commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[]) + isExternal: true +- uid: System.Collections.Generic.IList{{T}} + commentId: T:System.Collections.Generic.IList{``0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + 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: System.IndexOutOfRangeException + commentId: T:System.IndexOutOfRangeException + isExternal: true +- uid: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry* + commentId: Overload:MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry + name: GetRandomWeightedEntry + nameWithType: RandomExtensions.GetRandomWeightedEntry + fullName: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry +- uid: System.Func{{T},System.Int32} + commentId: T:System.Func{``0,System.Int32} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, Int32) + fullName.vb: System.Func(Of T, System.Int32) + name.vb: Func(Of T, Int32) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Extensions.SoundExtensions.yml b/Docs/api/MLEM.Extensions.SoundExtensions.yml new file mode 100644 index 0000000..bc8064a --- /dev/null +++ b/Docs/api/MLEM.Extensions.SoundExtensions.yml @@ -0,0 +1,412 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.SoundExtensions + commentId: T:MLEM.Extensions.SoundExtensions + id: SoundExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance) + langs: + - csharp + - vb + name: SoundExtensions + nameWithType: SoundExtensions + fullName: MLEM.Extensions.SoundExtensions + type: Class + source: + remote: + path: MLEM/Extensions/SoundExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SoundExtensions + path: ../MLEM/Extensions/SoundExtensions.cs + startLine: 4 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class SoundExtensions + content.vb: Public Module SoundExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance) + commentId: M:MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance) + id: Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance) + isExtensionMethod: true + parent: MLEM.Extensions.SoundExtensions + langs: + - csharp + - vb + name: Replay(SoundEffectInstance) + nameWithType: SoundExtensions.Replay(SoundEffectInstance) + fullName: MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance) + type: Method + source: + remote: + path: MLEM/Extensions/SoundExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Replay + path: ../MLEM/Extensions/SoundExtensions.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: >- + [Obsolete("When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead.")] + + public static void Replay(this SoundEffectInstance sound) + parameters: + - id: sound + type: Microsoft.Xna.Framework.Audio.SoundEffectInstance + content.vb: >- + + + + + Public Shared Sub Replay(sound As SoundEffectInstance) + overload: MLEM.Extensions.SoundExtensions.Replay* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead. + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extensions.SoundExtensions.Replay* + commentId: Overload:MLEM.Extensions.SoundExtensions.Replay + name: Replay + nameWithType: SoundExtensions.Replay + fullName: MLEM.Extensions.SoundExtensions.Replay +- uid: Microsoft.Xna.Framework.Audio.SoundEffectInstance + commentId: T:Microsoft.Xna.Framework.Audio.SoundEffectInstance + parent: Microsoft.Xna.Framework.Audio + isExternal: true + name: SoundEffectInstance + nameWithType: SoundEffectInstance + fullName: Microsoft.Xna.Framework.Audio.SoundEffectInstance +- uid: Microsoft.Xna.Framework.Audio + commentId: N:Microsoft.Xna.Framework.Audio + isExternal: true + name: Microsoft.Xna.Framework.Audio + nameWithType: Microsoft.Xna.Framework.Audio + fullName: Microsoft.Xna.Framework.Audio diff --git a/Docs/api/MLEM.Extensions.SpriteBatchExtensions.yml b/Docs/api/MLEM.Extensions.SpriteBatchExtensions.yml new file mode 100644 index 0000000..f66dd43 --- /dev/null +++ b/Docs/api/MLEM.Extensions.SpriteBatchExtensions.yml @@ -0,0 +1,830 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions.SpriteBatchExtensions + commentId: T:MLEM.Extensions.SpriteBatchExtensions + id: SpriteBatchExtensions + parent: MLEM.Extensions + children: + - MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + - MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + - MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color}) + - MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch) + langs: + - csharp + - vb + name: SpriteBatchExtensions + nameWithType: SpriteBatchExtensions + fullName: MLEM.Extensions.SpriteBatchExtensions + type: Class + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteBatchExtensions + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Extensions + syntax: + content: public static class SpriteBatchExtensions + content.vb: Public Module SpriteBatchExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch) + commentId: M:MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch) + id: GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch) + isExtensionMethod: true + parent: MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: GetBlankTexture(SpriteBatch) + nameWithType: SpriteBatchExtensions.GetBlankTexture(SpriteBatch) + fullName: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch) + type: Method + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetBlankTexture + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nReturns a 1x1 pixel white texture that can be used for drawing solid color shapes.\nThis texture is automatically disposed of when the batch is disposed.\n" + example: [] + syntax: + content: public static Texture2D GetBlankTexture(this SpriteBatch batch) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + description: The sprite batch + return: + type: Microsoft.Xna.Framework.Graphics.Texture2D + description: A 1x1 pixel white texture + content.vb: >- + + + Public Shared Function GetBlankTexture(batch As SpriteBatch) As Texture2D + overload: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color}) + commentId: M:MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color}) + id: GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color}) + isExtensionMethod: true + parent: MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: GenerateTexture(SpriteBatch, Color, Nullable) + nameWithType: SpriteBatchExtensions.GenerateTexture(SpriteBatch, Color, Nullable) + fullName: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Color, System.Nullable) + type: Method + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenerateTexture + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Extensions + summary: "\nGenerates a that has a texture with a given color and outline color\n" + example: [] + syntax: + content: public static NinePatch GenerateTexture(this SpriteBatch batch, Color color, Color? outlineColor = default(Color? )) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + description: The sprite batch + - id: color + type: Microsoft.Xna.Framework.Color + description: The fill color of the texture + - id: outlineColor + type: System.Nullable{Microsoft.Xna.Framework.Color} + description: The outline color of the texture + return: + type: MLEM.Textures.NinePatch + description: A containing a 3x3 texture with an outline + content.vb: >- + + + Public Shared Function GenerateTexture(batch As SpriteBatch, color As Color, outlineColor As Color? = Nothing) As NinePatch + overload: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture* + nameWithType.vb: SpriteBatchExtensions.GenerateTexture(SpriteBatch, Color, Nullable(Of Color)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Color, System.Nullable(Of Microsoft.Xna.Framework.Color)) + name.vb: GenerateTexture(SpriteBatch, Color, Nullable(Of Color)) +- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color, Single, Vector2, SpriteEffects, Single) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color, Single, Vector2, SpriteEffects, Single) + fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 55 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: sourceRectangle + type: System.Nullable{Microsoft.Xna.Framework.Rectangle} + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Extensions.SpriteBatchExtensions.Draw* + nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single) +- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable, Color) + fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 62 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: sourceRectangle + type: System.Nullable{Microsoft.Xna.Framework.Rectangle} + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color) + overload: MLEM.Extensions.SpriteBatchExtensions.Draw* + nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color) + name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color) +- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, Texture2D, RectangleF, Color) + nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Color) + fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Extensions/SpriteBatchExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Extensions/SpriteBatchExtensions.cs + startLine: 67 + assemblies: + - MLEM + namespace: MLEM.Extensions + example: [] + syntax: + content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, color As Color) + overload: MLEM.Extensions.SpriteBatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture* + commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture + name: GetBlankTexture + nameWithType: SpriteBatchExtensions.GetBlankTexture + fullName: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture +- 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: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- 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: MLEM.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + parent: MLEM.Textures + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch +- uid: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture* + commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.GenerateTexture + name: GenerateTexture + nameWithType: SpriteBatchExtensions.GenerateTexture + fullName: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Nullable{Microsoft.Xna.Framework.Color} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Color) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color) + name.vb: Nullable(Of Color) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- 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.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExternal: true +- uid: MLEM.Extensions.SpriteBatchExtensions.Draw* + commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.Draw + name: Draw + nameWithType: SpriteBatchExtensions.Draw + fullName: MLEM.Extensions.SpriteBatchExtensions.Draw +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: System.Nullable{Microsoft.Xna.Framework.Rectangle} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Rectangle} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Rectangle) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Rectangle) + name.vb: Nullable(Of Rectangle) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color) + isExternal: true +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + isExternal: true diff --git a/Docs/api/MLEM.Extensions.yml b/Docs/api/MLEM.Extensions.yml new file mode 100644 index 0000000..d768b38 --- /dev/null +++ b/Docs/api/MLEM.Extensions.yml @@ -0,0 +1,65 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + id: MLEM.Extensions + children: + - MLEM.Extensions.ColorExtensions + - MLEM.Extensions.GraphicsExtensions + - MLEM.Extensions.GraphicsExtensions.TargetContext + - MLEM.Extensions.NumberExtensions + - MLEM.Extensions.RandomExtensions + - MLEM.Extensions.SoundExtensions + - MLEM.Extensions.SpriteBatchExtensions + langs: + - csharp + - vb + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Extensions.ColorExtensions + commentId: T:MLEM.Extensions.ColorExtensions + name: ColorExtensions + nameWithType: ColorExtensions + fullName: MLEM.Extensions.ColorExtensions +- uid: MLEM.Extensions.GraphicsExtensions + commentId: T:MLEM.Extensions.GraphicsExtensions + name: GraphicsExtensions + nameWithType: GraphicsExtensions + fullName: MLEM.Extensions.GraphicsExtensions +- uid: MLEM.Extensions.GraphicsExtensions.TargetContext + commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext + parent: MLEM.Extensions + name: GraphicsExtensions.TargetContext + nameWithType: GraphicsExtensions.TargetContext + fullName: MLEM.Extensions.GraphicsExtensions.TargetContext +- uid: MLEM.Extensions.NumberExtensions + commentId: T:MLEM.Extensions.NumberExtensions + parent: MLEM.Extensions + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extensions.NumberExtensions +- uid: MLEM.Extensions.RandomExtensions + commentId: T:MLEM.Extensions.RandomExtensions + name: RandomExtensions + nameWithType: RandomExtensions + fullName: MLEM.Extensions.RandomExtensions +- uid: MLEM.Extensions.SoundExtensions + commentId: T:MLEM.Extensions.SoundExtensions + name: SoundExtensions + nameWithType: SoundExtensions + fullName: MLEM.Extensions.SoundExtensions +- uid: MLEM.Extensions.SpriteBatchExtensions + commentId: T:MLEM.Extensions.SpriteBatchExtensions + name: SpriteBatchExtensions + nameWithType: SpriteBatchExtensions + fullName: MLEM.Extensions.SpriteBatchExtensions +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions diff --git a/Docs/api/MLEM.Font.GenericFont.yml b/Docs/api/MLEM.Font.GenericFont.yml new file mode 100644 index 0000000..42b55e6 --- /dev/null +++ b/Docs/api/MLEM.Font.GenericFont.yml @@ -0,0 +1,1801 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + id: GenericFont + parent: MLEM.Font + children: + - MLEM.Font.GenericFont.Bold + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + - MLEM.Font.GenericFont.Italic + - MLEM.Font.GenericFont.LineHeight + - MLEM.Font.GenericFont.MeasureString(System.String) + - MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + - MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + - MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + langs: + - csharp + - vb + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + type: Class + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericFont + path: ../MLEM/Font/GenericFont.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nRepresents a font with additional abilities.\n\n" + example: [] + syntax: + content: public abstract class GenericFont + content.vb: Public MustInherit Class GenericFont + inheritance: + - System.Object + derivedClasses: + - MLEM.Extended.Font.GenericBitmapFont + - MLEM.Font.GenericSpriteFont + inheritedMembers: + - 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 + extensionMethods: + - MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: MLEM.Font.GenericFont.Bold + commentId: P:MLEM.Font.GenericFont.Bold + id: Bold + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: Bold + nameWithType: GenericFont.Bold + fullName: MLEM.Font.GenericFont.Bold + type: Property + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bold + path: ../MLEM/Font/GenericFont.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nThe bold version of this font.\n" + example: [] + syntax: + content: public abstract GenericFont Bold { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public MustOverride ReadOnly Property Bold As GenericFont + overload: MLEM.Font.GenericFont.Bold* + modifiers.csharp: + - public + - abstract + - get + modifiers.vb: + - Public + - MustOverride + - ReadOnly +- uid: MLEM.Font.GenericFont.Italic + commentId: P:MLEM.Font.GenericFont.Italic + id: Italic + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: Italic + nameWithType: GenericFont.Italic + fullName: MLEM.Font.GenericFont.Italic + type: Property + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Italic + path: ../MLEM/Font/GenericFont.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nThe italic version of this font.\n" + example: [] + syntax: + content: public abstract GenericFont Italic { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public MustOverride ReadOnly Property Italic As GenericFont + overload: MLEM.Font.GenericFont.Italic* + modifiers.csharp: + - public + - abstract + - get + modifiers.vb: + - Public + - MustOverride + - ReadOnly +- uid: MLEM.Font.GenericFont.LineHeight + commentId: P:MLEM.Font.GenericFont.LineHeight + id: LineHeight + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: LineHeight + nameWithType: GenericFont.LineHeight + fullName: MLEM.Font.GenericFont.LineHeight + type: Property + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LineHeight + path: ../MLEM/Font/GenericFont.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract float LineHeight { get; } + parameters: [] + return: + type: System.Single + content.vb: Public MustOverride ReadOnly Property LineHeight As Single + overload: MLEM.Font.GenericFont.LineHeight* + modifiers.csharp: + - public + - abstract + - get + modifiers.vb: + - Public + - MustOverride + - ReadOnly +- uid: MLEM.Font.GenericFont.MeasureString(System.String) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.String) + id: MeasureString(System.String) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: MeasureString(String) + nameWithType: GenericFont.MeasureString(String) + fullName: MLEM.Font.GenericFont.MeasureString(System.String) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM/Font/GenericFont.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract Vector2 MeasureString(string text) + parameters: + - id: text + type: System.String + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public MustOverride Function MeasureString(text As String) As Vector2 + overload: MLEM.Font.GenericFont.MeasureString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + id: MeasureString(System.Text.StringBuilder) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: MeasureString(StringBuilder) + nameWithType: GenericFont.MeasureString(StringBuilder) + fullName: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM/Font/GenericFont.cs + startLine: 30 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract Vector2 MeasureString(StringBuilder text) + parameters: + - id: text + type: System.Text.StringBuilder + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public MustOverride Function MeasureString(text As StringBuilder) As Vector2 + overload: MLEM.Font.GenericFont.MeasureString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 36 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 42 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 45 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 48 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 58 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nDraws a string with the given text alignment.\n" + example: [] + syntax: + content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + description: The sprite batch to use + - id: text + type: System.String + description: The string to draw + - id: position + type: Microsoft.Xna.Framework.Vector2 + description: The position of the top left corner of the string + - id: align + type: MLEM.Font.TextAlign + description: The alignment to use + - id: color + type: Microsoft.Xna.Framework.Color + description: The color to use + content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 63 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nDraws a string with the given text alignment.\n" + example: [] + syntax: + content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: align + type: MLEM.Font.TextAlign + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericFont.cs + startLine: 68 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nDraws a string with the given text alignment.\n" + example: [] + syntax: + content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: align + type: MLEM.Font.TextAlign + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Font.GenericFont.DrawString* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + commentId: M:MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + id: TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: TruncateString(String, Single, Single, Boolean, String) + nameWithType: GenericFont.TruncateString(String, Single, Single, Boolean, String) + fullName: MLEM.Font.GenericFont.TruncateString(System.String, System.Single, System.Single, System.Boolean, System.String) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TruncateString + path: ../MLEM/Font/GenericFont.cs + startLine: 94 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nTruncates a string to a given width. If the string's displayed area is larger than the maximum width, the string is cut off.\nOptionally, the string can be cut off a bit sooner, adding the at the end instead.\n" + example: [] + syntax: + content: public string TruncateString(string text, float width, float scale, bool fromBack = false, string ellipsis = "") + parameters: + - id: text + type: System.String + description: The text to truncate + - id: width + type: System.Single + description: The maximum width, in display pixels based on the font and scale + - id: scale + type: System.Single + description: The scale to use for width measurements + - id: fromBack + type: System.Boolean + description: If the string should be truncated from the back rather than the front + - id: ellipsis + type: System.String + description: The characters to add to the end of the string if it is too long + return: + type: System.String + description: The truncated string, or the same string if it is shorter than the maximum width + content.vb: Public Function TruncateString(text As String, width As Single, scale As Single, fromBack As Boolean = False, ellipsis As String = "") As String + overload: MLEM.Font.GenericFont.TruncateString* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + commentId: M:MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + id: SplitString(System.String,System.Single,System.Single) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: SplitString(String, Single, Single) + nameWithType: GenericFont.SplitString(String, Single, Single) + fullName: MLEM.Font.GenericFont.SplitString(System.String, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SplitString + path: ../MLEM/Font/GenericFont.cs + startLine: 123 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nSplits a string to a given maximum width, adding newline characters between each line.\nAlso splits long words.\n" + example: [] + syntax: + content: public string SplitString(string text, float width, float scale) + parameters: + - id: text + type: System.String + description: The text to split into multiple lines + - id: width + type: System.Single + description: The maximum width that each line should have + - id: scale + type: System.Single + description: The scale to use for width measurements + return: + type: System.String + description: The split string, containing newline characters at each new line + content.vb: Public Function SplitString(text As String, width As Single, scale As Single) As String + overload: MLEM.Font.GenericFont.SplitString* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + commentId: M:MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + id: GetWidthString(System.Single,System.Char) + parent: MLEM.Font.GenericFont + langs: + - csharp + - vb + name: GetWidthString(Single, Char) + nameWithType: GenericFont.GetWidthString(Single, Char) + fullName: MLEM.Font.GenericFont.GetWidthString(System.Single, System.Char) + type: Method + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetWidthString + path: ../MLEM/Font/GenericFont.cs + startLine: 164 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nReturns a string made up of the given content characters that is the given length long when displayed.\n" + example: [] + syntax: + content: public string GetWidthString(float width, char content = ' ') + parameters: + - id: width + type: System.Single + description: The width that the string should have if the scale is 1 + - id: content + type: System.Char + description: The content that the string should contain. Defaults to a space. + return: + type: System.String + description: '' + content.vb: Public Function GetWidthString(width As Single, content As Char = " "c) As String + overload: MLEM.Font.GenericFont.GetWidthString* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Font.GenericSpriteFont + commentId: T:MLEM.Font.GenericSpriteFont + name: GenericSpriteFont + nameWithType: GenericSpriteFont + fullName: MLEM.Font.GenericSpriteFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + parent: MLEM.Formatting.TextFormatting + definition: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + nameWithType: TextFormatting.DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings) + spec.csharp: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + isExternal: true + name: DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + nameWithType: TextFormatting.DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings) + spec.csharp: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.TextFormatting + commentId: T:MLEM.Formatting.TextFormatting + parent: MLEM.Formatting + name: TextFormatting + nameWithType: TextFormatting + fullName: MLEM.Formatting.TextFormatting +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Font.GenericFont.Bold* + commentId: Overload:MLEM.Font.GenericFont.Bold + name: Bold + nameWithType: GenericFont.Bold + fullName: MLEM.Font.GenericFont.Bold +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font.GenericFont.Italic* + commentId: Overload:MLEM.Font.GenericFont.Italic + name: Italic + nameWithType: GenericFont.Italic + fullName: MLEM.Font.GenericFont.Italic +- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.LineSpacing + commentId: P:Microsoft.Xna.Framework.Graphics.SpriteFont.LineSpacing + isExternal: true +- uid: MLEM.Font.GenericFont.LineHeight* + commentId: Overload:MLEM.Font.GenericFont.LineHeight + name: LineHeight + nameWithType: GenericFont.LineHeight + fullName: MLEM.Font.GenericFont.LineHeight +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.String) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.String) + isExternal: true +- uid: MLEM.Font.GenericFont.MeasureString* + commentId: Overload:MLEM.Font.GenericFont.MeasureString + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.Text.StringBuilder) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.Text.StringBuilder) + isExternal: true +- uid: System.Text.StringBuilder + commentId: T:System.Text.StringBuilder + parent: System.Text + isExternal: true + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder +- uid: System.Text + commentId: N:System.Text + isExternal: true + name: System.Text + nameWithType: System.Text + fullName: System.Text +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.DrawString(Microsoft.Xna.Framework.Graphics.SpriteFont,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.DrawString(Microsoft.Xna.Framework.Graphics.SpriteFont,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExternal: true +- uid: MLEM.Font.GenericFont.DrawString* + commentId: Overload:MLEM.Font.GenericFont.DrawString + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString +- 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: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- 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.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- uid: MLEM.Font.TextAlign + commentId: T:MLEM.Font.TextAlign + parent: MLEM.Font + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.TruncateString* + commentId: Overload:MLEM.Font.GenericFont.TruncateString + name: TruncateString + nameWithType: GenericFont.TruncateString + fullName: MLEM.Font.GenericFont.TruncateString +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Font.GenericFont.SplitString* + commentId: Overload:MLEM.Font.GenericFont.SplitString + name: SplitString + nameWithType: GenericFont.SplitString + fullName: MLEM.Font.GenericFont.SplitString +- uid: MLEM.Font.GenericFont.GetWidthString* + commentId: Overload:MLEM.Font.GenericFont.GetWidthString + name: GetWidthString + nameWithType: GenericFont.GetWidthString + fullName: MLEM.Font.GenericFont.GetWidthString +- uid: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char diff --git a/Docs/api/MLEM.Font.GenericSpriteFont.yml b/Docs/api/MLEM.Font.GenericSpriteFont.yml new file mode 100644 index 0000000..5c6f199 --- /dev/null +++ b/Docs/api/MLEM.Font.GenericSpriteFont.yml @@ -0,0 +1,3084 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Font.GenericSpriteFont + commentId: T:MLEM.Font.GenericSpriteFont + id: GenericSpriteFont + parent: MLEM.Font + children: + - MLEM.Font.GenericSpriteFont.#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont) + - MLEM.Font.GenericSpriteFont.Bold + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericSpriteFont.Font + - MLEM.Font.GenericSpriteFont.Italic + - MLEM.Font.GenericSpriteFont.LineHeight + - MLEM.Font.GenericSpriteFont.MeasureString(System.String) + - MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder) + langs: + - csharp + - vb + name: GenericSpriteFont + nameWithType: GenericSpriteFont + fullName: MLEM.Font.GenericSpriteFont + type: Class + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericSpriteFont + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nRepresents a font with additional abilities.\n\n" + example: [] + syntax: + content: 'public class GenericSpriteFont : GenericFont' + content.vb: >- + Public Class GenericSpriteFont + Inherits GenericFont + inheritance: + - System.Object + - MLEM.Font.GenericFont + inheritedMembers: + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + - MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + - MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + - 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 + extensionMethods: + - MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Font.GenericSpriteFont.Font + commentId: F:MLEM.Font.GenericSpriteFont.Font + id: Font + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: Font + nameWithType: GenericSpriteFont.Font + fullName: MLEM.Font.GenericSpriteFont.Font + type: Field + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Font + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: public readonly SpriteFont Font + return: + type: Microsoft.Xna.Framework.Graphics.SpriteFont + content.vb: Public ReadOnly Font As SpriteFont + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Font.GenericSpriteFont.Bold + commentId: P:MLEM.Font.GenericSpriteFont.Bold + id: Bold + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: Bold + nameWithType: GenericSpriteFont.Bold + fullName: MLEM.Font.GenericSpriteFont.Bold + type: Property + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bold + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nThe bold version of this font.\n" + example: [] + syntax: + content: public override GenericFont Bold { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public Overrides ReadOnly Property Bold As GenericFont + overridden: MLEM.Font.GenericFont.Bold + overload: MLEM.Font.GenericSpriteFont.Bold* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Font.GenericSpriteFont.Italic + commentId: P:MLEM.Font.GenericSpriteFont.Italic + id: Italic + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: Italic + nameWithType: GenericSpriteFont.Italic + fullName: MLEM.Font.GenericSpriteFont.Italic + type: Property + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Italic + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nThe italic version of this font.\n" + example: [] + syntax: + content: public override GenericFont Italic { get; } + parameters: [] + return: + type: MLEM.Font.GenericFont + content.vb: Public Overrides ReadOnly Property Italic As GenericFont + overridden: MLEM.Font.GenericFont.Italic + overload: MLEM.Font.GenericSpriteFont.Italic* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Font.GenericSpriteFont.LineHeight + commentId: P:MLEM.Font.GenericSpriteFont.LineHeight + id: LineHeight + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: LineHeight + nameWithType: GenericSpriteFont.LineHeight + fullName: MLEM.Font.GenericSpriteFont.LineHeight + type: Property + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LineHeight + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override float LineHeight { get; } + parameters: [] + return: + type: System.Single + content.vb: Public Overrides ReadOnly Property LineHeight As Single + overridden: MLEM.Font.GenericFont.LineHeight + overload: MLEM.Font.GenericSpriteFont.LineHeight* + modifiers.csharp: + - public + - override + - get + modifiers.vb: + - Public + - Overrides + - ReadOnly +- uid: MLEM.Font.GenericSpriteFont.#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont) + commentId: M:MLEM.Font.GenericSpriteFont.#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont) + id: '#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont)' + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: GenericSpriteFont(SpriteFont, SpriteFont, SpriteFont) + nameWithType: GenericSpriteFont.GenericSpriteFont(SpriteFont, SpriteFont, SpriteFont) + fullName: MLEM.Font.GenericSpriteFont.GenericSpriteFont(Microsoft.Xna.Framework.Graphics.SpriteFont, Microsoft.Xna.Framework.Graphics.SpriteFont, Microsoft.Xna.Framework.Graphics.SpriteFont) + type: Constructor + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Font + summary: "\nCreates a new generic font using .\nOptionally, a bold and italic version of the font can be supplied.\n" + example: [] + syntax: + content: public GenericSpriteFont(SpriteFont font, SpriteFont bold = null, SpriteFont italic = null) + parameters: + - id: font + type: Microsoft.Xna.Framework.Graphics.SpriteFont + description: The font to wrap + - id: bold + type: Microsoft.Xna.Framework.Graphics.SpriteFont + description: A bold version of the font + - id: italic + type: Microsoft.Xna.Framework.Graphics.SpriteFont + description: An italic version of the font + content.vb: Public Sub New(font As SpriteFont, bold As SpriteFont = Nothing, italic As SpriteFont = Nothing) + overload: MLEM.Font.GenericSpriteFont.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Font.GenericSpriteFont.MeasureString(System.String) + commentId: M:MLEM.Font.GenericSpriteFont.MeasureString(System.String) + id: MeasureString(System.String) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: MeasureString(String) + nameWithType: GenericSpriteFont.MeasureString(String) + fullName: MLEM.Font.GenericSpriteFont.MeasureString(System.String) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override Vector2 MeasureString(string text) + parameters: + - id: text + type: System.String + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Overrides Function MeasureString(text As String) As Vector2 + overridden: MLEM.Font.GenericFont.MeasureString(System.String) + overload: MLEM.Font.GenericSpriteFont.MeasureString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder) + commentId: M:MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder) + id: MeasureString(System.Text.StringBuilder) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: MeasureString(StringBuilder) + nameWithType: GenericSpriteFont.MeasureString(StringBuilder) + fullName: MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MeasureString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override Vector2 MeasureString(StringBuilder text) + parameters: + - id: text + type: System.Text.StringBuilder + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Overrides Function MeasureString(text As StringBuilder) As Vector2 + overridden: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + overload: MLEM.Font.GenericSpriteFont.MeasureString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, String, Vector2, Color) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 42 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 47 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 52 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 57 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 62 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericSpriteFont + langs: + - csharp + - vb + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericSpriteFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Font/GenericSpriteFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawString + path: ../MLEM/Font/GenericSpriteFont.cs + startLine: 67 + assemblies: + - MLEM + namespace: MLEM.Font + example: [] + syntax: + content: public override void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: text + type: System.Text.StringBuilder + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: Public Overrides Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overridden: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + overload: MLEM.Font.GenericSpriteFont.DrawString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.TextAlign + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + commentId: M:MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + parent: MLEM.Font.GenericFont + isExternal: true + name: TruncateString(String, Single, Single, Boolean, String) + nameWithType: GenericFont.TruncateString(String, Single, Single, Boolean, String) + fullName: MLEM.Font.GenericFont.TruncateString(System.String, System.Single, System.Single, System.Boolean, System.String) + spec.csharp: + - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + name: TruncateString + nameWithType: GenericFont.TruncateString + fullName: MLEM.Font.GenericFont.TruncateString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) + name: TruncateString + nameWithType: GenericFont.TruncateString + fullName: MLEM.Font.GenericFont.TruncateString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + commentId: M:MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: SplitString(String, Single, Single) + nameWithType: GenericFont.SplitString(String, Single, Single) + fullName: MLEM.Font.GenericFont.SplitString(System.String, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + name: SplitString + nameWithType: GenericFont.SplitString + fullName: MLEM.Font.GenericFont.SplitString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) + name: SplitString + nameWithType: GenericFont.SplitString + fullName: MLEM.Font.GenericFont.SplitString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + commentId: M:MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + parent: MLEM.Font.GenericFont + isExternal: true + name: GetWidthString(Single, Char) + nameWithType: GenericFont.GetWidthString(Single, Char) + fullName: MLEM.Font.GenericFont.GetWidthString(System.Single, System.Char) + spec.csharp: + - uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + name: GetWidthString + nameWithType: GenericFont.GetWidthString + fullName: MLEM.Font.GenericFont.GetWidthString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char) + name: GetWidthString + nameWithType: GenericFont.GetWidthString + fullName: MLEM.Font.GenericFont.GetWidthString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + parent: MLEM.Formatting.TextFormatting + definition: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + nameWithType: TextFormatting.DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings) + spec.csharp: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + isExternal: true + name: DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + nameWithType: TextFormatting.DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings) + spec.csharp: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.TextFormatting + commentId: T:MLEM.Formatting.TextFormatting + parent: MLEM.Formatting + name: TextFormatting + nameWithType: TextFormatting + fullName: MLEM.Formatting.TextFormatting +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: Microsoft.Xna.Framework.Graphics.SpriteFont + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteFont + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteFont + nameWithType: SpriteFont + fullName: Microsoft.Xna.Framework.Graphics.SpriteFont +- 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: MLEM.Font.GenericFont.Bold + commentId: P:MLEM.Font.GenericFont.Bold + parent: MLEM.Font.GenericFont + name: Bold + nameWithType: GenericFont.Bold + fullName: MLEM.Font.GenericFont.Bold +- uid: MLEM.Font.GenericSpriteFont.Bold* + commentId: Overload:MLEM.Font.GenericSpriteFont.Bold + name: Bold + nameWithType: GenericSpriteFont.Bold + fullName: MLEM.Font.GenericSpriteFont.Bold +- uid: MLEM.Font.GenericFont.Italic + commentId: P:MLEM.Font.GenericFont.Italic + parent: MLEM.Font.GenericFont + name: Italic + nameWithType: GenericFont.Italic + fullName: MLEM.Font.GenericFont.Italic +- uid: MLEM.Font.GenericSpriteFont.Italic* + commentId: Overload:MLEM.Font.GenericSpriteFont.Italic + name: Italic + nameWithType: GenericSpriteFont.Italic + fullName: MLEM.Font.GenericSpriteFont.Italic +- uid: MLEM.Font.GenericFont.LineHeight + commentId: P:MLEM.Font.GenericFont.LineHeight + parent: MLEM.Font.GenericFont + name: LineHeight + nameWithType: GenericFont.LineHeight + fullName: MLEM.Font.GenericFont.LineHeight +- uid: MLEM.Font.GenericSpriteFont.LineHeight* + commentId: Overload:MLEM.Font.GenericSpriteFont.LineHeight + name: LineHeight + nameWithType: GenericSpriteFont.LineHeight + fullName: MLEM.Font.GenericSpriteFont.LineHeight +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Font.GenericSpriteFont.#ctor* + commentId: Overload:MLEM.Font.GenericSpriteFont.#ctor + name: GenericSpriteFont + nameWithType: GenericSpriteFont.GenericSpriteFont + fullName: MLEM.Font.GenericSpriteFont.GenericSpriteFont +- uid: MLEM.Font.GenericFont.MeasureString(System.String) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.String) + parent: MLEM.Font.GenericFont + isExternal: true + name: MeasureString(String) + nameWithType: GenericFont.MeasureString(String) + fullName: MLEM.Font.GenericFont.MeasureString(System.String) + spec.csharp: + - uid: MLEM.Font.GenericFont.MeasureString(System.String) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.MeasureString(System.String) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericSpriteFont.MeasureString* + commentId: Overload:MLEM.Font.GenericSpriteFont.MeasureString + name: MeasureString + nameWithType: GenericSpriteFont.MeasureString + fullName: MLEM.Font.GenericSpriteFont.MeasureString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + commentId: M:MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + parent: MLEM.Font.GenericFont + isExternal: true + name: MeasureString(StringBuilder) + nameWithType: GenericFont.MeasureString(StringBuilder) + fullName: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + spec.csharp: + - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder) + name: MeasureString + nameWithType: GenericFont.MeasureString + fullName: MLEM.Font.GenericFont.MeasureString + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Text.StringBuilder + commentId: T:System.Text.StringBuilder + parent: System.Text + isExternal: true + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder +- uid: System.Text + commentId: N:System.Text + isExternal: true + name: System.Text + nameWithType: System.Text + fullName: System.Text +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericSpriteFont.DrawString* + commentId: Overload:MLEM.Font.GenericSpriteFont.DrawString + name: DrawString + nameWithType: GenericSpriteFont.DrawString + fullName: MLEM.Font.GenericSpriteFont.DrawString +- 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: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + parent: MLEM.Font.GenericFont + isExternal: true + name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + spec.csharp: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + name: DrawString + nameWithType: GenericFont.DrawString + fullName: MLEM.Font.GenericFont.DrawString + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Text.StringBuilder + name: StringBuilder + nameWithType: StringBuilder + fullName: System.Text.StringBuilder + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Font.TextAlign.yml b/Docs/api/MLEM.Font.TextAlign.yml new file mode 100644 index 0000000..368cfd9 --- /dev/null +++ b/Docs/api/MLEM.Font.TextAlign.yml @@ -0,0 +1,178 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Font.TextAlign + commentId: T:MLEM.Font.TextAlign + id: TextAlign + parent: MLEM.Font + children: + - MLEM.Font.TextAlign.Center + - MLEM.Font.TextAlign.CenterBothAxes + - MLEM.Font.TextAlign.Left + - MLEM.Font.TextAlign.Right + langs: + - csharp + - vb + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign + type: Enum + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextAlign + path: ../MLEM/Font/GenericFont.cs + startLine: 173 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: public enum TextAlign + content.vb: Public Enum TextAlign + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Font.TextAlign.Left + commentId: F:MLEM.Font.TextAlign.Left + id: Left + parent: MLEM.Font.TextAlign + langs: + - csharp + - vb + name: Left + nameWithType: TextAlign.Left + fullName: MLEM.Font.TextAlign.Left + type: Field + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Left + path: ../MLEM/Font/GenericFont.cs + startLine: 175 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: Left = 0 + return: + type: MLEM.Font.TextAlign + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Font.TextAlign.Center + commentId: F:MLEM.Font.TextAlign.Center + id: Center + parent: MLEM.Font.TextAlign + langs: + - csharp + - vb + name: Center + nameWithType: TextAlign.Center + fullName: MLEM.Font.TextAlign.Center + type: Field + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Center + path: ../MLEM/Font/GenericFont.cs + startLine: 176 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: Center = 1 + return: + type: MLEM.Font.TextAlign + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Font.TextAlign.Right + commentId: F:MLEM.Font.TextAlign.Right + id: Right + parent: MLEM.Font.TextAlign + langs: + - csharp + - vb + name: Right + nameWithType: TextAlign.Right + fullName: MLEM.Font.TextAlign.Right + type: Field + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Right + path: ../MLEM/Font/GenericFont.cs + startLine: 177 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: Right = 2 + return: + type: MLEM.Font.TextAlign + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Font.TextAlign.CenterBothAxes + commentId: F:MLEM.Font.TextAlign.CenterBothAxes + id: CenterBothAxes + parent: MLEM.Font.TextAlign + langs: + - csharp + - vb + name: CenterBothAxes + nameWithType: TextAlign.CenterBothAxes + fullName: MLEM.Font.TextAlign.CenterBothAxes + type: Field + source: + remote: + path: MLEM/Font/GenericFont.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CenterBothAxes + path: ../MLEM/Font/GenericFont.cs + startLine: 178 + assemblies: + - MLEM + namespace: MLEM.Font + syntax: + content: CenterBothAxes = 3 + return: + type: MLEM.Font.TextAlign + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Font.TextAlign + commentId: T:MLEM.Font.TextAlign + parent: MLEM.Font + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign diff --git a/Docs/api/MLEM.Font.yml b/Docs/api/MLEM.Font.yml new file mode 100644 index 0000000..691655e --- /dev/null +++ b/Docs/api/MLEM.Font.yml @@ -0,0 +1,41 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Font + commentId: N:MLEM.Font + id: MLEM.Font + children: + - MLEM.Font.GenericFont + - MLEM.Font.GenericSpriteFont + - MLEM.Font.TextAlign + langs: + - csharp + - vb + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font.TextAlign + commentId: T:MLEM.Font.TextAlign + parent: MLEM.Font + name: TextAlign + nameWithType: TextAlign + fullName: MLEM.Font.TextAlign +- uid: MLEM.Font.GenericSpriteFont + commentId: T:MLEM.Font.GenericSpriteFont + name: GenericSpriteFont + nameWithType: GenericSpriteFont + fullName: MLEM.Font.GenericSpriteFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.Codes.AnimatedCode.yml b/Docs/api/MLEM.Formatting.Codes.AnimatedCode.yml new file mode 100644 index 0000000..76ee446 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.AnimatedCode.yml @@ -0,0 +1,1132 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.AnimatedCode + commentId: T:MLEM.Formatting.Codes.AnimatedCode + id: AnimatedCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.AnimatedCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + - MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + langs: + - csharp + - vb + name: AnimatedCode + nameWithType: AnimatedCode + fullName: MLEM.Formatting.Codes.AnimatedCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/AnimatedCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AnimatedCode + path: ../MLEM/Formatting/Codes/AnimatedCode.cs + startLine: 3 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class AnimatedCode : Code' + content.vb: >- + Public Class AnimatedCode + Inherits Code + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + derivedClasses: + - MLEM.Formatting.Codes.WobblyCode + inheritedMembers: + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.AnimatedCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + commentId: M:MLEM.Formatting.Codes.AnimatedCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)' + parent: MLEM.Formatting.Codes.AnimatedCode + langs: + - csharp + - vb + name: AnimatedCode(Match, Regex) + nameWithType: AnimatedCode.AnimatedCode(Match, Regex) + fullName: MLEM.Formatting.Codes.AnimatedCode.AnimatedCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/AnimatedCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/AnimatedCode.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public AnimatedCode(Match match, Regex regex) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + content.vb: Public Sub New(match As Match, regex As Regex) + overload: MLEM.Formatting.Codes.AnimatedCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + id: EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.AnimatedCode + langs: + - csharp + - vb + name: EndsHere(Code) + nameWithType: AnimatedCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/AnimatedCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EndsHere + path: ../MLEM/Formatting/Codes/AnimatedCode.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool EndsHere(Code other) + parameters: + - id: other + type: MLEM.Formatting.Codes.Code + return: + type: System.Boolean + content.vb: Public Overrides Function EndsHere(other As Code) As Boolean + overridden: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + overload: MLEM.Formatting.Codes.AnimatedCode.EndsHere* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.AnimatedCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.AnimatedCode.#ctor + name: AnimatedCode + nameWithType: AnimatedCode.AnimatedCode + fullName: MLEM.Formatting.Codes.AnimatedCode.AnimatedCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.Code + name: EndsHere(Code) + nameWithType: Code.EndsHere(Code) + fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.AnimatedCode.EndsHere* + commentId: Overload:MLEM.Formatting.Codes.AnimatedCode.EndsHere + name: EndsHere + nameWithType: AnimatedCode.EndsHere + fullName: MLEM.Formatting.Codes.AnimatedCode.EndsHere +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean diff --git a/Docs/api/MLEM.Formatting.Codes.Code.Constructor.yml b/Docs/api/MLEM.Formatting.Codes.Code.Constructor.yml new file mode 100644 index 0000000..8058a1f --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.Code.Constructor.yml @@ -0,0 +1,86 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.Code.Constructor + commentId: T:MLEM.Formatting.Codes.Code.Constructor + id: Code.Constructor + parent: MLEM.Formatting.Codes + children: [] + langs: + - csharp + - vb + name: Code.Constructor + nameWithType: Code.Constructor + fullName: MLEM.Formatting.Codes.Code.Constructor + type: Delegate + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Constructor + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public delegate Code Constructor(TextFormatter formatter, Match match, Regex regex); + parameters: + - id: formatter + type: MLEM.Formatting.TextFormatter + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + return: + type: MLEM.Formatting.Codes.Code + content.vb: Public Delegate Function Constructor(formatter As TextFormatter, match As Match, regex As Regex) As Code + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: MLEM.Formatting.TextFormatter + commentId: T:MLEM.Formatting.TextFormatter + parent: MLEM.Formatting + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions diff --git a/Docs/api/MLEM.Formatting.Codes.Code.yml b/Docs/api/MLEM.Formatting.Codes.Code.yml new file mode 100644 index 0000000..e8696ba --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.Code.yml @@ -0,0 +1,1175 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + id: Code + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + - MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + type: Class + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Code + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class Code : GenericDataHolder' + content.vb: >- + Public Class Code + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + derivedClasses: + - MLEM.Formatting.Codes.AnimatedCode + - MLEM.Formatting.Codes.ColorCode + - MLEM.Formatting.Codes.FontCode + - MLEM.Formatting.Codes.ImageCode + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + id: Regex + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex + type: Field + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Regex + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public readonly Regex Regex + return: + type: System.Text.RegularExpressions.Regex + content.vb: Public ReadOnly Regex As Regex + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + id: Match + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match + type: Field + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Match + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public readonly Match Match + return: + type: System.Text.RegularExpressions.Match + content.vb: Public ReadOnly Match As Match + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + id: Token + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token + type: Property + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Token + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public Token Token { get; } + parameters: [] + return: + type: MLEM.Formatting.Token + content.vb: Public ReadOnly Property Token As Token + overload: MLEM.Formatting.Codes.Code.Token* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + commentId: M:MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)' + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: Code(Match, Regex) + nameWithType: Code.Code(Match, Regex) + fullName: MLEM.Formatting.Codes.Code.Code(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: protected Code(Match match, Regex regex) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + content.vb: Protected Sub New(match As Match, regex As Regex) + overload: MLEM.Formatting.Codes.Code.#ctor* + modifiers.csharp: + - protected + modifiers.vb: + - Protected +- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + id: EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: EndsHere(Code) + nameWithType: Code.EndsHere(Code) + fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EndsHere + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual bool EndsHere(Code other) + parameters: + - id: other + type: MLEM.Formatting.Codes.Code + return: + type: System.Boolean + content.vb: Public Overridable Function EndsHere(other As Code) As Boolean + overload: MLEM.Formatting.Codes.Code.EndsHere* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + id: GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetColor + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual Color? GetColor(Color defaultPick) + parameters: + - id: defaultPick + type: Microsoft.Xna.Framework.Color + return: + type: System.Nullable{Microsoft.Xna.Framework.Color} + content.vb: Public Overridable Function GetColor(defaultPick As Color) As Color? + overload: MLEM.Formatting.Codes.Code.GetColor* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + id: GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFont + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 26 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual GenericFont GetFont(GenericFont defaultPick) + parameters: + - id: defaultPick + type: MLEM.Font.GenericFont + return: + type: MLEM.Font.GenericFont + content.vb: Public Overridable Function GetFont(defaultPick As GenericFont) As GenericFont + overload: MLEM.Formatting.Codes.Code.GetFont* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 30 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual void Update(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Overridable Sub Update(time As GameTime) + overload: MLEM.Formatting.Codes.Code.Update* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + id: GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetReplacementString + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual string GetReplacementString(GenericFont font) + parameters: + - id: font + type: MLEM.Font.GenericFont + return: + type: System.String + content.vb: Public Overridable Function GetReplacementString(font As GenericFont) As String + overload: MLEM.Formatting.Codes.Code.GetReplacementString* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + return: + type: System.Boolean + content.vb: Public Overridable Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean + overload: MLEM.Formatting.Codes.Code.DrawCharacter* + nameWithType.vb: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable + fullName.vb: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single) + name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + id: DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + langs: + - csharp + - vb + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/Code.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawSelf + path: ../MLEM/Formatting/Codes/Code.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual void DrawSelf(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + content.vb: Public Overridable Sub DrawSelf(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) + overload: MLEM.Formatting.Codes.Code.DrawSelf* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: MLEM.Formatting.Codes.Code.Token* + commentId: Overload:MLEM.Formatting.Codes.Code.Token + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Token + commentId: T:MLEM.Formatting.Token + parent: MLEM.Formatting + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Formatting.Codes.Code.#ctor* + commentId: Overload:MLEM.Formatting.Codes.Code.#ctor + name: Code + nameWithType: Code.Code + fullName: MLEM.Formatting.Codes.Code.Code +- uid: MLEM.Formatting.Codes.Code.EndsHere* + commentId: Overload:MLEM.Formatting.Codes.Code.EndsHere + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Formatting.Codes.Code.GetColor* + commentId: Overload:MLEM.Formatting.Codes.Code.GetColor + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Nullable{Microsoft.Xna.Framework.Color} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Color) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color) + name.vb: Nullable(Of Color) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont* + commentId: Overload:MLEM.Formatting.Codes.Code.GetFont + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.Codes.Code.Update* + commentId: Overload:MLEM.Formatting.Codes.Code.Update + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.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.Formatting.Codes.Code.GetReplacementString* + commentId: Overload:MLEM.Formatting.Codes.Code.GetReplacementString + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Formatting.Codes.Code.DrawCharacter* + commentId: Overload:MLEM.Formatting.Codes.Code.DrawCharacter + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter +- 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: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: MLEM.Formatting.Codes.Code.DrawSelf* + commentId: Overload:MLEM.Formatting.Codes.Code.DrawSelf + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf diff --git a/Docs/api/MLEM.Formatting.Codes.ColorCode.yml b/Docs/api/MLEM.Formatting.Codes.ColorCode.yml new file mode 100644 index 0000000..f399c10 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.ColorCode.yml @@ -0,0 +1,1224 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.ColorCode + commentId: T:MLEM.Formatting.Codes.ColorCode + id: ColorCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.ColorCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color}) + - MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color) + langs: + - csharp + - vb + name: ColorCode + nameWithType: ColorCode + fullName: MLEM.Formatting.Codes.ColorCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/ColorCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ColorCode + path: ../MLEM/Formatting/Codes/ColorCode.cs + startLine: 4 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class ColorCode : Code' + content.vb: >- + Public Class ColorCode + Inherits Code + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + inheritedMembers: + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.ColorCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color}) + commentId: M:MLEM.Formatting.Codes.ColorCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color}) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color})' + parent: MLEM.Formatting.Codes.ColorCode + langs: + - csharp + - vb + name: ColorCode(Match, Regex, Nullable) + nameWithType: ColorCode.ColorCode(Match, Regex, Nullable) + fullName: MLEM.Formatting.Codes.ColorCode.ColorCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Nullable) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/ColorCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/ColorCode.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public ColorCode(Match match, Regex regex, Color? color) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: color + type: System.Nullable{Microsoft.Xna.Framework.Color} + content.vb: Public Sub New(match As Match, regex As Regex, color As Color?) + overload: MLEM.Formatting.Codes.ColorCode.#ctor* + nameWithType.vb: ColorCode.ColorCode(Match, Regex, Nullable(Of Color)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Formatting.Codes.ColorCode.ColorCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Nullable(Of Microsoft.Xna.Framework.Color)) + name.vb: ColorCode(Match, Regex, Nullable(Of Color)) +- uid: MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color) + id: GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.ColorCode + langs: + - csharp + - vb + name: GetColor(Color) + nameWithType: ColorCode.GetColor(Color) + fullName: MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ColorCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetColor + path: ../MLEM/Formatting/Codes/ColorCode.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override Color? GetColor(Color defaultPick) + parameters: + - id: defaultPick + type: Microsoft.Xna.Framework.Color + return: + type: System.Nullable{Microsoft.Xna.Framework.Color} + content.vb: Public Overrides Function GetColor(defaultPick As Color) As Color? + overridden: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + overload: MLEM.Formatting.Codes.ColorCode.GetColor* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.Code + name: EndsHere(Code) + nameWithType: Code.EndsHere(Code) + fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.ColorCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.ColorCode.#ctor + name: ColorCode + nameWithType: ColorCode.ColorCode + fullName: MLEM.Formatting.Codes.ColorCode.ColorCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Nullable{Microsoft.Xna.Framework.Color} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Color) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color) + name.vb: Nullable(Of Color) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ColorCode.GetColor* + commentId: Overload:MLEM.Formatting.Codes.ColorCode.GetColor + name: GetColor + nameWithType: ColorCode.GetColor + fullName: MLEM.Formatting.Codes.ColorCode.GetColor +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Formatting.Codes.FontCode.yml b/Docs/api/MLEM.Formatting.Codes.FontCode.yml new file mode 100644 index 0000000..8efea90 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.FontCode.yml @@ -0,0 +1,1299 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.FontCode + commentId: T:MLEM.Formatting.Codes.FontCode + id: FontCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.FontCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont}) + - MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + langs: + - csharp + - vb + name: FontCode + nameWithType: FontCode + fullName: MLEM.Formatting.Codes.FontCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/FontCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FontCode + path: ../MLEM/Formatting/Codes/FontCode.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class FontCode : Code' + content.vb: >- + Public Class FontCode + Inherits Code + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + derivedClasses: + - MLEM.Formatting.Codes.ShadowCode + - MLEM.Formatting.Codes.UnderlineCode + inheritedMembers: + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.FontCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont}) + commentId: M:MLEM.Formatting.Codes.FontCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont}) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont})' + parent: MLEM.Formatting.Codes.FontCode + langs: + - csharp + - vb + name: FontCode(Match, Regex, Func) + nameWithType: FontCode.FontCode(Match, Regex, Func) + fullName: MLEM.Formatting.Codes.FontCode.FontCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Func) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/FontCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/FontCode.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public FontCode(Match match, Regex regex, Func font) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: font + type: System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont} + content.vb: Public Sub New(match As Match, regex As Regex, font As Func(Of GenericFont, GenericFont)) + overload: MLEM.Formatting.Codes.FontCode.#ctor* + nameWithType.vb: FontCode.FontCode(Match, Regex, Func(Of GenericFont, GenericFont)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Formatting.Codes.FontCode.FontCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Func(Of MLEM.Font.GenericFont, MLEM.Font.GenericFont)) + name.vb: FontCode(Match, Regex, Func(Of GenericFont, GenericFont)) +- uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + id: GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.FontCode + langs: + - csharp + - vb + name: GetFont(GenericFont) + nameWithType: FontCode.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/FontCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFont + path: ../MLEM/Formatting/Codes/FontCode.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override GenericFont GetFont(GenericFont defaultPick) + parameters: + - id: defaultPick + type: MLEM.Font.GenericFont + return: + type: MLEM.Font.GenericFont + content.vb: Public Overrides Function GetFont(defaultPick As GenericFont) As GenericFont + overridden: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + overload: MLEM.Formatting.Codes.FontCode.GetFont* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + id: EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.FontCode + langs: + - csharp + - vb + name: EndsHere(Code) + nameWithType: FontCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/FontCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EndsHere + path: ../MLEM/Formatting/Codes/FontCode.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool EndsHere(Code other) + parameters: + - id: other + type: MLEM.Formatting.Codes.Code + return: + type: System.Boolean + content.vb: Public Overrides Function EndsHere(other As Code) As Boolean + overridden: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + overload: MLEM.Formatting.Codes.FontCode.EndsHere* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.FontCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.FontCode.#ctor + name: FontCode + nameWithType: FontCode.FontCode + fullName: MLEM.Formatting.Codes.FontCode.FontCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont} + commentId: T:System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of GenericFont, GenericFont) + fullName.vb: System.Func(Of MLEM.Font.GenericFont, MLEM.Font.GenericFont) + name.vb: Func(Of GenericFont, GenericFont) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.FontCode.GetFont* + commentId: Overload:MLEM.Formatting.Codes.FontCode.GetFont + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.Code + name: EndsHere(Code) + nameWithType: Code.EndsHere(Code) + fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.FontCode.EndsHere* + commentId: Overload:MLEM.Formatting.Codes.FontCode.EndsHere + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean diff --git a/Docs/api/MLEM.Formatting.Codes.ImageCode.yml b/Docs/api/MLEM.Formatting.Codes.ImageCode.yml new file mode 100644 index 0000000..860d12f --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.ImageCode.yml @@ -0,0 +1,1345 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.ImageCode + commentId: T:MLEM.Formatting.Codes.ImageCode + id: ImageCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.ImageCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation) + - MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: ImageCode + nameWithType: ImageCode + fullName: MLEM.Formatting.Codes.ImageCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageCode + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class ImageCode : Code' + content.vb: >- + Public Class ImageCode + Inherits Code + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + inheritedMembers: + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.ImageCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation) + commentId: M:MLEM.Formatting.Codes.ImageCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation)' + parent: MLEM.Formatting.Codes.ImageCode + langs: + - csharp + - vb + name: ImageCode(Match, Regex, SpriteAnimation) + nameWithType: ImageCode.ImageCode(Match, Regex, SpriteAnimation) + fullName: MLEM.Formatting.Codes.ImageCode.ImageCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, MLEM.Animations.SpriteAnimation) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public ImageCode(Match match, Regex regex, SpriteAnimation image) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: image + type: MLEM.Animations.SpriteAnimation + content.vb: Public Sub New(match As Match, regex As Regex, image As SpriteAnimation) + overload: MLEM.Formatting.Codes.ImageCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code) + id: EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.ImageCode + langs: + - csharp + - vb + name: EndsHere(Code) + nameWithType: ImageCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EndsHere + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool EndsHere(Code other) + parameters: + - id: other + type: MLEM.Formatting.Codes.Code + return: + type: System.Boolean + content.vb: Public Overrides Function EndsHere(other As Code) As Boolean + overridden: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + overload: MLEM.Formatting.Codes.ImageCode.EndsHere* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont) + id: GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.ImageCode + langs: + - csharp + - vb + name: GetReplacementString(GenericFont) + nameWithType: ImageCode.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetReplacementString + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override string GetReplacementString(GenericFont font) + parameters: + - id: font + type: MLEM.Font.GenericFont + return: + type: System.String + content.vb: Public Overrides Function GetReplacementString(font As GenericFont) As String + overridden: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + overload: MLEM.Formatting.Codes.ImageCode.GetReplacementString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.ImageCode + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: ImageCode.Update(GameTime) + fullName: MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Formatting.Codes.ImageCode.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + id: DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.ImageCode + langs: + - csharp + - vb + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: ImageCode.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawSelf + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override void DrawSelf(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + content.vb: Public Overrides Sub DrawSelf(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) + overridden: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + overload: MLEM.Formatting.Codes.ImageCode.DrawSelf* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.ImageCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.ImageCode.#ctor + name: ImageCode + nameWithType: ImageCode.ImageCode + fullName: MLEM.Formatting.Codes.ImageCode.ImageCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.Code + name: EndsHere(Code) + nameWithType: Code.EndsHere(Code) + fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: Code.EndsHere + fullName: MLEM.Formatting.Codes.Code.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ImageCode.EndsHere* + commentId: Overload:MLEM.Formatting.Codes.ImageCode.EndsHere + name: EndsHere + nameWithType: ImageCode.EndsHere + fullName: MLEM.Formatting.Codes.ImageCode.EndsHere +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ImageCode.GetReplacementString* + commentId: Overload:MLEM.Formatting.Codes.ImageCode.GetReplacementString + name: GetReplacementString + nameWithType: ImageCode.GetReplacementString + fullName: MLEM.Formatting.Codes.ImageCode.GetReplacementString +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ImageCode.Update* + commentId: Overload:MLEM.Formatting.Codes.ImageCode.Update + name: Update + nameWithType: ImageCode.Update + fullName: MLEM.Formatting.Codes.ImageCode.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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ImageCode.DrawSelf* + commentId: Overload:MLEM.Formatting.Codes.ImageCode.DrawSelf + name: DrawSelf + nameWithType: ImageCode.DrawSelf + fullName: MLEM.Formatting.Codes.ImageCode.DrawSelf +- 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: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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 diff --git a/Docs/api/MLEM.Formatting.Codes.ImageCodeExtensions.yml b/Docs/api/MLEM.Formatting.Codes.ImageCodeExtensions.yml new file mode 100644 index 0000000..0c07f7e --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.ImageCodeExtensions.yml @@ -0,0 +1,476 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.ImageCodeExtensions + commentId: T:MLEM.Formatting.Codes.ImageCodeExtensions + id: ImageCodeExtensions + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + - MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + langs: + - csharp + - vb + name: ImageCodeExtensions + nameWithType: ImageCodeExtensions + fullName: MLEM.Formatting.Codes.ImageCodeExtensions + type: Class + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageCodeExtensions + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 46 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public static class ImageCodeExtensions + content.vb: Public Module ImageCodeExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + id: AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + isExtensionMethod: true + parent: MLEM.Formatting.Codes.ImageCodeExtensions + langs: + - csharp + - vb + name: AddImage(TextFormatter, String, TextureRegion) + nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, TextureRegion) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Textures.TextureRegion) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddImage + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 48 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public static void AddImage(this TextFormatter formatter, string name, TextureRegion image) + parameters: + - id: formatter + type: MLEM.Formatting.TextFormatter + - id: name + type: System.String + - id: image + type: MLEM.Textures.TextureRegion + content.vb: >- + + + Public Shared Sub AddImage(formatter As TextFormatter, name As String, image As TextureRegion) + overload: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + id: AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + isExtensionMethod: true + parent: MLEM.Formatting.Codes.ImageCodeExtensions + langs: + - csharp + - vb + name: AddImage(TextFormatter, String, SpriteAnimation) + nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, SpriteAnimation) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Animations.SpriteAnimation) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ImageCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddImage + path: ../MLEM/Formatting/Codes/ImageCode.cs + startLine: 52 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public static void AddImage(this TextFormatter formatter, string name, SpriteAnimation image) + parameters: + - id: formatter + type: MLEM.Formatting.TextFormatter + - id: name + type: System.String + - id: image + type: MLEM.Animations.SpriteAnimation + content.vb: >- + + + Public Shared Sub AddImage(formatter As TextFormatter, name As String, image As SpriteAnimation) + overload: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage* + commentId: Overload:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage +- uid: MLEM.Formatting.TextFormatter + commentId: T:MLEM.Formatting.TextFormatter + parent: MLEM.Formatting + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations diff --git a/Docs/api/MLEM.Formatting.Codes.LinkCode.yml b/Docs/api/MLEM.Formatting.Codes.LinkCode.yml new file mode 100644 index 0000000..5e24b28 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.LinkCode.yml @@ -0,0 +1,1402 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.LinkCode + commentId: T:MLEM.Formatting.Codes.LinkCode + id: LinkCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.LinkCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean}) + - MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.LinkCode.IsSelected + langs: + - csharp + - vb + name: LinkCode + nameWithType: LinkCode + fullName: MLEM.Formatting.Codes.LinkCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/LinkCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LinkCode + path: ../MLEM/Formatting/Codes/LinkCode.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class LinkCode : UnderlineCode' + content.vb: >- + Public Class LinkCode + Inherits UnderlineCode + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.Codes.FontCode + - MLEM.Formatting.Codes.UnderlineCode + inheritedMembers: + - MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.LinkCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean}) + commentId: M:MLEM.Formatting.Codes.LinkCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean}) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean})' + parent: MLEM.Formatting.Codes.LinkCode + langs: + - csharp + - vb + name: LinkCode(Match, Regex, Single, Single, Func) + nameWithType: LinkCode.LinkCode(Match, Regex, Single, Single, Func) + fullName: MLEM.Formatting.Codes.LinkCode.LinkCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Single, System.Single, System.Func) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/LinkCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/LinkCode.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public LinkCode(Match match, Regex regex, float thickness, float yOffset, Func isSelected) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: thickness + type: System.Single + - id: yOffset + type: System.Single + - id: isSelected + type: System.Func{MLEM.Formatting.Token,System.Boolean} + content.vb: Public Sub New(match As Match, regex As Regex, thickness As Single, yOffset As Single, isSelected As Func(Of Token, Boolean)) + overload: MLEM.Formatting.Codes.LinkCode.#ctor* + nameWithType.vb: LinkCode.LinkCode(Match, Regex, Single, Single, Func(Of Token, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Formatting.Codes.LinkCode.LinkCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Single, System.Single, System.Func(Of MLEM.Formatting.Token, System.Boolean)) + name.vb: LinkCode(Match, Regex, Single, Single, Func(Of Token, Boolean)) +- uid: MLEM.Formatting.Codes.LinkCode.IsSelected + commentId: M:MLEM.Formatting.Codes.LinkCode.IsSelected + id: IsSelected + parent: MLEM.Formatting.Codes.LinkCode + langs: + - csharp + - vb + name: IsSelected() + nameWithType: LinkCode.IsSelected() + fullName: MLEM.Formatting.Codes.LinkCode.IsSelected() + type: Method + source: + remote: + path: MLEM/Formatting/Codes/LinkCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsSelected + path: ../MLEM/Formatting/Codes/LinkCode.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public virtual bool IsSelected() + return: + type: System.Boolean + content.vb: Public Overridable Function IsSelected As Boolean + overload: MLEM.Formatting.Codes.LinkCode.IsSelected* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.LinkCode + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + nameWithType: LinkCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + fullName: MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/LinkCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Codes/LinkCode.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + return: + type: System.Boolean + content.vb: Public Overrides Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean + overridden: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + overload: MLEM.Formatting.Codes.LinkCode.DrawCharacter* + nameWithType.vb: LinkCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single) + name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.FontCode + commentId: T:MLEM.Formatting.Codes.FontCode + parent: MLEM.Formatting.Codes + name: FontCode + nameWithType: FontCode + fullName: MLEM.Formatting.Codes.FontCode +- uid: MLEM.Formatting.Codes.UnderlineCode + commentId: T:MLEM.Formatting.Codes.UnderlineCode + parent: MLEM.Formatting.Codes + name: UnderlineCode + nameWithType: UnderlineCode + fullName: MLEM.Formatting.Codes.UnderlineCode +- uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.FontCode + name: GetFont(GenericFont) + nameWithType: FontCode.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.FontCode + name: EndsHere(Code) + nameWithType: FontCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.LinkCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.LinkCode.#ctor + name: LinkCode + nameWithType: LinkCode.LinkCode + fullName: MLEM.Formatting.Codes.LinkCode.LinkCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Func{MLEM.Formatting.Token,System.Boolean} + commentId: T:System.Func{MLEM.Formatting.Token,System.Boolean} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of Token, Boolean) + fullName.vb: System.Func(Of MLEM.Formatting.Token, System.Boolean) + name.vb: Func(Of Token, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.Token + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.Token + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.LinkCode.IsSelected* + commentId: Overload:MLEM.Formatting.Codes.LinkCode.IsSelected + name: IsSelected + nameWithType: LinkCode.IsSelected + fullName: MLEM.Formatting.Codes.LinkCode.IsSelected +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.UnderlineCode + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: UnderlineCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: UnderlineCode.DrawCharacter + fullName: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: UnderlineCode.DrawCharacter + fullName: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.LinkCode.DrawCharacter* + commentId: Overload:MLEM.Formatting.Codes.LinkCode.DrawCharacter + name: DrawCharacter + nameWithType: LinkCode.DrawCharacter + fullName: MLEM.Formatting.Codes.LinkCode.DrawCharacter +- 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: 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: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.Codes.ShadowCode.yml b/Docs/api/MLEM.Formatting.Codes.ShadowCode.yml new file mode 100644 index 0000000..2590d22 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.ShadowCode.yml @@ -0,0 +1,1241 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.ShadowCode + commentId: T:MLEM.Formatting.Codes.ShadowCode + id: ShadowCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.ShadowCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2) + - MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + langs: + - csharp + - vb + name: ShadowCode + nameWithType: ShadowCode + fullName: MLEM.Formatting.Codes.ShadowCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/ShadowCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ShadowCode + path: ../MLEM/Formatting/Codes/ShadowCode.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class ShadowCode : FontCode' + content.vb: >- + Public Class ShadowCode + Inherits FontCode + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.Codes.FontCode + inheritedMembers: + - MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.ShadowCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Formatting.Codes.ShadowCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2)' + parent: MLEM.Formatting.Codes.ShadowCode + langs: + - csharp + - vb + name: ShadowCode(Match, Regex, Color, Vector2) + nameWithType: ShadowCode.ShadowCode(Match, Regex, Color, Vector2) + fullName: MLEM.Formatting.Codes.ShadowCode.ShadowCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/ShadowCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/ShadowCode.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public ShadowCode(Match match, Regex regex, Color color, Vector2 offset) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: color + type: Microsoft.Xna.Framework.Color + - id: offset + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub New(match As Match, regex As Regex, color As Color, offset As Vector2) + overload: MLEM.Formatting.Codes.ShadowCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.ShadowCode + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + nameWithType: ShadowCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + fullName: MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/ShadowCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Codes/ShadowCode.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + return: + type: System.Boolean + content.vb: Public Overrides Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean + overridden: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + overload: MLEM.Formatting.Codes.ShadowCode.DrawCharacter* + nameWithType.vb: ShadowCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single) + name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.FontCode + commentId: T:MLEM.Formatting.Codes.FontCode + parent: MLEM.Formatting.Codes + name: FontCode + nameWithType: FontCode + fullName: MLEM.Formatting.Codes.FontCode +- uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.FontCode + name: GetFont(GenericFont) + nameWithType: FontCode.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.FontCode + name: EndsHere(Code) + nameWithType: FontCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.ShadowCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.ShadowCode.#ctor + name: ShadowCode + nameWithType: ShadowCode.ShadowCode + fullName: MLEM.Formatting.Codes.ShadowCode.ShadowCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ShadowCode.DrawCharacter* + commentId: Overload:MLEM.Formatting.Codes.ShadowCode.DrawCharacter + name: DrawCharacter + nameWithType: ShadowCode.DrawCharacter + fullName: MLEM.Formatting.Codes.ShadowCode.DrawCharacter +- 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: 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: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.Codes.UnderlineCode.yml b/Docs/api/MLEM.Formatting.Codes.UnderlineCode.yml new file mode 100644 index 0000000..cab6548 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.UnderlineCode.yml @@ -0,0 +1,1243 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.UnderlineCode + commentId: T:MLEM.Formatting.Codes.UnderlineCode + id: UnderlineCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.UnderlineCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + - MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + langs: + - csharp + - vb + name: UnderlineCode + nameWithType: UnderlineCode + fullName: MLEM.Formatting.Codes.UnderlineCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/UnderlineCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UnderlineCode + path: ../MLEM/Formatting/Codes/UnderlineCode.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class UnderlineCode : FontCode' + content.vb: >- + Public Class UnderlineCode + Inherits FontCode + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.Codes.FontCode + derivedClasses: + - MLEM.Formatting.Codes.LinkCode + inheritedMembers: + - MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.UnderlineCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.UnderlineCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)' + parent: MLEM.Formatting.Codes.UnderlineCode + langs: + - csharp + - vb + name: UnderlineCode(Match, Regex, Single, Single) + nameWithType: UnderlineCode.UnderlineCode(Match, Regex, Single, Single) + fullName: MLEM.Formatting.Codes.UnderlineCode.UnderlineCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/UnderlineCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/UnderlineCode.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public UnderlineCode(Match match, Regex regex, float thickness, float yOffset) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: thickness + type: System.Single + - id: yOffset + type: System.Single + content.vb: Public Sub New(match As Match, regex As Regex, thickness As Single, yOffset As Single) + overload: MLEM.Formatting.Codes.UnderlineCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.UnderlineCode + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + nameWithType: UnderlineCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + fullName: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/UnderlineCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Codes/UnderlineCode.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + return: + type: System.Boolean + content.vb: Public Overrides Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean + overridden: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + overload: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter* + nameWithType.vb: UnderlineCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single) + name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.FontCode + commentId: T:MLEM.Formatting.Codes.FontCode + parent: MLEM.Formatting.Codes + name: FontCode + nameWithType: FontCode + fullName: MLEM.Formatting.Codes.FontCode +- uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.FontCode + name: GetFont(GenericFont) + nameWithType: FontCode.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: FontCode.GetFont + fullName: MLEM.Formatting.Codes.FontCode.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.FontCode + name: EndsHere(Code) + nameWithType: FontCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: FontCode.EndsHere + fullName: MLEM.Formatting.Codes.FontCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.UnderlineCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.UnderlineCode.#ctor + name: UnderlineCode + nameWithType: UnderlineCode.UnderlineCode + fullName: MLEM.Formatting.Codes.UnderlineCode.UnderlineCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter* + commentId: Overload:MLEM.Formatting.Codes.UnderlineCode.DrawCharacter + name: DrawCharacter + nameWithType: UnderlineCode.DrawCharacter + fullName: MLEM.Formatting.Codes.UnderlineCode.DrawCharacter +- 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: 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: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.Codes.WobblyCode.yml b/Docs/api/MLEM.Formatting.Codes.WobblyCode.yml new file mode 100644 index 0000000..1e192a1 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.WobblyCode.yml @@ -0,0 +1,1321 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes.WobblyCode + commentId: T:MLEM.Formatting.Codes.WobblyCode + id: WobblyCode + parent: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.WobblyCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + - MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + - MLEM.Formatting.Codes.WobblyCode.TimeIntoAnimation + - MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: WobblyCode + nameWithType: WobblyCode + fullName: MLEM.Formatting.Codes.WobblyCode + type: Class + source: + remote: + path: MLEM/Formatting/Codes/WobblyCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WobblyCode + path: ../MLEM/Formatting/Codes/WobblyCode.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: 'public class WobblyCode : AnimatedCode' + content.vb: >- + Public Class WobblyCode + Inherits AnimatedCode + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.Codes.AnimatedCode + inheritedMembers: + - MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + - MLEM.Formatting.Codes.Code.Regex + - MLEM.Formatting.Codes.Code.Match + - MLEM.Formatting.Codes.Code.Token + - MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Codes.WobblyCode.TimeIntoAnimation + commentId: F:MLEM.Formatting.Codes.WobblyCode.TimeIntoAnimation + id: TimeIntoAnimation + parent: MLEM.Formatting.Codes.WobblyCode + langs: + - csharp + - vb + name: TimeIntoAnimation + nameWithType: WobblyCode.TimeIntoAnimation + fullName: MLEM.Formatting.Codes.WobblyCode.TimeIntoAnimation + type: Field + source: + remote: + path: MLEM/Formatting/Codes/WobblyCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TimeIntoAnimation + path: ../MLEM/Formatting/Codes/WobblyCode.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public TimeSpan TimeIntoAnimation + return: + type: System.TimeSpan + content.vb: Public TimeIntoAnimation As TimeSpan + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.WobblyCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.WobblyCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single) + id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)' + parent: MLEM.Formatting.Codes.WobblyCode + langs: + - csharp + - vb + name: WobblyCode(Match, Regex, Single, Single) + nameWithType: WobblyCode.WobblyCode(Match, Regex, Single, Single) + fullName: MLEM.Formatting.Codes.WobblyCode.WobblyCode(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM/Formatting/Codes/WobblyCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Codes/WobblyCode.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public WobblyCode(Match match, Regex regex, float modifier, float heightModifier) + parameters: + - id: match + type: System.Text.RegularExpressions.Match + - id: regex + type: System.Text.RegularExpressions.Regex + - id: modifier + type: System.Single + - id: heightModifier + type: System.Single + content.vb: Public Sub New(match As Match, regex As Regex, modifier As Single, heightModifier As Single) + overload: MLEM.Formatting.Codes.WobblyCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.WobblyCode + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: WobblyCode.Update(GameTime) + fullName: MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/WobblyCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Formatting/Codes/WobblyCode.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Formatting.Codes.WobblyCode.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.WobblyCode + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + nameWithType: WobblyCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single) + fullName: MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Codes/WobblyCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Codes/WobblyCode.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Formatting.Codes + syntax: + content: public override bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + return: + type: System.Boolean + content.vb: Public Overrides Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean + overridden: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + overload: MLEM.Formatting.Codes.WobblyCode.DrawCharacter* + nameWithType.vb: WobblyCode.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single) + name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single) +references: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.AnimatedCode + commentId: T:MLEM.Formatting.Codes.AnimatedCode + parent: MLEM.Formatting.Codes + name: AnimatedCode + nameWithType: AnimatedCode + fullName: MLEM.Formatting.Codes.AnimatedCode +- uid: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + commentId: M:MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + parent: MLEM.Formatting.Codes.AnimatedCode + name: EndsHere(Code) + nameWithType: AnimatedCode.EndsHere(Code) + fullName: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + spec.csharp: + - uid: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: AnimatedCode.EndsHere + fullName: MLEM.Formatting.Codes.AnimatedCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code) + name: EndsHere + nameWithType: AnimatedCode.EndsHere + fullName: MLEM.Formatting.Codes.AnimatedCode.EndsHere + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.Regex + commentId: F:MLEM.Formatting.Codes.Code.Regex + parent: MLEM.Formatting.Codes.Code + name: Regex + nameWithType: Code.Regex + fullName: MLEM.Formatting.Codes.Code.Regex +- uid: MLEM.Formatting.Codes.Code.Match + commentId: F:MLEM.Formatting.Codes.Code.Match + parent: MLEM.Formatting.Codes.Code + name: Match + nameWithType: Code.Match + fullName: MLEM.Formatting.Codes.Code.Match +- uid: MLEM.Formatting.Codes.Code.Token + commentId: P:MLEM.Formatting.Codes.Code.Token + parent: MLEM.Formatting.Codes.Code + name: Token + nameWithType: Code.Token + fullName: MLEM.Formatting.Codes.Code.Token +- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: GetColor(Color) + nameWithType: Code.GetColor(Color) + fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color) + name: GetColor + nameWithType: Code.GetColor + fullName: MLEM.Formatting.Codes.Code.GetColor + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetFont(GenericFont) + nameWithType: Code.GetFont(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont) + name: GetFont + nameWithType: Code.GetFont + fullName: MLEM.Formatting.Codes.Code.GetFont + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Codes.Code + name: GetReplacementString(GenericFont) + nameWithType: Code.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont) + name: GetReplacementString + nameWithType: Code.GetReplacementString + fullName: MLEM.Formatting.Codes.Code.GetReplacementString + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + name: DrawSelf + nameWithType: Code.DrawSelf + fullName: MLEM.Formatting.Codes.Code.DrawSelf + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Formatting.Codes.WobblyCode.#ctor* + commentId: Overload:MLEM.Formatting.Codes.WobblyCode.#ctor + name: WobblyCode + nameWithType: WobblyCode.WobblyCode + fullName: MLEM.Formatting.Codes.WobblyCode.WobblyCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions.Regex + commentId: T:System.Text.RegularExpressions.Regex + parent: System.Text.RegularExpressions + isExternal: true + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: Update(GameTime) + nameWithType: Code.Update(GameTime) + fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - 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: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Code.Update + fullName: MLEM.Formatting.Codes.Code.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.WobblyCode.Update* + commentId: Overload:MLEM.Formatting.Codes.WobblyCode.Update + name: Update + nameWithType: WobblyCode.Update + fullName: MLEM.Formatting.Codes.WobblyCode.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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + parent: MLEM.Formatting.Codes.Code + isExternal: true + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + spec.csharp: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single) + name: DrawCharacter + nameWithType: Code.DrawCharacter + fullName: MLEM.Formatting.Codes.Code.DrawCharacter + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Char + name: Char + nameWithType: Char + fullName: System.Char + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.WobblyCode.DrawCharacter* + commentId: Overload:MLEM.Formatting.Codes.WobblyCode.DrawCharacter + name: DrawCharacter + nameWithType: WobblyCode.DrawCharacter + fullName: MLEM.Formatting.Codes.WobblyCode.DrawCharacter +- 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: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.Codes.yml b/Docs/api/MLEM.Formatting.Codes.yml new file mode 100644 index 0000000..b1f2d76 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Codes.yml @@ -0,0 +1,92 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + id: MLEM.Formatting.Codes + children: + - MLEM.Formatting.Codes.AnimatedCode + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.Codes.Code.Constructor + - MLEM.Formatting.Codes.ColorCode + - MLEM.Formatting.Codes.FontCode + - MLEM.Formatting.Codes.ImageCode + - MLEM.Formatting.Codes.ImageCodeExtensions + - MLEM.Formatting.Codes.LinkCode + - MLEM.Formatting.Codes.ShadowCode + - MLEM.Formatting.Codes.UnderlineCode + - MLEM.Formatting.Codes.WobblyCode + langs: + - csharp + - vb + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Formatting.Codes.AnimatedCode + commentId: T:MLEM.Formatting.Codes.AnimatedCode + parent: MLEM.Formatting.Codes + name: AnimatedCode + nameWithType: AnimatedCode + fullName: MLEM.Formatting.Codes.AnimatedCode +- uid: MLEM.Formatting.Codes.Code + commentId: T:MLEM.Formatting.Codes.Code + parent: MLEM.Formatting.Codes + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code +- uid: MLEM.Formatting.Codes.Code.Constructor + commentId: T:MLEM.Formatting.Codes.Code.Constructor + name: Code.Constructor + nameWithType: Code.Constructor + fullName: MLEM.Formatting.Codes.Code.Constructor +- uid: MLEM.Formatting.Codes.ColorCode + commentId: T:MLEM.Formatting.Codes.ColorCode + name: ColorCode + nameWithType: ColorCode + fullName: MLEM.Formatting.Codes.ColorCode +- uid: MLEM.Formatting.Codes.FontCode + commentId: T:MLEM.Formatting.Codes.FontCode + parent: MLEM.Formatting.Codes + name: FontCode + nameWithType: FontCode + fullName: MLEM.Formatting.Codes.FontCode +- uid: MLEM.Formatting.Codes.ImageCode + commentId: T:MLEM.Formatting.Codes.ImageCode + name: ImageCode + nameWithType: ImageCode + fullName: MLEM.Formatting.Codes.ImageCode +- uid: MLEM.Formatting.Codes.ImageCodeExtensions + commentId: T:MLEM.Formatting.Codes.ImageCodeExtensions + parent: MLEM.Formatting.Codes + name: ImageCodeExtensions + nameWithType: ImageCodeExtensions + fullName: MLEM.Formatting.Codes.ImageCodeExtensions +- uid: MLEM.Formatting.Codes.LinkCode + commentId: T:MLEM.Formatting.Codes.LinkCode + name: LinkCode + nameWithType: LinkCode + fullName: MLEM.Formatting.Codes.LinkCode +- uid: MLEM.Formatting.Codes.ShadowCode + commentId: T:MLEM.Formatting.Codes.ShadowCode + name: ShadowCode + nameWithType: ShadowCode + fullName: MLEM.Formatting.Codes.ShadowCode +- uid: MLEM.Formatting.Codes.UnderlineCode + commentId: T:MLEM.Formatting.Codes.UnderlineCode + parent: MLEM.Formatting.Codes + name: UnderlineCode + nameWithType: UnderlineCode + fullName: MLEM.Formatting.Codes.UnderlineCode +- uid: MLEM.Formatting.Codes.WobblyCode + commentId: T:MLEM.Formatting.Codes.WobblyCode + name: WobblyCode + nameWithType: WobblyCode + fullName: MLEM.Formatting.Codes.WobblyCode +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes diff --git a/Docs/api/MLEM.Formatting.FormatSettings.yml b/Docs/api/MLEM.Formatting.FormatSettings.yml new file mode 100644 index 0000000..e336ce7 --- /dev/null +++ b/Docs/api/MLEM.Formatting.FormatSettings.yml @@ -0,0 +1,724 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + id: FormatSettings + parent: MLEM.Formatting + children: + - MLEM.Formatting.FormatSettings.Default + - MLEM.Formatting.FormatSettings.DropShadowColor + - MLEM.Formatting.FormatSettings.DropShadowOffset + - MLEM.Formatting.FormatSettings.TypingSpeed + - MLEM.Formatting.FormatSettings.WobbleHeightModifier + - MLEM.Formatting.FormatSettings.WobbleModifier + langs: + - csharp + - vb + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormatSettings + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public class FormatSettings : GenericDataHolder + content.vb: >- + + + Public Class FormatSettings + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Formatting.FormatSettings.Default + commentId: F:MLEM.Formatting.FormatSettings.Default + id: Default + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: Default + nameWithType: FormatSettings.Default + fullName: MLEM.Formatting.FormatSettings.Default + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Default + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static readonly FormatSettings Default + return: + type: MLEM.Formatting.FormatSettings + content.vb: Public Shared ReadOnly Default As FormatSettings + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Formatting.FormatSettings.WobbleModifier + commentId: F:MLEM.Formatting.FormatSettings.WobbleModifier + id: WobbleModifier + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: WobbleModifier + nameWithType: FormatSettings.WobbleModifier + fullName: MLEM.Formatting.FormatSettings.WobbleModifier + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WobbleModifier + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public float WobbleModifier + return: + type: System.Single + content.vb: Public WobbleModifier As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormatSettings.WobbleHeightModifier + commentId: F:MLEM.Formatting.FormatSettings.WobbleHeightModifier + id: WobbleHeightModifier + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: WobbleHeightModifier + nameWithType: FormatSettings.WobbleHeightModifier + fullName: MLEM.Formatting.FormatSettings.WobbleHeightModifier + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WobbleHeightModifier + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public float WobbleHeightModifier + return: + type: System.Single + content.vb: Public WobbleHeightModifier As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormatSettings.TypingSpeed + commentId: F:MLEM.Formatting.FormatSettings.TypingSpeed + id: TypingSpeed + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: TypingSpeed + nameWithType: FormatSettings.TypingSpeed + fullName: MLEM.Formatting.FormatSettings.TypingSpeed + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TypingSpeed + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public float TypingSpeed + return: + type: System.Single + content.vb: Public TypingSpeed As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormatSettings.DropShadowColor + commentId: F:MLEM.Formatting.FormatSettings.DropShadowColor + id: DropShadowColor + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: DropShadowColor + nameWithType: FormatSettings.DropShadowColor + fullName: MLEM.Formatting.FormatSettings.DropShadowColor + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DropShadowColor + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Color DropShadowColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public DropShadowColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormatSettings.DropShadowOffset + commentId: F:MLEM.Formatting.FormatSettings.DropShadowOffset + id: DropShadowOffset + parent: MLEM.Formatting.FormatSettings + langs: + - csharp + - vb + name: DropShadowOffset + nameWithType: FormatSettings.DropShadowOffset + fullName: MLEM.Formatting.FormatSettings.DropShadowOffset + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormatSettings.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DropShadowOffset + path: ../MLEM/Formatting/Obsolete/FormatSettings.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Vector2 DropShadowOffset + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public DropShadowOffset As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + parent: MLEM.Formatting + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 diff --git a/Docs/api/MLEM.Formatting.FormattingCode.Type.yml b/Docs/api/MLEM.Formatting.FormattingCode.Type.yml new file mode 100644 index 0000000..3840db1 --- /dev/null +++ b/Docs/api/MLEM.Formatting.FormattingCode.Type.yml @@ -0,0 +1,178 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.FormattingCode.Type + commentId: T:MLEM.Formatting.FormattingCode.Type + id: FormattingCode.Type + parent: MLEM.Formatting + children: + - MLEM.Formatting.FormattingCode.Type.Animation + - MLEM.Formatting.FormattingCode.Type.Color + - MLEM.Formatting.FormattingCode.Type.Icon + - MLEM.Formatting.FormattingCode.Type.Style + langs: + - csharp + - vb + name: FormattingCode.Type + nameWithType: FormattingCode.Type + fullName: MLEM.Formatting.FormattingCode.Type + type: Enum + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Type + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 45 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public enum Type + content.vb: Public Enum Type + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Formatting.FormattingCode.Type.Color + commentId: F:MLEM.Formatting.FormattingCode.Type.Color + id: Color + parent: MLEM.Formatting.FormattingCode.Type + langs: + - csharp + - vb + name: Color + nameWithType: FormattingCode.Type.Color + fullName: MLEM.Formatting.FormattingCode.Type.Color + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Color + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 47 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Color = 0 + return: + type: MLEM.Formatting.FormattingCode.Type + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.FormattingCode.Type.Style + commentId: F:MLEM.Formatting.FormattingCode.Type.Style + id: Style + parent: MLEM.Formatting.FormattingCode.Type + langs: + - csharp + - vb + name: Style + nameWithType: FormattingCode.Type.Style + fullName: MLEM.Formatting.FormattingCode.Type.Style + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Style + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 48 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Style = 1 + return: + type: MLEM.Formatting.FormattingCode.Type + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.FormattingCode.Type.Icon + commentId: F:MLEM.Formatting.FormattingCode.Type.Icon + id: Icon + parent: MLEM.Formatting.FormattingCode.Type + langs: + - csharp + - vb + name: Icon + nameWithType: FormattingCode.Type.Icon + fullName: MLEM.Formatting.FormattingCode.Type.Icon + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Icon + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 49 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Icon = 2 + return: + type: MLEM.Formatting.FormattingCode.Type + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.FormattingCode.Type.Animation + commentId: F:MLEM.Formatting.FormattingCode.Type.Animation + id: Animation + parent: MLEM.Formatting.FormattingCode.Type + langs: + - csharp + - vb + name: Animation + nameWithType: FormattingCode.Type.Animation + fullName: MLEM.Formatting.FormattingCode.Type.Animation + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Animation + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 50 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Animation = 3 + return: + type: MLEM.Formatting.FormattingCode.Type + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Formatting.FormattingCode.Type + commentId: T:MLEM.Formatting.FormattingCode.Type + parent: MLEM.Formatting + name: FormattingCode.Type + nameWithType: FormattingCode.Type + fullName: MLEM.Formatting.FormattingCode.Type diff --git a/Docs/api/MLEM.Formatting.FormattingCode.yml b/Docs/api/MLEM.Formatting.FormattingCode.yml new file mode 100644 index 0000000..e9ece51 --- /dev/null +++ b/Docs/api/MLEM.Formatting.FormattingCode.yml @@ -0,0 +1,813 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.FormattingCode + commentId: T:MLEM.Formatting.FormattingCode + id: FormattingCode + parent: MLEM.Formatting + children: + - MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation) + - MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter) + - MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle) + - MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion) + - MLEM.Formatting.FormattingCode.Animation + - MLEM.Formatting.FormattingCode.CodeType + - MLEM.Formatting.FormattingCode.Color + - MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont) + - MLEM.Formatting.FormattingCode.Icon + - MLEM.Formatting.FormattingCode.Style + langs: + - csharp + - vb + name: FormattingCode + nameWithType: FormattingCode + fullName: MLEM.Formatting.FormattingCode + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormattingCode + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public class FormattingCode + content.vb: >- + + + Public Class FormattingCode + inheritance: + - System.Object + inheritedMembers: + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Formatting.FormattingCode.CodeType + commentId: F:MLEM.Formatting.FormattingCode.CodeType + id: CodeType + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: CodeType + nameWithType: FormattingCode.CodeType + fullName: MLEM.Formatting.FormattingCode.CodeType + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CodeType + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly FormattingCode.Type CodeType + return: + type: MLEM.Formatting.FormattingCode.Type + content.vb: Public ReadOnly CodeType As FormattingCode.Type + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCode.Color + commentId: F:MLEM.Formatting.FormattingCode.Color + id: Color + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: Color + nameWithType: FormattingCode.Color + fullName: MLEM.Formatting.FormattingCode.Color + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Color + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Color Color + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public ReadOnly Color As Color + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCode.Style + commentId: F:MLEM.Formatting.FormattingCode.Style + id: Style + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: Style + nameWithType: FormattingCode.Style + fullName: MLEM.Formatting.FormattingCode.Style + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Style + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly TextStyle Style + return: + type: MLEM.Formatting.TextStyle + content.vb: Public ReadOnly Style As TextStyle + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCode.Icon + commentId: F:MLEM.Formatting.FormattingCode.Icon + id: Icon + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: Icon + nameWithType: FormattingCode.Icon + fullName: MLEM.Formatting.FormattingCode.Icon + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Icon + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly SpriteAnimation Icon + return: + type: MLEM.Animations.SpriteAnimation + content.vb: Public ReadOnly Icon As SpriteAnimation + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCode.Animation + commentId: F:MLEM.Formatting.FormattingCode.Animation + id: Animation + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: Animation + nameWithType: FormattingCode.Animation + fullName: MLEM.Formatting.FormattingCode.Animation + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Animation + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly TextAnimation.DrawCharacter Animation + return: + type: MLEM.Formatting.TextAnimation.DrawCharacter + content.vb: Public ReadOnly Animation As TextAnimation.DrawCharacter + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color) + id: '#ctor(Microsoft.Xna.Framework.Color)' + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: FormattingCode(Color) + nameWithType: FormattingCode.FormattingCode(Color) + fullName: MLEM.Formatting.FormattingCode.FormattingCode(Microsoft.Xna.Framework.Color) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCode(Color color) + parameters: + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: Public Sub New(color As Color) + overload: MLEM.Formatting.FormattingCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle) + commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle) + id: '#ctor(MLEM.Formatting.TextStyle)' + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: FormattingCode(TextStyle) + nameWithType: FormattingCode.FormattingCode(TextStyle) + fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Formatting.TextStyle) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCode(TextStyle style) + parameters: + - id: style + type: MLEM.Formatting.TextStyle + content.vb: Public Sub New(style As TextStyle) + overload: MLEM.Formatting.FormattingCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion) + commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion) + id: '#ctor(MLEM.Textures.TextureRegion)' + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: FormattingCode(TextureRegion) + nameWithType: FormattingCode.FormattingCode(TextureRegion) + fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Textures.TextureRegion) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCode(TextureRegion icon) + parameters: + - id: icon + type: MLEM.Textures.TextureRegion + content.vb: Public Sub New(icon As TextureRegion) + overload: MLEM.Formatting.FormattingCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation) + commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation) + id: '#ctor(MLEM.Animations.SpriteAnimation)' + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: FormattingCode(SpriteAnimation) + nameWithType: FormattingCode.FormattingCode(SpriteAnimation) + fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Animations.SpriteAnimation) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCode(SpriteAnimation icon) + parameters: + - id: icon + type: MLEM.Animations.SpriteAnimation + content.vb: Public Sub New(icon As SpriteAnimation) + overload: MLEM.Formatting.FormattingCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter) + commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter) + id: '#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)' + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: FormattingCode(TextAnimation.DrawCharacter) + nameWithType: FormattingCode.FormattingCode(TextAnimation.DrawCharacter) + fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Formatting.TextAnimation.DrawCharacter) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 36 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCode(TextAnimation.DrawCharacter animation) + parameters: + - id: animation + type: MLEM.Formatting.TextAnimation.DrawCharacter + content.vb: Public Sub New(animation As TextAnimation.DrawCharacter) + overload: MLEM.Formatting.FormattingCode.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont) + id: GetReplacementString(MLEM.Font.GenericFont) + parent: MLEM.Formatting.FormattingCode + langs: + - csharp + - vb + name: GetReplacementString(GenericFont) + nameWithType: FormattingCode.GetReplacementString(GenericFont) + fullName: MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetReplacementString + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public virtual string GetReplacementString(GenericFont font) + parameters: + - id: font + type: MLEM.Font.GenericFont + return: + type: System.String + content.vb: Public Overridable Function GetReplacementString(font As GenericFont) As String + overload: MLEM.Formatting.FormattingCode.GetReplacementString* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Formatting.FormattingCode.Type + commentId: T:MLEM.Formatting.FormattingCode.Type + parent: MLEM.Formatting + name: FormattingCode.Type + nameWithType: FormattingCode.Type + fullName: MLEM.Formatting.FormattingCode.Type +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Formatting.TextStyle + commentId: T:MLEM.Formatting.TextStyle + parent: MLEM.Formatting + name: TextStyle + nameWithType: TextStyle + fullName: MLEM.Formatting.TextStyle +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: MLEM.Formatting.TextAnimation.DrawCharacter + commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter + parent: MLEM.Formatting + name: TextAnimation.DrawCharacter + nameWithType: TextAnimation.DrawCharacter + fullName: MLEM.Formatting.TextAnimation.DrawCharacter +- uid: MLEM.Formatting.FormattingCode.#ctor* + commentId: Overload:MLEM.Formatting.FormattingCode.#ctor + name: FormattingCode + nameWithType: FormattingCode.FormattingCode + fullName: MLEM.Formatting.FormattingCode.FormattingCode +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Formatting.FormattingCode.GetReplacementString* + commentId: Overload:MLEM.Formatting.FormattingCode.GetReplacementString + name: GetReplacementString + nameWithType: FormattingCode.GetReplacementString + fullName: MLEM.Formatting.FormattingCode.GetReplacementString +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.FormattingCodeCollection.yml b/Docs/api/MLEM.Formatting.FormattingCodeCollection.yml new file mode 100644 index 0000000..5662ad5 --- /dev/null +++ b/Docs/api/MLEM.Formatting.FormattingCodeCollection.yml @@ -0,0 +1,4142 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.FormattingCodeCollection + commentId: T:MLEM.Formatting.FormattingCodeCollection + id: FormattingCodeCollection + parent: MLEM.Formatting + children: [] + langs: + - csharp + - vb + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormattingCodeCollection + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public class FormattingCodeCollection : Dictionary>, IDictionary>, ICollection>>, IReadOnlyDictionary>, IReadOnlyCollection>>, IEnumerable>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable + content.vb: >- + + + Public Class FormattingCodeCollection + Inherits Dictionary(Of Integer, List(Of FormattingCodeData)) + Implements IDictionary(Of Integer, List(Of FormattingCodeData)), ICollection(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IReadOnlyDictionary(Of Integer, List(Of FormattingCodeData)), IReadOnlyCollection(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IEnumerable(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable + inheritance: + - System.Object + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + implements: + - System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + - System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + - System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + - System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + - System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + - System.Collections.IDictionary + - System.Collections.ICollection + - System.Collections.IEnumerable + - System.Runtime.Serialization.IDeserializationCallback + - System.Runtime.Serialization.ISerializable + inheritedMembers: + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object) + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values + - System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + commentId: T:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + name: Dictionary> + nameWithType: Dictionary> + fullName: System.Collections.Generic.Dictionary> + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: Dictionary(Of Int32, List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + commentId: T:System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + parent: System.Collections.Generic + definition: System.Collections.Generic.IDictionary`2 + name: IDictionary> + nameWithType: IDictionary> + fullName: System.Collections.Generic.IDictionary> + nameWithType.vb: IDictionary(Of Int32, List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.IDictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: IDictionary(Of Int32, List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.IDictionary`2 + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.Generic.IDictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IDictionary`2 + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.Generic.IDictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + commentId: T:System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + name: ICollection>> + nameWithType: ICollection>> + fullName: System.Collections.Generic.ICollection>> + nameWithType.vb: ICollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.ICollection(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: ICollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + commentId: T:System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + parent: System.Collections.Generic + definition: System.Collections.Generic.IReadOnlyDictionary`2 + name: IReadOnlyDictionary> + nameWithType: IReadOnlyDictionary> + fullName: System.Collections.Generic.IReadOnlyDictionary> + nameWithType.vb: IReadOnlyDictionary(Of Int32, List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: IReadOnlyDictionary(Of Int32, List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyDictionary`2 + name: IReadOnlyDictionary + nameWithType: IReadOnlyDictionary + fullName: System.Collections.Generic.IReadOnlyDictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyDictionary`2 + name: IReadOnlyDictionary + nameWithType: IReadOnlyDictionary + fullName: System.Collections.Generic.IReadOnlyDictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + commentId: T:System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + parent: System.Collections.Generic + definition: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection>> + nameWithType: IReadOnlyCollection>> + fullName: System.Collections.Generic.IReadOnlyCollection>> + nameWithType.vb: IReadOnlyCollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: IReadOnlyCollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + commentId: T:System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable>> + nameWithType: IEnumerable>> + fullName: System.Collections.Generic.IEnumerable>> + nameWithType.vb: IEnumerable(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: IEnumerable(Of KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - 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: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.IDictionary + commentId: T:System.Collections.IDictionary + parent: System.Collections + isExternal: true + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.IDictionary +- uid: System.Collections.ICollection + commentId: T:System.Collections.ICollection + parent: System.Collections + isExternal: true + name: ICollection + nameWithType: ICollection + fullName: System.Collections.ICollection +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.Runtime.Serialization.IDeserializationCallback + commentId: T:System.Runtime.Serialization.IDeserializationCallback + parent: System.Runtime.Serialization + isExternal: true + name: IDeserializationCallback + nameWithType: IDeserializationCallback + fullName: System.Runtime.Serialization.IDeserializationCallback +- uid: System.Runtime.Serialization.ISerializable + commentId: T:System.Runtime.Serialization.ISerializable + parent: System.Runtime.Serialization + isExternal: true + name: ISerializable + nameWithType: ISerializable + fullName: System.Runtime.Serialization.ISerializable +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + name: IDictionary.get_Item(Object) + nameWithType: Dictionary>.IDictionary.get_Item(Object) + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.get_Item(System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.get_Item(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.get_Item(System.Object) + name.vb: System.Collections.IDictionary.get_Item(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + name: IDictionary.get_Item + nameWithType: Dictionary>.IDictionary.get_Item + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.get_Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + name: System.Collections.IDictionary.get_Item + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.get_Item + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.get_Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + name: IDictionary.set_Item(Object, Object) + nameWithType: Dictionary>.IDictionary.set_Item(Object, Object) + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.set_Item(System.Object, System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.set_Item(Object, Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.set_Item(System.Object, System.Object) + name.vb: System.Collections.IDictionary.set_Item(Object, Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + name: IDictionary.set_Item + nameWithType: Dictionary>.IDictionary.set_Item + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.set_Item + 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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + name: System.Collections.IDictionary.set_Item + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.set_Item + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.set_Item + 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.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Add(`0,`1) + name: Add(Int32, List) + nameWithType: Dictionary>.Add(Int32, List) + fullName: System.Collections.Generic.Dictionary>.Add(System.Int32, System.Collections.Generic.List) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Add(Int32, List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Add(System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: Add(Int32, List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Add(`0,`1) + name: Add + nameWithType: Dictionary>.Add + fullName: System.Collections.Generic.Dictionary>.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Add(`0,`1) + name: Add + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Add + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Clear + name: Clear() + nameWithType: Dictionary>.Clear() + fullName: System.Collections.Generic.Dictionary>.Clear() + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Clear() + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Clear() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Clear + name: Clear + nameWithType: Dictionary>.Clear + fullName: System.Collections.Generic.Dictionary>.Clear + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Clear + name: Clear + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Clear + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Clear + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + name: ContainsKey(Int32) + nameWithType: Dictionary>.ContainsKey(Int32) + fullName: System.Collections.Generic.Dictionary>.ContainsKey(System.Int32) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsKey(Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsKey(System.Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + name: ContainsKey + nameWithType: Dictionary>.ContainsKey + fullName: System.Collections.Generic.Dictionary>.ContainsKey + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + name: ContainsKey + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsKey + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsKey + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + name: ContainsValue(List) + nameWithType: Dictionary>.ContainsValue(List) + fullName: System.Collections.Generic.Dictionary>.ContainsValue(System.Collections.Generic.List) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsValue(List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsValue(System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: ContainsValue(List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + name: ContainsValue + nameWithType: Dictionary>.ContainsValue + fullName: System.Collections.Generic.Dictionary>.ContainsValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + name: ContainsValue + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsValue + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.GetEnumerator + name: GetEnumerator() + nameWithType: Dictionary>.GetEnumerator() + fullName: System.Collections.Generic.Dictionary>.GetEnumerator() + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.GetEnumerator + name: GetEnumerator + nameWithType: Dictionary>.GetEnumerator + fullName: System.Collections.Generic.Dictionary>.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.GetEnumerator + name: GetEnumerator + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData(SerializationInfo, StreamingContext) + nameWithType: Dictionary>.GetObjectData(SerializationInfo, StreamingContext) + fullName: System.Collections.Generic.Dictionary>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).GetObjectData(SerializationInfo, StreamingContext) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + nameWithType: Dictionary>.GetObjectData + fullName: System.Collections.Generic.Dictionary>.GetObjectData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + nameWithType: SerializationInfo + fullName: System.Runtime.Serialization.SerializationInfo + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + nameWithType: StreamingContext + fullName: System.Runtime.Serialization.StreamingContext + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).GetObjectData + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetObjectData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + nameWithType: SerializationInfo + fullName: System.Runtime.Serialization.SerializationInfo + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + nameWithType: StreamingContext + fullName: System.Runtime.Serialization.StreamingContext + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + name: OnDeserialization(Object) + nameWithType: Dictionary>.OnDeserialization(Object) + fullName: System.Collections.Generic.Dictionary>.OnDeserialization(System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).OnDeserialization(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).OnDeserialization(System.Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + name: OnDeserialization + nameWithType: Dictionary>.OnDeserialization + fullName: System.Collections.Generic.Dictionary>.OnDeserialization + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + name: OnDeserialization + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).OnDeserialization + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).OnDeserialization + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Remove(`0) + name: Remove(Int32) + nameWithType: Dictionary>.Remove(Int32) + fullName: System.Collections.Generic.Dictionary>.Remove(System.Int32) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Remove(Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Remove(System.Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Remove(`0) + name: Remove + nameWithType: Dictionary>.Remove + fullName: System.Collections.Generic.Dictionary>.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Remove(`0) + name: Remove + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Remove + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Add(KeyValuePair>) + nameWithType: Dictionary>.ICollection>>.Add(KeyValuePair>) + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Add(System.Collections.Generic.KeyValuePair>) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Add(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: System.Collections.Generic.ICollection>.Add(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Add + nameWithType: Dictionary>.ICollection>>.Add + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Add + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Add + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Contains(KeyValuePair>) + nameWithType: Dictionary>.ICollection>>.Contains(KeyValuePair>) + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Contains(System.Collections.Generic.KeyValuePair>) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Contains(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: System.Collections.Generic.ICollection>.Contains(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Contains + nameWithType: Dictionary>.ICollection>>.Contains + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Contains + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Contains + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + name: ICollection>>.CopyTo(KeyValuePair>[], Int32) + nameWithType: Dictionary>.ICollection>>.CopyTo(KeyValuePair>[], Int32) + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.CopyTo(System.Collections.Generic.KeyValuePair>[], System.Int32) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.CopyTo(KeyValuePair(Of Int32, List(Of FormattingCodeData))(), Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))(), System.Int32) + name.vb: System.Collections.Generic.ICollection>.CopyTo(KeyValuePair(Of Int32, List(Of FormattingCodeData))(), Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + name: ICollection>>.CopyTo + nameWithType: Dictionary>.ICollection>>.CopyTo + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '[]' + nameWithType: '[]' + fullName: '[]' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + name: System.Collections.Generic.ICollection>.CopyTo + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.CopyTo + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: () + nameWithType: () + fullName: () + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Remove(KeyValuePair>) + nameWithType: Dictionary>.ICollection>>.Remove(KeyValuePair>) + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Remove(System.Collections.Generic.KeyValuePair>) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Remove(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))) + name.vb: System.Collections.Generic.ICollection>.Remove(KeyValuePair(Of Int32, List(Of FormattingCodeData))) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>>.Remove + nameWithType: Dictionary>.ICollection>>.Remove + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Remove + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.Remove + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + name: IEnumerable>>.GetEnumerator() + nameWithType: Dictionary>.IEnumerable>>.GetEnumerator() + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IEnumerable>>.GetEnumerator() + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IEnumerable>.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IEnumerable>.GetEnumerator() + name.vb: System.Collections.Generic.IEnumerable>.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + name: IEnumerable>>.GetEnumerator + nameWithType: Dictionary>.IEnumerable>>.GetEnumerator + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IEnumerable>>.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + name: System.Collections.Generic.IEnumerable>.GetEnumerator + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IEnumerable>.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IEnumerable>.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + name: ICollection.CopyTo(Array, Int32) + nameWithType: Dictionary>.ICollection.CopyTo(Array, Int32) + fullName: System.Collections.Generic.Dictionary>.System.Collections.ICollection.CopyTo(System.Array, System.Int32) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.CopyTo(Array, Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.CopyTo(System.Array, System.Int32) + name.vb: System.Collections.ICollection.CopyTo(Array, Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + name: ICollection.CopyTo + nameWithType: Dictionary>.ICollection.CopyTo + fullName: System.Collections.Generic.Dictionary>.System.Collections.ICollection.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Array + name: Array + nameWithType: Array + fullName: System.Array + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + name: System.Collections.ICollection.CopyTo + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.CopyTo + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Array + name: Array + nameWithType: Array + fullName: System.Array + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + name: IDictionary.Add(Object, Object) + nameWithType: Dictionary>.IDictionary.Add(Object, Object) + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Add(System.Object, System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Add(Object, Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Add(System.Object, System.Object) + name.vb: System.Collections.IDictionary.Add(Object, Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + name: IDictionary.Add + nameWithType: Dictionary>.IDictionary.Add + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Add + 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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + name: System.Collections.IDictionary.Add + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Add + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Add + 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.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + name: IDictionary.Contains(Object) + nameWithType: Dictionary>.IDictionary.Contains(Object) + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Contains(System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Contains(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Contains(System.Object) + name.vb: System.Collections.IDictionary.Contains(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + name: IDictionary.Contains + nameWithType: Dictionary>.IDictionary.Contains + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + name: System.Collections.IDictionary.Contains + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Contains + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + name: IDictionary.GetEnumerator() + nameWithType: Dictionary>.IDictionary.GetEnumerator() + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.GetEnumerator() + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.GetEnumerator() + name.vb: System.Collections.IDictionary.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + name: IDictionary.GetEnumerator + nameWithType: Dictionary>.IDictionary.GetEnumerator + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + name: System.Collections.IDictionary.GetEnumerator + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + name: IDictionary.Remove(Object) + nameWithType: Dictionary>.IDictionary.Remove(Object) + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Remove(System.Object) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Remove(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Remove(System.Object) + name.vb: System.Collections.IDictionary.Remove(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + name: IDictionary.Remove + nameWithType: Dictionary>.IDictionary.Remove + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + name: System.Collections.IDictionary.Remove + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Remove + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + nameWithType: Dictionary>.IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.Dictionary>.System.Collections.IEnumerable.GetEnumerator() + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator() + name.vb: System.Collections.IEnumerable.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator + nameWithType: Dictionary>.IEnumerable.GetEnumerator + fullName: System.Collections.Generic.Dictionary>.System.Collections.IEnumerable.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + name: System.Collections.IEnumerable.GetEnumerator + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@) + commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + name: TryGetValue(Int32, List) + nameWithType: Dictionary>.TryGetValue(Int32, List) + fullName: System.Collections.Generic.Dictionary>.TryGetValue(System.Int32, System.Collections.Generic.List) + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).TryGetValue(Int32, List(Of FormattingCodeData)) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).TryGetValue(System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)) + name.vb: TryGetValue(Int32, List(Of FormattingCodeData)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + name: TryGetValue + nameWithType: Dictionary>.TryGetValue + fullName: System.Collections.Generic.Dictionary>.TryGetValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + name: TryGetValue + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).TryGetValue + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).TryGetValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Comparer + name: Comparer + nameWithType: Dictionary>.Comparer + fullName: System.Collections.Generic.Dictionary>.Comparer + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Comparer + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Comparer +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Count + name: Count + nameWithType: Dictionary>.Count + fullName: System.Collections.Generic.Dictionary>.Count + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Count + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Count +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32) + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Item(`0) + name: Item[Int32] + nameWithType: Dictionary>.Item[Int32] + fullName: System.Collections.Generic.Dictionary>.Item[System.Int32] + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Item(Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Item(System.Int32) + name.vb: Item(Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Item(`0) + name: Item + nameWithType: Dictionary>.Item + fullName: System.Collections.Generic.Dictionary>.Item + isExternal: true + - name: '[' + nameWithType: '[' + fullName: '[' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ']' + nameWithType: ']' + fullName: ']' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Item(`0) + name: Item + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Item + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Keys + name: Keys + nameWithType: Dictionary>.Keys + fullName: System.Collections.Generic.Dictionary>.Keys + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Keys + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Keys +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + name: ICollection>>.IsReadOnly + nameWithType: Dictionary>.ICollection>>.IsReadOnly + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.ICollection>>.IsReadOnly + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection>.IsReadOnly + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection>.IsReadOnly + name.vb: System.Collections.Generic.ICollection>.IsReadOnly +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + name: IDictionary>.Keys + nameWithType: Dictionary>.IDictionary>.Keys + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IDictionary>.Keys + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IDictionary.Keys + name.vb: System.Collections.Generic.IDictionary.Keys +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values + name: IDictionary>.Values + nameWithType: Dictionary>.IDictionary>.Values + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IDictionary>.Values + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IDictionary.Values + name.vb: System.Collections.Generic.IDictionary.Values +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + name: IReadOnlyDictionary>.Keys + nameWithType: Dictionary>.IReadOnlyDictionary>.Keys + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IReadOnlyDictionary>.Keys + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary.Keys + name.vb: System.Collections.Generic.IReadOnlyDictionary.Keys +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + name: IReadOnlyDictionary>.Values + nameWithType: Dictionary>.IReadOnlyDictionary>.Values + fullName: System.Collections.Generic.Dictionary>.System.Collections.Generic.IReadOnlyDictionary>.Values + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary.Values + name.vb: System.Collections.Generic.IReadOnlyDictionary.Values +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized + name: ICollection.IsSynchronized + nameWithType: Dictionary>.ICollection.IsSynchronized + fullName: System.Collections.Generic.Dictionary>.System.Collections.ICollection.IsSynchronized + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.IsSynchronized + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.IsSynchronized + name.vb: System.Collections.ICollection.IsSynchronized +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot + name: ICollection.SyncRoot + nameWithType: Dictionary>.ICollection.SyncRoot + fullName: System.Collections.Generic.Dictionary>.System.Collections.ICollection.SyncRoot + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.SyncRoot + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.SyncRoot + name.vb: System.Collections.ICollection.SyncRoot +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize + name: IDictionary.IsFixedSize + nameWithType: Dictionary>.IDictionary.IsFixedSize + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.IsFixedSize + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.IsFixedSize + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.IsFixedSize + name.vb: System.Collections.IDictionary.IsFixedSize +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly + name: IDictionary.IsReadOnly + nameWithType: Dictionary>.IDictionary.IsReadOnly + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.IsReadOnly + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.IsReadOnly + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.IsReadOnly + name.vb: System.Collections.IDictionary.IsReadOnly +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object) + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object) + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + name: IDictionary.Item[Object] + nameWithType: Dictionary>.IDictionary.Item[Object] + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Item[System.Object] + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Item(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Item(System.Object) + name.vb: System.Collections.IDictionary.Item(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + name: IDictionary.Item + nameWithType: Dictionary>.IDictionary.Item + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Item + isExternal: true + - name: '[' + nameWithType: '[' + fullName: '[' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ']' + nameWithType: ']' + fullName: ']' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + name: System.Collections.IDictionary.Item + nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Item + fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys + name: IDictionary.Keys + nameWithType: Dictionary>.IDictionary.Keys + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Keys + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Keys + name.vb: System.Collections.IDictionary.Keys +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values + name: IDictionary.Values + nameWithType: Dictionary>.IDictionary.Values + fullName: System.Collections.Generic.Dictionary>.System.Collections.IDictionary.Values + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Values + name.vb: System.Collections.IDictionary.Values +- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values + commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values + parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}} + definition: System.Collections.Generic.Dictionary`2.Values + name: Values + nameWithType: Dictionary>.Values + fullName: System.Collections.Generic.Dictionary>.Values + nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Values + fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Values +- 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: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) + name.vb: Dictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - 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: System.Collections.Generic.IDictionary`2 + commentId: T:System.Collections.Generic.IDictionary`2 + isExternal: true + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.Generic.IDictionary + nameWithType.vb: IDictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.IDictionary(Of TKey, TValue) + name.vb: IDictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.IDictionary`2 + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.Generic.IDictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IDictionary`2 + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.Generic.IDictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IReadOnlyDictionary`2 + commentId: T:System.Collections.Generic.IReadOnlyDictionary`2 + isExternal: true + name: IReadOnlyDictionary + nameWithType: IReadOnlyDictionary + fullName: System.Collections.Generic.IReadOnlyDictionary + nameWithType.vb: IReadOnlyDictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of TKey, TValue) + name.vb: IReadOnlyDictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyDictionary`2 + name: IReadOnlyDictionary + nameWithType: IReadOnlyDictionary + fullName: System.Collections.Generic.IReadOnlyDictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyDictionary`2 + name: IReadOnlyDictionary + nameWithType: IReadOnlyDictionary + fullName: System.Collections.Generic.IReadOnlyDictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IReadOnlyCollection`1 + commentId: T:System.Collections.Generic.IReadOnlyCollection`1 + isExternal: true + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of T) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) + name.vb: IReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - 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 + commentId: N:System.Collections + isExternal: true + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections +- uid: System.Runtime.Serialization + commentId: N:System.Runtime.Serialization + isExternal: true + name: System.Runtime.Serialization + nameWithType: System.Runtime.Serialization + fullName: System.Runtime.Serialization +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + isExternal: true + name: IDictionary.get_Item(Object) + nameWithType: Dictionary.IDictionary.get_Item(Object) + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item(System.Object) + name.vb: System.Collections.IDictionary.get_Item(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + name: IDictionary.get_Item + nameWithType: Dictionary.IDictionary.get_Item + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object) + name: System.Collections.IDictionary.get_Item + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + isExternal: true + name: IDictionary.set_Item(Object, Object) + nameWithType: Dictionary.IDictionary.set_Item(Object, Object) + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item(Object, Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item(System.Object, System.Object) + name.vb: System.Collections.IDictionary.set_Item(Object, Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + name: IDictionary.set_Item + nameWithType: Dictionary.IDictionary.set_Item + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item + 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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object) + name: System.Collections.IDictionary.set_Item + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item + 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.Collections.Generic.Dictionary`2.Add(`0,`1) + commentId: M:System.Collections.Generic.Dictionary`2.Add(`0,`1) + isExternal: true + name: Add(TKey, TValue) + nameWithType: Dictionary.Add(TKey, TValue) + fullName: System.Collections.Generic.Dictionary.Add(TKey, TValue) + nameWithType.vb: Dictionary(Of TKey, TValue).Add(TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Add(TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Add(`0,`1) + name: Add + nameWithType: Dictionary.Add + fullName: System.Collections.Generic.Dictionary.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Add(`0,`1) + name: Add + nameWithType: Dictionary(Of TKey, TValue).Add + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.Clear + commentId: M:System.Collections.Generic.Dictionary`2.Clear + isExternal: true + name: Clear() + nameWithType: Dictionary.Clear() + fullName: System.Collections.Generic.Dictionary.Clear() + nameWithType.vb: Dictionary(Of TKey, TValue).Clear() + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Clear() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Clear + name: Clear + nameWithType: Dictionary.Clear + fullName: System.Collections.Generic.Dictionary.Clear + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Clear + name: Clear + nameWithType: Dictionary(Of TKey, TValue).Clear + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Clear + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + commentId: M:System.Collections.Generic.Dictionary`2.ContainsKey(`0) + isExternal: true + name: ContainsKey(TKey) + nameWithType: Dictionary.ContainsKey(TKey) + fullName: System.Collections.Generic.Dictionary.ContainsKey(TKey) + nameWithType.vb: Dictionary(Of TKey, TValue).ContainsKey(TKey) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsKey(TKey) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + name: ContainsKey + nameWithType: Dictionary.ContainsKey + fullName: System.Collections.Generic.Dictionary.ContainsKey + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0) + name: ContainsKey + nameWithType: Dictionary(Of TKey, TValue).ContainsKey + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsKey + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + commentId: M:System.Collections.Generic.Dictionary`2.ContainsValue(`1) + isExternal: true + name: ContainsValue(TValue) + nameWithType: Dictionary.ContainsValue(TValue) + fullName: System.Collections.Generic.Dictionary.ContainsValue(TValue) + nameWithType.vb: Dictionary(Of TKey, TValue).ContainsValue(TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsValue(TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + name: ContainsValue + nameWithType: Dictionary.ContainsValue + fullName: System.Collections.Generic.Dictionary.ContainsValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1) + name: ContainsValue + nameWithType: Dictionary(Of TKey, TValue).ContainsValue + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.GetEnumerator + commentId: M:System.Collections.Generic.Dictionary`2.GetEnumerator + isExternal: true + name: GetEnumerator() + nameWithType: Dictionary.GetEnumerator() + fullName: System.Collections.Generic.Dictionary.GetEnumerator() + nameWithType.vb: Dictionary(Of TKey, TValue).GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.GetEnumerator + name: GetEnumerator + nameWithType: Dictionary.GetEnumerator + fullName: System.Collections.Generic.Dictionary.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.GetEnumerator + name: GetEnumerator + nameWithType: Dictionary(Of TKey, TValue).GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + commentId: M:System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + isExternal: true + name: GetObjectData(SerializationInfo, StreamingContext) + nameWithType: Dictionary.GetObjectData(SerializationInfo, StreamingContext) + fullName: System.Collections.Generic.Dictionary.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + nameWithType.vb: Dictionary(Of TKey, TValue).GetObjectData(SerializationInfo, StreamingContext) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + nameWithType: Dictionary.GetObjectData + fullName: System.Collections.Generic.Dictionary.GetObjectData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + nameWithType: SerializationInfo + fullName: System.Runtime.Serialization.SerializationInfo + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + nameWithType: StreamingContext + fullName: System.Runtime.Serialization.StreamingContext + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + nameWithType: Dictionary(Of TKey, TValue).GetObjectData + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).GetObjectData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + nameWithType: SerializationInfo + fullName: System.Runtime.Serialization.SerializationInfo + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + nameWithType: StreamingContext + fullName: System.Runtime.Serialization.StreamingContext + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + isExternal: true + name: OnDeserialization(Object) + nameWithType: Dictionary.OnDeserialization(Object) + fullName: System.Collections.Generic.Dictionary.OnDeserialization(System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).OnDeserialization(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).OnDeserialization(System.Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + name: OnDeserialization + nameWithType: Dictionary.OnDeserialization + fullName: System.Collections.Generic.Dictionary.OnDeserialization + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object) + name: OnDeserialization + nameWithType: Dictionary(Of TKey, TValue).OnDeserialization + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).OnDeserialization + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.Remove(`0) + commentId: M:System.Collections.Generic.Dictionary`2.Remove(`0) + isExternal: true + name: Remove(TKey) + nameWithType: Dictionary.Remove(TKey) + fullName: System.Collections.Generic.Dictionary.Remove(TKey) + nameWithType.vb: Dictionary(Of TKey, TValue).Remove(TKey) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Remove(TKey) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Remove(`0) + name: Remove + nameWithType: Dictionary.Remove + fullName: System.Collections.Generic.Dictionary.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Remove(`0) + name: Remove + nameWithType: Dictionary(Of TKey, TValue).Remove + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + isExternal: true + name: ICollection>.Add(KeyValuePair) + nameWithType: Dictionary.ICollection>.Add(KeyValuePair) + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Add(KeyValuePair(Of TKey, TValue)) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair(Of TKey, TValue)) + name.vb: System.Collections.Generic.ICollection>.Add(KeyValuePair(Of TKey, TValue)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>.Add + nameWithType: Dictionary.ICollection>.Add + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Add + nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Add + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Add + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + isExternal: true + name: ICollection>.Contains(KeyValuePair) + nameWithType: Dictionary.ICollection>.Contains(KeyValuePair) + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Contains(KeyValuePair(Of TKey, TValue)) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair(Of TKey, TValue)) + name.vb: System.Collections.Generic.ICollection>.Contains(KeyValuePair(Of TKey, TValue)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>.Contains + nameWithType: Dictionary.ICollection>.Contains + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Contains + nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Contains + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + isExternal: true + name: ICollection>.CopyTo(KeyValuePair[], Int32) + nameWithType: Dictionary.ICollection>.CopyTo(KeyValuePair[], Int32) + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.CopyTo(KeyValuePair(Of TKey, TValue)(), Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair(Of TKey, TValue)(), System.Int32) + name.vb: System.Collections.Generic.ICollection>.CopyTo(KeyValuePair(Of TKey, TValue)(), Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + name: ICollection>.CopyTo + nameWithType: Dictionary.ICollection>.CopyTo + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '[]' + nameWithType: '[]' + fullName: '[]' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32) + name: System.Collections.Generic.ICollection>.CopyTo + nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.CopyTo + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + - name: () + nameWithType: () + fullName: () + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + isExternal: true + name: ICollection>.Remove(KeyValuePair) + nameWithType: Dictionary.ICollection>.Remove(KeyValuePair) + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Remove(KeyValuePair(Of TKey, TValue)) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair(Of TKey, TValue)) + name.vb: System.Collections.Generic.ICollection>.Remove(KeyValuePair(Of TKey, TValue)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + name: ICollection>.Remove + nameWithType: Dictionary.ICollection>.Remove + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1}) + name: System.Collections.Generic.ICollection>.Remove + nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Remove + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.KeyValuePair`2 + name: KeyValuePair + nameWithType: KeyValuePair + fullName: System.Collections.Generic.KeyValuePair + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + isExternal: true + name: IEnumerable>.GetEnumerator() + nameWithType: Dictionary.IEnumerable>.GetEnumerator() + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable>.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable>.GetEnumerator() + name.vb: System.Collections.Generic.IEnumerable>.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + name: IEnumerable>.GetEnumerator + nameWithType: Dictionary.IEnumerable>.GetEnumerator + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator + name: System.Collections.Generic.IEnumerable>.GetEnumerator + nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable>.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable>.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + isExternal: true + name: ICollection.CopyTo(Array, Int32) + nameWithType: Dictionary.ICollection.CopyTo(Array, Int32) + fullName: System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo(Array, Int32) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo(System.Array, System.Int32) + name.vb: System.Collections.ICollection.CopyTo(Array, Int32) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + name: ICollection.CopyTo + nameWithType: Dictionary.ICollection.CopyTo + fullName: System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Array + name: Array + nameWithType: Array + fullName: System.Array + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32) + name: System.Collections.ICollection.CopyTo + nameWithType: Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Array + name: Array + nameWithType: Array + fullName: System.Array + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + isExternal: true + name: IDictionary.Add(Object, Object) + nameWithType: Dictionary.IDictionary.Add(Object, Object) + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add(Object, Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add(System.Object, System.Object) + name.vb: System.Collections.IDictionary.Add(Object, Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + name: IDictionary.Add + nameWithType: Dictionary.IDictionary.Add + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add + 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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object) + name: System.Collections.IDictionary.Add + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add + 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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + isExternal: true + name: IDictionary.Contains(Object) + nameWithType: Dictionary.IDictionary.Contains(Object) + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains(System.Object) + name.vb: System.Collections.IDictionary.Contains(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + name: IDictionary.Contains + nameWithType: Dictionary.IDictionary.Contains + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object) + name: System.Collections.IDictionary.Contains + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + isExternal: true + name: IDictionary.GetEnumerator() + nameWithType: Dictionary.IDictionary.GetEnumerator() + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.GetEnumerator() + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator() + name.vb: System.Collections.IDictionary.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + name: IDictionary.GetEnumerator + nameWithType: Dictionary.IDictionary.GetEnumerator + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator + name: System.Collections.IDictionary.GetEnumerator + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + isExternal: true + name: IDictionary.Remove(Object) + nameWithType: Dictionary.IDictionary.Remove(Object) + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove(System.Object) + name.vb: System.Collections.IDictionary.Remove(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + name: IDictionary.Remove + nameWithType: Dictionary.IDictionary.Remove + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object) + name: System.Collections.IDictionary.Remove + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + isExternal: true + name: IEnumerable.GetEnumerator() + nameWithType: Dictionary.IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.Dictionary.System.Collections.IEnumerable.GetEnumerator() + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator() + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator() + name.vb: System.Collections.IEnumerable.GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator + nameWithType: Dictionary.IEnumerable.GetEnumerator + fullName: System.Collections.Generic.Dictionary.System.Collections.IEnumerable.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator + name: System.Collections.IEnumerable.GetEnumerator + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + commentId: M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + isExternal: true + name: TryGetValue(TKey, TValue) + nameWithType: Dictionary.TryGetValue(TKey, TValue) + fullName: System.Collections.Generic.Dictionary.TryGetValue(TKey, TValue) + nameWithType.vb: Dictionary(Of TKey, TValue).TryGetValue(TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).TryGetValue(TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + name: TryGetValue + nameWithType: Dictionary.TryGetValue + fullName: System.Collections.Generic.Dictionary.TryGetValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@) + name: TryGetValue + nameWithType: Dictionary(Of TKey, TValue).TryGetValue + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).TryGetValue + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.Comparer + commentId: P:System.Collections.Generic.Dictionary`2.Comparer + isExternal: true + name: Comparer + nameWithType: Dictionary.Comparer + fullName: System.Collections.Generic.Dictionary.Comparer + nameWithType.vb: Dictionary(Of TKey, TValue).Comparer + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Comparer +- uid: System.Collections.Generic.Dictionary`2.Count + commentId: P:System.Collections.Generic.Dictionary`2.Count + isExternal: true + name: Count + nameWithType: Dictionary.Count + fullName: System.Collections.Generic.Dictionary.Count + nameWithType.vb: Dictionary(Of TKey, TValue).Count + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Count +- uid: System.Collections.Generic.Dictionary`2.Item(`0) + commentId: P:System.Collections.Generic.Dictionary`2.Item(`0) + isExternal: true + name: Item[TKey] + nameWithType: Dictionary.Item[TKey] + fullName: System.Collections.Generic.Dictionary.Item[TKey] + nameWithType.vb: Dictionary(Of TKey, TValue).Item(TKey) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Item(TKey) + name.vb: Item(TKey) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.Item(`0) + name: Item + nameWithType: Dictionary.Item + fullName: System.Collections.Generic.Dictionary.Item + isExternal: true + - name: '[' + nameWithType: '[' + fullName: '[' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ']' + nameWithType: ']' + fullName: ']' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.Item(`0) + name: Item + nameWithType: Dictionary(Of TKey, TValue).Item + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.Keys + commentId: P:System.Collections.Generic.Dictionary`2.Keys + isExternal: true + name: Keys + nameWithType: Dictionary.Keys + fullName: System.Collections.Generic.Dictionary.Keys + nameWithType.vb: Dictionary(Of TKey, TValue).Keys + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Keys +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly + isExternal: true + name: ICollection>.IsReadOnly + nameWithType: Dictionary.ICollection>.IsReadOnly + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.IsReadOnly + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection>.IsReadOnly + name.vb: System.Collections.Generic.ICollection>.IsReadOnly +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys + isExternal: true + name: IDictionary.Keys + nameWithType: Dictionary.IDictionary.Keys + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary.Keys + name.vb: System.Collections.Generic.IDictionary.Keys +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values + isExternal: true + name: IDictionary.Values + nameWithType: Dictionary.IDictionary.Values + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary.Values + name.vb: System.Collections.Generic.IDictionary.Values +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys + isExternal: true + name: IReadOnlyDictionary.Keys + nameWithType: Dictionary.IReadOnlyDictionary.Keys + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary.Keys + name.vb: System.Collections.Generic.IReadOnlyDictionary.Keys +- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values + isExternal: true + name: IReadOnlyDictionary.Values + nameWithType: Dictionary.IReadOnlyDictionary.Values + fullName: System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary.Values + name.vb: System.Collections.Generic.IReadOnlyDictionary.Values +- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized + isExternal: true + name: ICollection.IsSynchronized + nameWithType: Dictionary.ICollection.IsSynchronized + fullName: System.Collections.Generic.Dictionary.System.Collections.ICollection.IsSynchronized + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.IsSynchronized + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.IsSynchronized + name.vb: System.Collections.ICollection.IsSynchronized +- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot + isExternal: true + name: ICollection.SyncRoot + nameWithType: Dictionary.ICollection.SyncRoot + fullName: System.Collections.Generic.Dictionary.System.Collections.ICollection.SyncRoot + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.SyncRoot + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.SyncRoot + name.vb: System.Collections.ICollection.SyncRoot +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize + isExternal: true + name: IDictionary.IsFixedSize + nameWithType: Dictionary.IDictionary.IsFixedSize + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.IsFixedSize + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsFixedSize + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsFixedSize + name.vb: System.Collections.IDictionary.IsFixedSize +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly + isExternal: true + name: IDictionary.IsReadOnly + nameWithType: Dictionary.IDictionary.IsReadOnly + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.IsReadOnly + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsReadOnly + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsReadOnly + name.vb: System.Collections.IDictionary.IsReadOnly +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + isExternal: true + name: IDictionary.Item[Object] + nameWithType: Dictionary.IDictionary.Item[Object] + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item(Object) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item(System.Object) + name.vb: System.Collections.IDictionary.Item(Object) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + name: IDictionary.Item + nameWithType: Dictionary.IDictionary.Item + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item + isExternal: true + - name: '[' + nameWithType: '[' + fullName: '[' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ']' + nameWithType: ']' + fullName: ']' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object) + name: System.Collections.IDictionary.Item + nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item + fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys + isExternal: true + name: IDictionary.Keys + nameWithType: Dictionary.IDictionary.Keys + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Keys + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Keys + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Keys + name.vb: System.Collections.IDictionary.Keys +- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values + commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values + isExternal: true + name: IDictionary.Values + nameWithType: Dictionary.IDictionary.Values + fullName: System.Collections.Generic.Dictionary.System.Collections.IDictionary.Values + nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Values + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Values + name.vb: System.Collections.IDictionary.Values +- uid: System.Collections.Generic.Dictionary`2.Values + commentId: P:System.Collections.Generic.Dictionary`2.Values + isExternal: true + name: Values + nameWithType: Dictionary.Values + fullName: System.Collections.Generic.Dictionary.Values + nameWithType.vb: Dictionary(Of TKey, TValue).Values + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Values diff --git a/Docs/api/MLEM.Formatting.FormattingCodeData.yml b/Docs/api/MLEM.Formatting.FormattingCodeData.yml new file mode 100644 index 0000000..38a64a1 --- /dev/null +++ b/Docs/api/MLEM.Formatting.FormattingCodeData.yml @@ -0,0 +1,666 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.FormattingCodeData + commentId: T:MLEM.Formatting.FormattingCodeData + id: FormattingCodeData + parent: MLEM.Formatting + children: + - MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32) + - MLEM.Formatting.FormattingCodeData.Code + - MLEM.Formatting.FormattingCodeData.Match + - MLEM.Formatting.FormattingCodeData.UnformattedIndex + langs: + - csharp + - vb + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormattingCodeData + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public class FormattingCodeData : GenericDataHolder + content.vb: >- + + + Public Class FormattingCodeData + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Formatting.FormattingCodeData.Code + commentId: F:MLEM.Formatting.FormattingCodeData.Code + id: Code + parent: MLEM.Formatting.FormattingCodeData + langs: + - csharp + - vb + name: Code + nameWithType: FormattingCodeData.Code + fullName: MLEM.Formatting.FormattingCodeData.Code + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Code + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly FormattingCode Code + return: + type: MLEM.Formatting.FormattingCode + content.vb: Public ReadOnly Code As FormattingCode + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCodeData.Match + commentId: F:MLEM.Formatting.FormattingCodeData.Match + id: Match + parent: MLEM.Formatting.FormattingCodeData + langs: + - csharp + - vb + name: Match + nameWithType: FormattingCodeData.Match + fullName: MLEM.Formatting.FormattingCodeData.Match + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Match + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Match Match + return: + type: System.Text.RegularExpressions.Match + content.vb: Public ReadOnly Match As Match + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCodeData.UnformattedIndex + commentId: F:MLEM.Formatting.FormattingCodeData.UnformattedIndex + id: UnformattedIndex + parent: MLEM.Formatting.FormattingCodeData + langs: + - csharp + - vb + name: UnformattedIndex + nameWithType: FormattingCodeData.UnformattedIndex + fullName: MLEM.Formatting.FormattingCodeData.UnformattedIndex + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UnformattedIndex + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly int UnformattedIndex + return: + type: System.Int32 + content.vb: Public ReadOnly UnformattedIndex As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32) + commentId: M:MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32) + id: '#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)' + parent: MLEM.Formatting.FormattingCodeData + langs: + - csharp + - vb + name: FormattingCodeData(FormattingCode, Match, Int32) + nameWithType: FormattingCodeData.FormattingCodeData(FormattingCode, Match, Int32) + fullName: MLEM.Formatting.FormattingCodeData.FormattingCodeData(MLEM.Formatting.FormattingCode, System.Text.RegularExpressions.Match, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public FormattingCodeData(FormattingCode code, Match match, int unformattedIndex) + parameters: + - id: code + type: MLEM.Formatting.FormattingCode + - id: match + type: System.Text.RegularExpressions.Match + - id: unformattedIndex + type: System.Int32 + content.vb: Public Sub New(code As FormattingCode, match As Match, unformattedIndex As Integer) + overload: MLEM.Formatting.FormattingCodeData.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.FormattingCode + commentId: T:MLEM.Formatting.FormattingCode + parent: MLEM.Formatting + name: FormattingCode + nameWithType: FormattingCode + fullName: MLEM.Formatting.FormattingCode +- uid: System.Text.RegularExpressions.Match + commentId: T:System.Text.RegularExpressions.Match + parent: System.Text.RegularExpressions + isExternal: true + name: Match + nameWithType: Match + fullName: System.Text.RegularExpressions.Match +- uid: System.Text.RegularExpressions + commentId: N:System.Text.RegularExpressions + isExternal: true + name: System.Text.RegularExpressions + nameWithType: System.Text.RegularExpressions + fullName: System.Text.RegularExpressions +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Formatting.FormattingCodeData.#ctor* + commentId: Overload:MLEM.Formatting.FormattingCodeData.#ctor + name: FormattingCodeData + nameWithType: FormattingCodeData.FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData.FormattingCodeData diff --git a/Docs/api/MLEM.Formatting.TextAnimation.DrawCharacter.yml b/Docs/api/MLEM.Formatting.TextAnimation.DrawCharacter.yml new file mode 100644 index 0000000..0b8532f --- /dev/null +++ b/Docs/api/MLEM.Formatting.TextAnimation.DrawCharacter.yml @@ -0,0 +1,149 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TextAnimation.DrawCharacter + commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter + id: TextAnimation.DrawCharacter + parent: MLEM.Formatting + children: [] + langs: + - csharp + - vb + name: TextAnimation.DrawCharacter + nameWithType: TextAnimation.DrawCharacter + fullName: MLEM.Formatting.TextAnimation.DrawCharacter + type: Delegate + source: + remote: + path: MLEM/Formatting/Obsolete/TextAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Obsolete/TextAnimation.cs + startLine: 23 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public delegate void DrawCharacter(FormatSettings settings, GenericFont font, SpriteBatch batch, string totalText, int index, int effectStartIndex, string charSt, Vector2 position, Color color, float scale, float layerDepth, TimeSpan timeIntoAnimation); + parameters: + - id: settings + type: MLEM.Formatting.FormatSettings + - id: font + type: MLEM.Font.GenericFont + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: totalText + type: System.String + - id: index + type: System.Int32 + - id: effectStartIndex + type: System.Int32 + - id: charSt + type: System.String + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: layerDepth + type: System.Single + - id: timeIntoAnimation + type: System.TimeSpan + content.vb: Public Delegate Sub DrawCharacter(settings As FormatSettings, font As GenericFont, batch As SpriteBatch, totalText As String, index As Integer, effectStartIndex As Integer, charSt As String, position As Vector2, color As Color, scale As Single, layerDepth As Single, timeIntoAnimation As TimeSpan) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + parent: MLEM.Formatting + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- 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: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- 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: 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 diff --git a/Docs/api/MLEM.Formatting.TextAnimation.yml b/Docs/api/MLEM.Formatting.TextAnimation.yml new file mode 100644 index 0000000..0b6adac --- /dev/null +++ b/Docs/api/MLEM.Formatting.TextAnimation.yml @@ -0,0 +1,469 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TextAnimation + commentId: T:MLEM.Formatting.TextAnimation + id: TextAnimation + parent: MLEM.Formatting + children: + - MLEM.Formatting.TextAnimation.Default + - MLEM.Formatting.TextAnimation.Typing + - MLEM.Formatting.TextAnimation.Wobbly + langs: + - csharp + - vb + name: TextAnimation + nameWithType: TextAnimation + fullName: MLEM.Formatting.TextAnimation + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/TextAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextAnimation + path: ../MLEM/Formatting/Obsolete/TextAnimation.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public static class TextAnimation + content.vb: >- + + + Public Module TextAnimation + inheritance: + - System.Object + inheritedMembers: + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Formatting.TextAnimation.Default + commentId: F:MLEM.Formatting.TextAnimation.Default + id: Default + parent: MLEM.Formatting.TextAnimation + langs: + - csharp + - vb + name: Default + nameWithType: TextAnimation.Default + fullName: MLEM.Formatting.TextAnimation.Default + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/TextAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Default + path: ../MLEM/Formatting/Obsolete/TextAnimation.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static readonly TextAnimation.DrawCharacter Default + return: + type: MLEM.Formatting.TextAnimation.DrawCharacter + content.vb: Public Shared ReadOnly Default As TextAnimation.DrawCharacter + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Formatting.TextAnimation.Wobbly + commentId: F:MLEM.Formatting.TextAnimation.Wobbly + id: Wobbly + parent: MLEM.Formatting.TextAnimation + langs: + - csharp + - vb + name: Wobbly + nameWithType: TextAnimation.Wobbly + fullName: MLEM.Formatting.TextAnimation.Wobbly + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/TextAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Wobbly + path: ../MLEM/Formatting/Obsolete/TextAnimation.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static readonly TextAnimation.DrawCharacter Wobbly + return: + type: MLEM.Formatting.TextAnimation.DrawCharacter + content.vb: Public Shared ReadOnly Wobbly As TextAnimation.DrawCharacter + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Formatting.TextAnimation.Typing + commentId: F:MLEM.Formatting.TextAnimation.Typing + id: Typing + parent: MLEM.Formatting.TextAnimation + langs: + - csharp + - vb + name: Typing + nameWithType: TextAnimation.Typing + fullName: MLEM.Formatting.TextAnimation.Typing + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/TextAnimation.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Typing + path: ../MLEM/Formatting/Obsolete/TextAnimation.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static readonly TextAnimation.DrawCharacter Typing + return: + type: MLEM.Formatting.TextAnimation.DrawCharacter + content.vb: Public Shared ReadOnly Typing As TextAnimation.DrawCharacter + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Formatting.TextAnimation.DrawCharacter + commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter + parent: MLEM.Formatting + name: TextAnimation.DrawCharacter + nameWithType: TextAnimation.DrawCharacter + fullName: MLEM.Formatting.TextAnimation.DrawCharacter diff --git a/Docs/api/MLEM.Formatting.TextFormatter.yml b/Docs/api/MLEM.Formatting.TextFormatter.yml new file mode 100644 index 0000000..213dd3a --- /dev/null +++ b/Docs/api/MLEM.Formatting.TextFormatter.yml @@ -0,0 +1,988 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TextFormatter + commentId: T:MLEM.Formatting.TextFormatter + id: TextFormatter + parent: MLEM.Formatting + children: + - MLEM.Formatting.TextFormatter.#ctor + - MLEM.Formatting.TextFormatter.Codes + - MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont,System.String) + langs: + - csharp + - vb + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter + type: Class + source: + remote: + path: MLEM/Formatting/TextFormatter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextFormatter + path: ../MLEM/Formatting/TextFormatter.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: 'public class TextFormatter : GenericDataHolder' + content.vb: >- + Public Class TextFormatter + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + extensionMethods: + - MLEM.Formatting.TextFormatter.MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Textures.TextureRegion) + - MLEM.Formatting.TextFormatter.MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Animations.SpriteAnimation) + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Formatting.TextFormatter.Codes + commentId: F:MLEM.Formatting.TextFormatter.Codes + id: Codes + parent: MLEM.Formatting.TextFormatter + langs: + - csharp + - vb + name: Codes + nameWithType: TextFormatter.Codes + fullName: MLEM.Formatting.TextFormatter.Codes + type: Field + source: + remote: + path: MLEM/Formatting/TextFormatter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Codes + path: ../MLEM/Formatting/TextFormatter.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Dictionary Codes + return: + type: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,MLEM.Formatting.Codes.Code.Constructor} + content.vb: Public ReadOnly Codes As Dictionary(Of Regex, Code.Constructor) + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TextFormatter.#ctor + commentId: M:MLEM.Formatting.TextFormatter.#ctor + id: '#ctor' + parent: MLEM.Formatting.TextFormatter + langs: + - csharp + - vb + name: TextFormatter() + nameWithType: TextFormatter.TextFormatter() + fullName: MLEM.Formatting.TextFormatter.TextFormatter() + type: Constructor + source: + remote: + path: MLEM/Formatting/TextFormatter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/TextFormatter.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public TextFormatter() + content.vb: Public Sub New + overload: MLEM.Formatting.TextFormatter.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont,System.String) + commentId: M:MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont,System.String) + id: Tokenize(MLEM.Font.GenericFont,System.String) + parent: MLEM.Formatting.TextFormatter + langs: + - csharp + - vb + name: Tokenize(GenericFont, String) + nameWithType: TextFormatter.Tokenize(GenericFont, String) + fullName: MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont, System.String) + type: Method + source: + remote: + path: MLEM/Formatting/TextFormatter.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tokenize + path: ../MLEM/Formatting/TextFormatter.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public TokenizedString Tokenize(GenericFont font, string s) + parameters: + - id: font + type: MLEM.Font.GenericFont + - id: s + type: System.String + return: + type: MLEM.Formatting.TokenizedString + content.vb: Public Function Tokenize(font As GenericFont, s As String) As TokenizedString + overload: MLEM.Formatting.TextFormatter.Tokenize* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Formatting.TextFormatter.MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Textures.TextureRegion) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + parent: MLEM.Formatting.Codes.ImageCodeExtensions + definition: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + name: AddImage(String, TextureRegion) + nameWithType: ImageCodeExtensions.AddImage(String, TextureRegion) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String, MLEM.Textures.TextureRegion) + spec.csharp: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Textures.TextureRegion) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Textures.TextureRegion) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.TextFormatter.MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Animations.SpriteAnimation) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + parent: MLEM.Formatting.Codes.ImageCodeExtensions + definition: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + name: AddImage(String, SpriteAnimation) + nameWithType: ImageCodeExtensions.AddImage(String, SpriteAnimation) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String, MLEM.Animations.SpriteAnimation) + spec.csharp: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Animations.SpriteAnimation) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Animations.SpriteAnimation + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(System.String,MLEM.Animations.SpriteAnimation) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Animations.SpriteAnimation + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + isExternal: true + name: AddImage(TextFormatter, String, TextureRegion) + nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, TextureRegion) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Textures.TextureRegion) + spec.csharp: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.TextFormatter + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.TextFormatter + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes.ImageCodeExtensions + commentId: T:MLEM.Formatting.Codes.ImageCodeExtensions + parent: MLEM.Formatting.Codes + name: ImageCodeExtensions + nameWithType: ImageCodeExtensions + fullName: MLEM.Formatting.Codes.ImageCodeExtensions +- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + isExternal: true + name: AddImage(TextFormatter, String, SpriteAnimation) + nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, SpriteAnimation) + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Animations.SpriteAnimation) + spec.csharp: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.TextFormatter + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Animations.SpriteAnimation + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation) + name: AddImage + nameWithType: ImageCodeExtensions.AddImage + fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Formatting.TextFormatter + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Animations.SpriteAnimation + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Codes + commentId: N:MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + nameWithType: MLEM.Formatting.Codes + fullName: MLEM.Formatting.Codes +- uid: System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,MLEM.Formatting.Codes.Code.Constructor} + commentId: T:System.Collections.Generic.Dictionary{System.Text.RegularExpressions.Regex,MLEM.Formatting.Codes.Code.Constructor} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of Regex, Code.Constructor) + fullName.vb: System.Collections.Generic.Dictionary(Of System.Text.RegularExpressions.Regex, MLEM.Formatting.Codes.Code.Constructor) + name.vb: Dictionary(Of Regex, Code.Constructor) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Text.RegularExpressions.Regex + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.Codes.Code.Constructor + name: Code.Constructor + nameWithType: Code.Constructor + fullName: MLEM.Formatting.Codes.Code.Constructor + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Text.RegularExpressions.Regex + name: Regex + nameWithType: Regex + fullName: System.Text.RegularExpressions.Regex + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.Codes.Code.Constructor + name: Code.Constructor + nameWithType: Code.Constructor + fullName: MLEM.Formatting.Codes.Code.Constructor + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) + name.vb: Dictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - 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.Formatting.TextFormatter.#ctor* + commentId: Overload:MLEM.Formatting.TextFormatter.#ctor + name: TextFormatter + nameWithType: TextFormatter.TextFormatter + fullName: MLEM.Formatting.TextFormatter.TextFormatter +- uid: MLEM.Formatting.TextFormatter.Tokenize* + commentId: Overload:MLEM.Formatting.TextFormatter.Tokenize + name: Tokenize + nameWithType: TextFormatter.Tokenize + fullName: MLEM.Formatting.TextFormatter.Tokenize +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Formatting.TokenizedString + commentId: T:MLEM.Formatting.TokenizedString + parent: MLEM.Formatting + name: TokenizedString + nameWithType: TokenizedString + fullName: MLEM.Formatting.TokenizedString +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font diff --git a/Docs/api/MLEM.Formatting.TextFormatting.yml b/Docs/api/MLEM.Formatting.TextFormatting.yml new file mode 100644 index 0000000..1f5f2f6 --- /dev/null +++ b/Docs/api/MLEM.Formatting.TextFormatting.yml @@ -0,0 +1,798 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TextFormatting + commentId: T:MLEM.Formatting.TextFormatting + id: TextFormatting + parent: MLEM.Formatting + children: + - MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + - MLEM.Formatting.TextFormatting.FormattingCodes + - MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont) + - MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont) + - MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char) + langs: + - csharp + - vb + name: TextFormatting + nameWithType: TextFormatting + fullName: MLEM.Formatting.TextFormatting + type: Class + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextFormatting + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public static class TextFormatting + content.vb: >- + + + Public Module TextFormatting + inheritance: + - System.Object + inheritedMembers: + - 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 + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Formatting.TextFormatting.FormattingCodes + commentId: F:MLEM.Formatting.TextFormatting.FormattingCodes + id: FormattingCodes + parent: MLEM.Formatting.TextFormatting + langs: + - csharp + - vb + name: FormattingCodes + nameWithType: TextFormatting.FormattingCodes + fullName: MLEM.Formatting.TextFormatting.FormattingCodes + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormattingCodes + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static readonly Dictionary FormattingCodes + return: + type: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode} + content.vb: Public Shared ReadOnly FormattingCodes As Dictionary(Of String, FormattingCode) + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char) + commentId: M:MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char) + id: SetFormatIndicators(System.Char,System.Char) + parent: MLEM.Formatting.TextFormatting + langs: + - csharp + - vb + name: SetFormatIndicators(Char, Char) + nameWithType: TextFormatting.SetFormatIndicators(Char, Char) + fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char, System.Char) + type: Method + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetFormatIndicators + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static void SetFormatIndicators(char opener, char closer) + parameters: + - id: opener + type: System.Char + - id: closer + type: System.Char + content.vb: Public Shared Sub SetFormatIndicators(opener As Char, closer As Char) + overload: MLEM.Formatting.TextFormatting.SetFormatIndicators* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont) + id: RemoveFormatting(System.String,MLEM.Font.GenericFont) + isExtensionMethod: true + parent: MLEM.Formatting.TextFormatting + langs: + - csharp + - vb + name: RemoveFormatting(String, GenericFont) + nameWithType: TextFormatting.RemoveFormatting(String, GenericFont) + fullName: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String, MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RemoveFormatting + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 47 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static string RemoveFormatting(this string s, GenericFont font) + parameters: + - id: s + type: System.String + - id: font + type: MLEM.Font.GenericFont + return: + type: System.String + content.vb: >- + + + Public Shared Function RemoveFormatting(s As String, font As GenericFont) As String + overload: MLEM.Formatting.TextFormatting.RemoveFormatting* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont) + id: GetFormattingCodes(System.String,MLEM.Font.GenericFont) + isExtensionMethod: true + parent: MLEM.Formatting.TextFormatting + langs: + - csharp + - vb + name: GetFormattingCodes(String, GenericFont) + nameWithType: TextFormatting.GetFormattingCodes(String, GenericFont) + fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String, MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFormattingCodes + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 54 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static FormattingCodeCollection GetFormattingCodes(this string s, GenericFont font) + parameters: + - id: s + type: System.String + - id: font + type: MLEM.Font.GenericFont + return: + type: MLEM.Formatting.FormattingCodeCollection + content.vb: >- + + + Public Shared Function GetFormattingCodes(s As String, font As GenericFont) As FormattingCodeCollection + overload: MLEM.Formatting.TextFormatting.GetFormattingCodes* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + id: DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings) + isExtensionMethod: true + parent: MLEM.Formatting.TextFormatting + langs: + - csharp + - vb + name: DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + nameWithType: TextFormatting.DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings) + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings) + type: Method + source: + remote: + path: MLEM/Formatting/Obsolete/TextFormatting.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawFormattedString + path: ../MLEM/Formatting/Obsolete/TextFormatting.cs + startLine: 73 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public static void DrawFormattedString(this GenericFont regularFont, SpriteBatch batch, Vector2 pos, string unformattedText, FormattingCodeCollection formatting, Color color, float scale, GenericFont boldFont = null, GenericFont italicFont = null, float depth = 0F, TimeSpan timeIntoAnimation = default(TimeSpan), FormatSettings formatSettings = null) + parameters: + - id: regularFont + type: MLEM.Font.GenericFont + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: unformattedText + type: System.String + - id: formatting + type: MLEM.Formatting.FormattingCodeCollection + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: boldFont + type: MLEM.Font.GenericFont + - id: italicFont + type: MLEM.Font.GenericFont + - id: depth + type: System.Single + - id: timeIntoAnimation + type: System.TimeSpan + - id: formatSettings + type: MLEM.Formatting.FormatSettings + content.vb: >- + + + Public Shared Sub DrawFormattedString(regularFont As GenericFont, batch As SpriteBatch, pos As Vector2, unformattedText As String, formatting As FormattingCodeCollection, color As Color, scale As Single, boldFont As GenericFont = Nothing, italicFont As GenericFont = Nothing, depth As Single = 0F, timeIntoAnimation As TimeSpan = Nothing, formatSettings As FormatSettings = Nothing) + overload: MLEM.Formatting.TextFormatting.DrawFormattedString* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode} + commentId: T:System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of String, FormattingCode) + fullName.vb: System.Collections.Generic.Dictionary(Of System.String, MLEM.Formatting.FormattingCode) + name.vb: Dictionary(Of String, FormattingCode) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCode + name: FormattingCode + nameWithType: FormattingCode + fullName: MLEM.Formatting.FormattingCode + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Formatting.FormattingCode + name: FormattingCode + nameWithType: FormattingCode + fullName: MLEM.Formatting.FormattingCode + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) + name.vb: Dictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - 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.Formatting.TextFormatting.SetFormatIndicators* + commentId: Overload:MLEM.Formatting.TextFormatting.SetFormatIndicators + name: SetFormatIndicators + nameWithType: TextFormatting.SetFormatIndicators + fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators +- uid: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: MLEM.Formatting.TextFormatting.RemoveFormatting* + commentId: Overload:MLEM.Formatting.TextFormatting.RemoveFormatting + name: RemoveFormatting + nameWithType: TextFormatting.RemoveFormatting + fullName: MLEM.Formatting.TextFormatting.RemoveFormatting +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes* + commentId: Overload:MLEM.Formatting.TextFormatting.GetFormattingCodes + name: GetFormattingCodes + nameWithType: TextFormatting.GetFormattingCodes + fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes +- uid: MLEM.Formatting.FormattingCodeCollection + commentId: T:MLEM.Formatting.FormattingCodeCollection + parent: MLEM.Formatting + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection +- uid: MLEM.Formatting.TextFormatting.DrawFormattedString* + commentId: Overload:MLEM.Formatting.TextFormatting.DrawFormattedString + name: DrawFormattedString + nameWithType: TextFormatting.DrawFormattedString + fullName: MLEM.Formatting.TextFormatting.DrawFormattedString +- 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: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + parent: MLEM.Formatting + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings +- 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 + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Formatting.TextStyle.yml b/Docs/api/MLEM.Formatting.TextStyle.yml new file mode 100644 index 0000000..20a6c40 --- /dev/null +++ b/Docs/api/MLEM.Formatting.TextStyle.yml @@ -0,0 +1,178 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TextStyle + commentId: T:MLEM.Formatting.TextStyle + id: TextStyle + parent: MLEM.Formatting + children: + - MLEM.Formatting.TextStyle.Bold + - MLEM.Formatting.TextStyle.Italic + - MLEM.Formatting.TextStyle.Regular + - MLEM.Formatting.TextStyle.Shadow + langs: + - csharp + - vb + name: TextStyle + nameWithType: TextStyle + fullName: MLEM.Formatting.TextStyle + type: Enum + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextStyle + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 56 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public enum TextStyle + content.vb: Public Enum TextStyle + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Formatting.TextStyle.Regular + commentId: F:MLEM.Formatting.TextStyle.Regular + id: Regular + parent: MLEM.Formatting.TextStyle + langs: + - csharp + - vb + name: Regular + nameWithType: TextStyle.Regular + fullName: MLEM.Formatting.TextStyle.Regular + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Regular + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 58 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Regular = 0 + return: + type: MLEM.Formatting.TextStyle + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.TextStyle.Bold + commentId: F:MLEM.Formatting.TextStyle.Bold + id: Bold + parent: MLEM.Formatting.TextStyle + langs: + - csharp + - vb + name: Bold + nameWithType: TextStyle.Bold + fullName: MLEM.Formatting.TextStyle.Bold + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bold + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 59 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Bold = 1 + return: + type: MLEM.Formatting.TextStyle + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.TextStyle.Italic + commentId: F:MLEM.Formatting.TextStyle.Italic + id: Italic + parent: MLEM.Formatting.TextStyle + langs: + - csharp + - vb + name: Italic + nameWithType: TextStyle.Italic + fullName: MLEM.Formatting.TextStyle.Italic + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Italic + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 60 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Italic = 2 + return: + type: MLEM.Formatting.TextStyle + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Formatting.TextStyle.Shadow + commentId: F:MLEM.Formatting.TextStyle.Shadow + id: Shadow + parent: MLEM.Formatting.TextStyle + langs: + - csharp + - vb + name: Shadow + nameWithType: TextStyle.Shadow + fullName: MLEM.Formatting.TextStyle.Shadow + type: Field + source: + remote: + path: MLEM/Formatting/Obsolete/FormattingCode.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Shadow + path: ../MLEM/Formatting/Obsolete/FormattingCode.cs + startLine: 61 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: Shadow = 3 + return: + type: MLEM.Formatting.TextStyle + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Formatting.TextStyle + commentId: T:MLEM.Formatting.TextStyle + parent: MLEM.Formatting + name: TextStyle + nameWithType: TextStyle + fullName: MLEM.Formatting.TextStyle diff --git a/Docs/api/MLEM.Formatting.Token.yml b/Docs/api/MLEM.Formatting.Token.yml new file mode 100644 index 0000000..63215f8 --- /dev/null +++ b/Docs/api/MLEM.Formatting.Token.yml @@ -0,0 +1,1251 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.Token + commentId: T:MLEM.Formatting.Token + id: Token + parent: MLEM.Formatting + children: + - MLEM.Formatting.Token.#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String) + - MLEM.Formatting.Token.AppliedCodes + - MLEM.Formatting.Token.DisplayString + - MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2,System.Single) + - MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color) + - MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont) + - MLEM.Formatting.Token.Index + - MLEM.Formatting.Token.RawIndex + - MLEM.Formatting.Token.RawSubstring + - MLEM.Formatting.Token.Substring + langs: + - csharp + - vb + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token + type: Class + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Token + path: ../MLEM/Formatting/Token.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: 'public class Token : GenericDataHolder' + content.vb: >- + Public Class Token + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.Token.AppliedCodes + commentId: F:MLEM.Formatting.Token.AppliedCodes + id: AppliedCodes + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: AppliedCodes + nameWithType: Token.AppliedCodes + fullName: MLEM.Formatting.Token.AppliedCodes + type: Field + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AppliedCodes + path: ../MLEM/Formatting/Token.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Code[] AppliedCodes + return: + type: MLEM.Formatting.Codes.Code[] + content.vb: Public ReadOnly AppliedCodes As Code() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.Index + commentId: F:MLEM.Formatting.Token.Index + id: Index + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: Index + nameWithType: Token.Index + fullName: MLEM.Formatting.Token.Index + type: Field + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Index + path: ../MLEM/Formatting/Token.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly int Index + return: + type: System.Int32 + content.vb: Public ReadOnly Index As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.RawIndex + commentId: F:MLEM.Formatting.Token.RawIndex + id: RawIndex + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: RawIndex + nameWithType: Token.RawIndex + fullName: MLEM.Formatting.Token.RawIndex + type: Field + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawIndex + path: ../MLEM/Formatting/Token.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly int RawIndex + return: + type: System.Int32 + content.vb: Public ReadOnly RawIndex As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.Substring + commentId: F:MLEM.Formatting.Token.Substring + id: Substring + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: Substring + nameWithType: Token.Substring + fullName: MLEM.Formatting.Token.Substring + type: Field + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Substring + path: ../MLEM/Formatting/Token.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly string Substring + return: + type: System.String + content.vb: Public ReadOnly Substring As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.DisplayString + commentId: P:MLEM.Formatting.Token.DisplayString + id: DisplayString + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: DisplayString + nameWithType: Token.DisplayString + fullName: MLEM.Formatting.Token.DisplayString + type: Property + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DisplayString + path: ../MLEM/Formatting/Token.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public string DisplayString { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property DisplayString As String + overload: MLEM.Formatting.Token.DisplayString* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.RawSubstring + commentId: F:MLEM.Formatting.Token.RawSubstring + id: RawSubstring + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: RawSubstring + nameWithType: Token.RawSubstring + fullName: MLEM.Formatting.Token.RawSubstring + type: Field + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawSubstring + path: ../MLEM/Formatting/Token.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly string RawSubstring + return: + type: System.String + content.vb: Public ReadOnly RawSubstring As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.Token.#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String) + commentId: M:MLEM.Formatting.Token.#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String) + id: '#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String)' + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: Token(Code[], Int32, Int32, String, String) + nameWithType: Token.Token(Code[], Int32, Int32, String, String) + fullName: MLEM.Formatting.Token.Token(MLEM.Formatting.Codes.Code[], System.Int32, System.Int32, System.String, System.String) + type: Constructor + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/Token.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Token(Code[] appliedCodes, int index, int rawIndex, string substring, string rawSubstring) + parameters: + - id: appliedCodes + type: MLEM.Formatting.Codes.Code[] + - id: index + type: System.Int32 + - id: rawIndex + type: System.Int32 + - id: substring + type: System.String + - id: rawSubstring + type: System.String + content.vb: Public Sub New(appliedCodes As Code(), index As Integer, rawIndex As Integer, substring As String, rawSubstring As String) + overload: MLEM.Formatting.Token.#ctor* + nameWithType.vb: Token.Token(Code(), Int32, Int32, String, String) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Formatting.Token.Token(MLEM.Formatting.Codes.Code(), System.Int32, System.Int32, System.String, System.String) + name.vb: Token(Code(), Int32, Int32, String, String) +- uid: MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color) + id: GetColor(Microsoft.Xna.Framework.Color) + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: GetColor(Color) + nameWithType: Token.GetColor(Color) + fullName: MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetColor + path: ../MLEM/Formatting/Token.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Color? GetColor(Color defaultPick) + parameters: + - id: defaultPick + type: Microsoft.Xna.Framework.Color + return: + type: System.Nullable{Microsoft.Xna.Framework.Color} + content.vb: Public Function GetColor(defaultPick As Color) As Color? + overload: MLEM.Formatting.Token.GetColor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont) + id: GetFont(MLEM.Font.GenericFont) + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: GetFont(GenericFont) + nameWithType: Token.GetFont(GenericFont) + fullName: MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetFont + path: ../MLEM/Formatting/Token.cs + startLine: 36 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public GenericFont GetFont(GenericFont defaultPick) + parameters: + - id: defaultPick + type: MLEM.Font.GenericFont + return: + type: MLEM.Font.GenericFont + content.vb: Public Function GetFont(defaultPick As GenericFont) As GenericFont + overload: MLEM.Formatting.Token.GetFont* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + id: DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: Token.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawSelf + path: ../MLEM/Formatting/Token.cs + startLine: 40 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public void DrawSelf(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + content.vb: Public Sub DrawSelf(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) + overload: MLEM.Formatting.Token.DrawSelf* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + nameWithType: Token.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCharacter + path: ../MLEM/Formatting/Token.cs + startLine: 45 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public void DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, Vector2 pos, GenericFont font, Color color, float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: c + type: System.Char + - id: cString + type: System.String + - id: indexInToken + type: System.Int32 + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + content.vb: Public Sub DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) + overload: MLEM.Formatting.Token.DrawCharacter* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2,System.Single) + id: GetArea(Microsoft.Xna.Framework.Vector2,System.Single) + parent: MLEM.Formatting.Token + langs: + - csharp + - vb + name: GetArea(Vector2, Single) + nameWithType: Token.GetArea(Vector2, Single) + fullName: MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/Token.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetArea + path: ../MLEM/Formatting/Token.cs + startLine: 55 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public IEnumerable GetArea(Vector2 stringPos, float scale) + parameters: + - id: stringPos + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + return: + type: System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + content.vb: Public Function GetArea(stringPos As Vector2, scale As Single) As IEnumerable(Of RectangleF) + overload: MLEM.Formatting.Token.GetArea* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Formatting.Codes.Code[] + isExternal: true + name: Code[] + nameWithType: Code[] + fullName: MLEM.Formatting.Codes.Code[] + nameWithType.vb: Code() + fullName.vb: MLEM.Formatting.Codes.Code() + name.vb: Code() + spec.csharp: + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: () + nameWithType: () + fullName: () +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Formatting.Token.DisplayString* + commentId: Overload:MLEM.Formatting.Token.DisplayString + name: DisplayString + nameWithType: Token.DisplayString + fullName: MLEM.Formatting.Token.DisplayString +- uid: MLEM.Formatting.Token.#ctor* + commentId: Overload:MLEM.Formatting.Token.#ctor + name: Token + nameWithType: Token.Token + fullName: MLEM.Formatting.Token.Token +- uid: MLEM.Formatting.Token.GetColor* + commentId: Overload:MLEM.Formatting.Token.GetColor + name: GetColor + nameWithType: Token.GetColor + fullName: MLEM.Formatting.Token.GetColor +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Nullable{Microsoft.Xna.Framework.Color} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Color) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color) + name.vb: Nullable(Of Color) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Token.GetFont* + commentId: Overload:MLEM.Formatting.Token.GetFont + name: GetFont + nameWithType: Token.GetFont + fullName: MLEM.Formatting.Token.GetFont +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.Token.DrawSelf* + commentId: Overload:MLEM.Formatting.Token.DrawSelf + name: DrawSelf + nameWithType: Token.DrawSelf + fullName: MLEM.Formatting.Token.DrawSelf +- 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: 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: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: MLEM.Formatting.Token.DrawCharacter* + commentId: Overload:MLEM.Formatting.Token.DrawCharacter + name: DrawCharacter + nameWithType: Token.DrawCharacter + fullName: MLEM.Formatting.Token.DrawCharacter +- uid: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: MLEM.Formatting.Token.GetArea* + commentId: Overload:MLEM.Formatting.Token.GetArea + name: GetArea + nameWithType: Token.GetArea + fullName: MLEM.Formatting.Token.GetArea +- uid: System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + commentId: T:System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of RectangleF) + fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Misc.RectangleF) + name.vb: IEnumerable(Of RectangleF) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - 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.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - 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 diff --git a/Docs/api/MLEM.Formatting.TokenizedString.yml b/Docs/api/MLEM.Formatting.TokenizedString.yml new file mode 100644 index 0000000..ce64375 --- /dev/null +++ b/Docs/api/MLEM.Formatting.TokenizedString.yml @@ -0,0 +1,1047 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting.TokenizedString + commentId: T:MLEM.Formatting.TokenizedString + id: TokenizedString + parent: MLEM.Formatting + children: + - MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) + - MLEM.Formatting.TokenizedString.AllCodes + - MLEM.Formatting.TokenizedString.DisplayString + - MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + - MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + - MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) + - MLEM.Formatting.TokenizedString.RawString + - MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) + - MLEM.Formatting.TokenizedString.String + - MLEM.Formatting.TokenizedString.Tokens + - MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: TokenizedString + nameWithType: TokenizedString + fullName: MLEM.Formatting.TokenizedString + type: Class + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TokenizedString + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: 'public class TokenizedString : GenericDataHolder' + content.vb: >- + Public Class TokenizedString + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Formatting.TokenizedString.RawString + commentId: F:MLEM.Formatting.TokenizedString.RawString + id: RawString + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: RawString + nameWithType: TokenizedString.RawString + fullName: MLEM.Formatting.TokenizedString.RawString + type: Field + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RawString + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly string RawString + return: + type: System.String + content.vb: Public ReadOnly RawString As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TokenizedString.String + commentId: F:MLEM.Formatting.TokenizedString.String + id: String + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: String + nameWithType: TokenizedString.String + fullName: MLEM.Formatting.TokenizedString.String + type: Field + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: String + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly string String + return: + type: System.String + content.vb: Public ReadOnly String As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TokenizedString.DisplayString + commentId: P:MLEM.Formatting.TokenizedString.DisplayString + id: DisplayString + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: DisplayString + nameWithType: TokenizedString.DisplayString + fullName: MLEM.Formatting.TokenizedString.DisplayString + type: Property + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DisplayString + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public string DisplayString { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property DisplayString As String + overload: MLEM.Formatting.TokenizedString.DisplayString* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TokenizedString.Tokens + commentId: F:MLEM.Formatting.TokenizedString.Tokens + id: Tokens + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: Tokens + nameWithType: TokenizedString.Tokens + fullName: MLEM.Formatting.TokenizedString.Tokens + type: Field + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tokens + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Token[] Tokens + return: + type: MLEM.Formatting.Token[] + content.vb: Public ReadOnly Tokens As Token() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TokenizedString.AllCodes + commentId: F:MLEM.Formatting.TokenizedString.AllCodes + id: AllCodes + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: AllCodes + nameWithType: TokenizedString.AllCodes + fullName: MLEM.Formatting.TokenizedString.AllCodes + type: Field + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AllCodes + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public readonly Code[] AllCodes + return: + type: MLEM.Formatting.Codes.Code[] + content.vb: Public ReadOnly AllCodes As Code() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) + commentId: M:MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) + id: '#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[])' + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: TokenizedString(GenericFont, String, String, Token[]) + nameWithType: TokenizedString.TokenizedString(GenericFont, String, String, Token[]) + fullName: MLEM.Formatting.TokenizedString.TokenizedString(MLEM.Font.GenericFont, System.String, System.String, MLEM.Formatting.Token[]) + type: Constructor + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 20 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public TokenizedString(GenericFont font, string rawString, string strg, Token[] tokens) + parameters: + - id: font + type: MLEM.Font.GenericFont + - id: rawString + type: System.String + - id: strg + type: System.String + - id: tokens + type: MLEM.Formatting.Token[] + content.vb: Public Sub New(font As GenericFont, rawString As String, strg As String, tokens As Token()) + overload: MLEM.Formatting.TokenizedString.#ctor* + nameWithType.vb: TokenizedString.TokenizedString(GenericFont, String, String, Token()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Formatting.TokenizedString.TokenizedString(MLEM.Font.GenericFont, System.String, System.String, MLEM.Formatting.Token()) + name.vb: TokenizedString(GenericFont, String, String, Token()) +- uid: MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) + commentId: M:MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) + id: Split(MLEM.Font.GenericFont,System.Single,System.Single) + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: Split(GenericFont, Single, Single) + nameWithType: TokenizedString.Split(GenericFont, Single, Single) + fullName: MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Split + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public void Split(GenericFont font, float width, float scale) + parameters: + - id: font + type: MLEM.Font.GenericFont + - id: width + type: System.Single + - id: scale + type: System.Single + content.vb: Public Sub Split(font As GenericFont, width As Single, scale As Single) + overload: MLEM.Formatting.TokenizedString.Split* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) + commentId: M:MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) + id: Measure(MLEM.Font.GenericFont) + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: Measure(GenericFont) + nameWithType: TokenizedString.Measure(GenericFont) + fullName: MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) + type: Method + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Measure + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 59 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Vector2 Measure(GenericFont font) + parameters: + - id: font + type: MLEM.Font.GenericFont + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Function Measure(font As GenericFont) As Vector2 + overload: MLEM.Formatting.TokenizedString.Measure* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: TokenizedString.Update(GameTime) + fullName: MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 63 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public void Update(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Sub Update(time As GameTime) + overload: MLEM.Formatting.TokenizedString.Update* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + commentId: M:MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + id: GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: GetTokenUnderPos(Vector2, Vector2, Single) + nameWithType: TokenizedString.GetTokenUnderPos(Vector2, Vector2, Single) + fullName: MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTokenUnderPos + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 68 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public Token GetTokenUnderPos(Vector2 stringPos, Vector2 target, float scale) + parameters: + - id: stringPos + type: Microsoft.Xna.Framework.Vector2 + - id: target + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + return: + type: MLEM.Formatting.Token + content.vb: Public Function GetTokenUnderPos(stringPos As Vector2, target As Vector2, scale As Single) As Token + overload: MLEM.Formatting.TokenizedString.GetTokenUnderPos* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + commentId: M:MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) + parent: MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + nameWithType: TokenizedString.Draw(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) + fullName: MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Formatting/TokenizedString.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Formatting/TokenizedString.cs + startLine: 72 + assemblies: + - MLEM + namespace: MLEM.Formatting + syntax: + content: public void Draw(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: font + type: MLEM.Font.GenericFont + - id: color + type: Microsoft.Xna.Framework.Color + - id: scale + type: System.Single + - id: depth + type: System.Single + content.vb: Public Sub Draw(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) + overload: MLEM.Formatting.TokenizedString.Draw* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Formatting.TokenizedString.DisplayString* + commentId: Overload:MLEM.Formatting.TokenizedString.DisplayString + name: DisplayString + nameWithType: TokenizedString.DisplayString + fullName: MLEM.Formatting.TokenizedString.DisplayString +- uid: MLEM.Formatting.Token[] + isExternal: true + name: Token[] + nameWithType: Token[] + fullName: MLEM.Formatting.Token[] + nameWithType.vb: Token() + fullName.vb: MLEM.Formatting.Token() + name.vb: Token() + spec.csharp: + - uid: MLEM.Formatting.Token + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Formatting.Token + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Formatting.Codes.Code[] + isExternal: true + name: Code[] + nameWithType: Code[] + fullName: MLEM.Formatting.Codes.Code[] + nameWithType.vb: Code() + fullName.vb: MLEM.Formatting.Codes.Code() + name.vb: Code() + spec.csharp: + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Formatting.Codes.Code + name: Code + nameWithType: Code + fullName: MLEM.Formatting.Codes.Code + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Formatting.TokenizedString.#ctor* + commentId: Overload:MLEM.Formatting.TokenizedString.#ctor + name: TokenizedString + nameWithType: TokenizedString.TokenizedString + fullName: MLEM.Formatting.TokenizedString.TokenizedString +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.TokenizedString.Split* + commentId: Overload:MLEM.Formatting.TokenizedString.Split + name: Split + nameWithType: TokenizedString.Split + fullName: MLEM.Formatting.TokenizedString.Split +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Formatting.TokenizedString.Measure* + commentId: Overload:MLEM.Formatting.TokenizedString.Measure + name: Measure + nameWithType: TokenizedString.Measure + fullName: MLEM.Formatting.TokenizedString.Measure +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Formatting.TokenizedString.Update* + commentId: Overload:MLEM.Formatting.TokenizedString.Update + name: Update + nameWithType: TokenizedString.Update + fullName: MLEM.Formatting.TokenizedString.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.Formatting.TokenizedString.GetTokenUnderPos* + commentId: Overload:MLEM.Formatting.TokenizedString.GetTokenUnderPos + name: GetTokenUnderPos + nameWithType: TokenizedString.GetTokenUnderPos + fullName: MLEM.Formatting.TokenizedString.GetTokenUnderPos +- uid: MLEM.Formatting.Token + commentId: T:MLEM.Formatting.Token + parent: MLEM.Formatting + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token +- uid: MLEM.Formatting.TokenizedString.Draw* + commentId: Overload:MLEM.Formatting.TokenizedString.Draw + name: Draw + nameWithType: TokenizedString.Draw + fullName: MLEM.Formatting.TokenizedString.Draw +- 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: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- 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 diff --git a/Docs/api/MLEM.Formatting.yml b/Docs/api/MLEM.Formatting.yml new file mode 100644 index 0000000..07792c0 --- /dev/null +++ b/Docs/api/MLEM.Formatting.yml @@ -0,0 +1,103 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + id: MLEM.Formatting + children: + - MLEM.Formatting.FormatSettings + - MLEM.Formatting.FormattingCode + - MLEM.Formatting.FormattingCode.Type + - MLEM.Formatting.FormattingCodeCollection + - MLEM.Formatting.FormattingCodeData + - MLEM.Formatting.TextAnimation + - MLEM.Formatting.TextAnimation.DrawCharacter + - MLEM.Formatting.TextFormatter + - MLEM.Formatting.TextFormatting + - MLEM.Formatting.TextStyle + - MLEM.Formatting.Token + - MLEM.Formatting.TokenizedString + langs: + - csharp + - vb + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + parent: MLEM.Formatting + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings +- uid: MLEM.Formatting.FormattingCode + commentId: T:MLEM.Formatting.FormattingCode + parent: MLEM.Formatting + name: FormattingCode + nameWithType: FormattingCode + fullName: MLEM.Formatting.FormattingCode +- uid: MLEM.Formatting.FormattingCode.Type + commentId: T:MLEM.Formatting.FormattingCode.Type + parent: MLEM.Formatting + name: FormattingCode.Type + nameWithType: FormattingCode.Type + fullName: MLEM.Formatting.FormattingCode.Type +- uid: MLEM.Formatting.TextStyle + commentId: T:MLEM.Formatting.TextStyle + parent: MLEM.Formatting + name: TextStyle + nameWithType: TextStyle + fullName: MLEM.Formatting.TextStyle +- uid: MLEM.Formatting.FormattingCodeCollection + commentId: T:MLEM.Formatting.FormattingCodeCollection + parent: MLEM.Formatting + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection +- uid: MLEM.Formatting.FormattingCodeData + commentId: T:MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + nameWithType: FormattingCodeData + fullName: MLEM.Formatting.FormattingCodeData +- uid: MLEM.Formatting.TextAnimation + commentId: T:MLEM.Formatting.TextAnimation + name: TextAnimation + nameWithType: TextAnimation + fullName: MLEM.Formatting.TextAnimation +- uid: MLEM.Formatting.TextAnimation.DrawCharacter + commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter + parent: MLEM.Formatting + name: TextAnimation.DrawCharacter + nameWithType: TextAnimation.DrawCharacter + fullName: MLEM.Formatting.TextAnimation.DrawCharacter +- uid: MLEM.Formatting.TextFormatting + commentId: T:MLEM.Formatting.TextFormatting + parent: MLEM.Formatting + name: TextFormatting + nameWithType: TextFormatting + fullName: MLEM.Formatting.TextFormatting +- uid: MLEM.Formatting.TextFormatter + commentId: T:MLEM.Formatting.TextFormatter + parent: MLEM.Formatting + name: TextFormatter + nameWithType: TextFormatter + fullName: MLEM.Formatting.TextFormatter +- uid: MLEM.Formatting.Token + commentId: T:MLEM.Formatting.Token + parent: MLEM.Formatting + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token +- uid: MLEM.Formatting.TokenizedString + commentId: T:MLEM.Formatting.TokenizedString + parent: MLEM.Formatting + name: TokenizedString + nameWithType: TokenizedString + fullName: MLEM.Formatting.TokenizedString +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting diff --git a/Docs/api/MLEM.Input.InputHandler.yml b/Docs/api/MLEM.Input.InputHandler.yml new file mode 100644 index 0000000..6a05bd8 --- /dev/null +++ b/Docs/api/MLEM.Input.InputHandler.yml @@ -0,0 +1,3094 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input.InputHandler + commentId: T:MLEM.Input.InputHandler + id: InputHandler + parent: MLEM.Input + children: + - MLEM.Input.InputHandler.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean) + - MLEM.Input.InputHandler.ConnectedGamepads + - MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[]) + - MLEM.Input.InputHandler.Gestures + - MLEM.Input.InputHandler.GetGamepadState(System.Int32) + - MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@) + - MLEM.Input.InputHandler.GetLastGamepadState(System.Int32) + - MLEM.Input.InputHandler.HandleGamepadRepeats + - MLEM.Input.InputHandler.HandleGamepads + - MLEM.Input.InputHandler.HandleKeyboard + - MLEM.Input.InputHandler.HandleKeyboardRepeats + - MLEM.Input.InputHandler.HandleMouse + - MLEM.Input.InputHandler.HandleTouch + - MLEM.Input.InputHandler.IsAnyDown(System.Object[]) + - MLEM.Input.InputHandler.IsAnyPressed(System.Object[]) + - MLEM.Input.InputHandler.IsAnyUp(System.Object[]) + - MLEM.Input.InputHandler.IsDown(System.Object,System.Int32) + - MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + - MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + - MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + - MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey) + - MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton) + - MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton) + - MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton) + - MLEM.Input.InputHandler.IsPressed(System.Object,System.Int32) + - MLEM.Input.InputHandler.IsUp(System.Object,System.Int32) + - MLEM.Input.InputHandler.KeyboardState + - MLEM.Input.InputHandler.KeyRepeatDelay + - MLEM.Input.InputHandler.KeyRepeatRate + - MLEM.Input.InputHandler.LastKeyboardState + - MLEM.Input.InputHandler.LastMousePosition + - MLEM.Input.InputHandler.LastMouseState + - MLEM.Input.InputHandler.LastScrollWheel + - MLEM.Input.InputHandler.LastTouchState + - MLEM.Input.InputHandler.MousePosition + - MLEM.Input.InputHandler.MouseState + - MLEM.Input.InputHandler.PressedKeys + - MLEM.Input.InputHandler.ScrollWheel + - MLEM.Input.InputHandler.TouchState + - MLEM.Input.InputHandler.Update + - MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + - MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + - MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton) + - MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton) + langs: + - csharp + - vb + name: InputHandler + nameWithType: InputHandler + fullName: MLEM.Input.InputHandler + type: Class + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InputHandler + path: ../MLEM/Input/InputHandler.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: 'public class InputHandler : GameComponent, IGameComponent, IUpdateable, IComparable, IDisposable' + content.vb: >- + Public Class InputHandler + 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.Input.InputHandler.LastKeyboardState + commentId: P:MLEM.Input.InputHandler.LastKeyboardState + id: LastKeyboardState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: LastKeyboardState + nameWithType: InputHandler.LastKeyboardState + fullName: MLEM.Input.InputHandler.LastKeyboardState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastKeyboardState + path: ../MLEM/Input/InputHandler.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public KeyboardState LastKeyboardState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.KeyboardState + content.vb: Public ReadOnly Property LastKeyboardState As KeyboardState + overload: MLEM.Input.InputHandler.LastKeyboardState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.KeyboardState + commentId: P:MLEM.Input.InputHandler.KeyboardState + id: KeyboardState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: KeyboardState + nameWithType: InputHandler.KeyboardState + fullName: MLEM.Input.InputHandler.KeyboardState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: KeyboardState + path: ../MLEM/Input/InputHandler.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public KeyboardState KeyboardState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.KeyboardState + content.vb: Public ReadOnly Property KeyboardState As KeyboardState + overload: MLEM.Input.InputHandler.KeyboardState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.PressedKeys + commentId: P:MLEM.Input.InputHandler.PressedKeys + id: PressedKeys + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: PressedKeys + nameWithType: InputHandler.PressedKeys + fullName: MLEM.Input.InputHandler.PressedKeys + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PressedKeys + path: ../MLEM/Input/InputHandler.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public Keys[] PressedKeys { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.Keys[] + content.vb: Public ReadOnly Property PressedKeys As Keys() + overload: MLEM.Input.InputHandler.PressedKeys* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.HandleKeyboard + commentId: F:MLEM.Input.InputHandler.HandleKeyboard + id: HandleKeyboard + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleKeyboard + nameWithType: InputHandler.HandleKeyboard + fullName: MLEM.Input.InputHandler.HandleKeyboard + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleKeyboard + path: ../MLEM/Input/InputHandler.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleKeyboard + return: + type: System.Boolean + content.vb: Public HandleKeyboard As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.LastMouseState + commentId: P:MLEM.Input.InputHandler.LastMouseState + id: LastMouseState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: LastMouseState + nameWithType: InputHandler.LastMouseState + fullName: MLEM.Input.InputHandler.LastMouseState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastMouseState + path: ../MLEM/Input/InputHandler.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public MouseState LastMouseState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.MouseState + content.vb: Public ReadOnly Property LastMouseState As MouseState + overload: MLEM.Input.InputHandler.LastMouseState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.MouseState + commentId: P:MLEM.Input.InputHandler.MouseState + id: MouseState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: MouseState + nameWithType: InputHandler.MouseState + fullName: MLEM.Input.InputHandler.MouseState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MouseState + path: ../MLEM/Input/InputHandler.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public MouseState MouseState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.MouseState + content.vb: Public ReadOnly Property MouseState As MouseState + overload: MLEM.Input.InputHandler.MouseState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.MousePosition + commentId: P:MLEM.Input.InputHandler.MousePosition + id: MousePosition + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: MousePosition + nameWithType: InputHandler.MousePosition + fullName: MLEM.Input.InputHandler.MousePosition + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MousePosition + path: ../MLEM/Input/InputHandler.cs + startLine: 20 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public Point MousePosition { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public ReadOnly Property MousePosition As Point + overload: MLEM.Input.InputHandler.MousePosition* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.LastMousePosition + commentId: P:MLEM.Input.InputHandler.LastMousePosition + id: LastMousePosition + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: LastMousePosition + nameWithType: InputHandler.LastMousePosition + fullName: MLEM.Input.InputHandler.LastMousePosition + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastMousePosition + path: ../MLEM/Input/InputHandler.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public Point LastMousePosition { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public ReadOnly Property LastMousePosition As Point + overload: MLEM.Input.InputHandler.LastMousePosition* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.ScrollWheel + commentId: P:MLEM.Input.InputHandler.ScrollWheel + id: ScrollWheel + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: ScrollWheel + nameWithType: InputHandler.ScrollWheel + fullName: MLEM.Input.InputHandler.ScrollWheel + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollWheel + path: ../MLEM/Input/InputHandler.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public int ScrollWheel { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property ScrollWheel As Integer + overload: MLEM.Input.InputHandler.ScrollWheel* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.LastScrollWheel + commentId: P:MLEM.Input.InputHandler.LastScrollWheel + id: LastScrollWheel + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: LastScrollWheel + nameWithType: InputHandler.LastScrollWheel + fullName: MLEM.Input.InputHandler.LastScrollWheel + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastScrollWheel + path: ../MLEM/Input/InputHandler.cs + startLine: 23 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public int LastScrollWheel { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property LastScrollWheel As Integer + overload: MLEM.Input.InputHandler.LastScrollWheel* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.HandleMouse + commentId: F:MLEM.Input.InputHandler.HandleMouse + id: HandleMouse + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleMouse + nameWithType: InputHandler.HandleMouse + fullName: MLEM.Input.InputHandler.HandleMouse + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleMouse + path: ../MLEM/Input/InputHandler.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleMouse + return: + type: System.Boolean + content.vb: Public HandleMouse As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.ConnectedGamepads + commentId: P:MLEM.Input.InputHandler.ConnectedGamepads + id: ConnectedGamepads + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: ConnectedGamepads + nameWithType: InputHandler.ConnectedGamepads + fullName: MLEM.Input.InputHandler.ConnectedGamepads + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ConnectedGamepads + path: ../MLEM/Input/InputHandler.cs + startLine: 28 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public int ConnectedGamepads { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property ConnectedGamepads As Integer + overload: MLEM.Input.InputHandler.ConnectedGamepads* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.HandleGamepads + commentId: F:MLEM.Input.InputHandler.HandleGamepads + id: HandleGamepads + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleGamepads + nameWithType: InputHandler.HandleGamepads + fullName: MLEM.Input.InputHandler.HandleGamepads + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleGamepads + path: ../MLEM/Input/InputHandler.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleGamepads + return: + type: System.Boolean + content.vb: Public HandleGamepads As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.LastTouchState + commentId: P:MLEM.Input.InputHandler.LastTouchState + id: LastTouchState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: LastTouchState + nameWithType: InputHandler.LastTouchState + fullName: MLEM.Input.InputHandler.LastTouchState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastTouchState + path: ../MLEM/Input/InputHandler.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public TouchCollection LastTouchState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.Touch.TouchCollection + content.vb: Public ReadOnly Property LastTouchState As TouchCollection + overload: MLEM.Input.InputHandler.LastTouchState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.TouchState + commentId: P:MLEM.Input.InputHandler.TouchState + id: TouchState + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: TouchState + nameWithType: InputHandler.TouchState + fullName: MLEM.Input.InputHandler.TouchState + type: Property + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TouchState + path: ../MLEM/Input/InputHandler.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public TouchCollection TouchState { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Input.Touch.TouchCollection + content.vb: Public ReadOnly Property TouchState As TouchCollection + overload: MLEM.Input.InputHandler.TouchState* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.Gestures + commentId: F:MLEM.Input.InputHandler.Gestures + id: Gestures + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: Gestures + nameWithType: InputHandler.Gestures + fullName: MLEM.Input.InputHandler.Gestures + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Gestures + path: ../MLEM/Input/InputHandler.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public readonly ReadOnlyCollection Gestures + return: + type: System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.Xna.Framework.Input.Touch.GestureSample} + content.vb: Public ReadOnly Gestures As ReadOnlyCollection(Of GestureSample) + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Input.InputHandler.HandleTouch + commentId: F:MLEM.Input.InputHandler.HandleTouch + id: HandleTouch + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleTouch + nameWithType: InputHandler.HandleTouch + fullName: MLEM.Input.InputHandler.HandleTouch + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleTouch + path: ../MLEM/Input/InputHandler.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleTouch + return: + type: System.Boolean + content.vb: Public HandleTouch As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.KeyRepeatDelay + commentId: F:MLEM.Input.InputHandler.KeyRepeatDelay + id: KeyRepeatDelay + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: KeyRepeatDelay + nameWithType: InputHandler.KeyRepeatDelay + fullName: MLEM.Input.InputHandler.KeyRepeatDelay + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: KeyRepeatDelay + path: ../MLEM/Input/InputHandler.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public TimeSpan KeyRepeatDelay + return: + type: System.TimeSpan + content.vb: Public KeyRepeatDelay As TimeSpan + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.KeyRepeatRate + commentId: F:MLEM.Input.InputHandler.KeyRepeatRate + id: KeyRepeatRate + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: KeyRepeatRate + nameWithType: InputHandler.KeyRepeatRate + fullName: MLEM.Input.InputHandler.KeyRepeatRate + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: KeyRepeatRate + path: ../MLEM/Input/InputHandler.cs + startLine: 38 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public TimeSpan KeyRepeatRate + return: + type: System.TimeSpan + content.vb: Public KeyRepeatRate As TimeSpan + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.HandleKeyboardRepeats + commentId: F:MLEM.Input.InputHandler.HandleKeyboardRepeats + id: HandleKeyboardRepeats + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleKeyboardRepeats + nameWithType: InputHandler.HandleKeyboardRepeats + fullName: MLEM.Input.InputHandler.HandleKeyboardRepeats + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleKeyboardRepeats + path: ../MLEM/Input/InputHandler.cs + startLine: 40 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleKeyboardRepeats + return: + type: System.Boolean + content.vb: Public HandleKeyboardRepeats As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.HandleGamepadRepeats + commentId: F:MLEM.Input.InputHandler.HandleGamepadRepeats + id: HandleGamepadRepeats + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: HandleGamepadRepeats + nameWithType: InputHandler.HandleGamepadRepeats + fullName: MLEM.Input.InputHandler.HandleGamepadRepeats + type: Field + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleGamepadRepeats + path: ../MLEM/Input/InputHandler.cs + startLine: 46 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool HandleGamepadRepeats + return: + type: System.Boolean + content.vb: Public HandleGamepadRepeats As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean) + commentId: M:MLEM.Input.InputHandler.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean) + id: '#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)' + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: InputHandler(Boolean, Boolean, Boolean, Boolean) + nameWithType: InputHandler.InputHandler(Boolean, Boolean, Boolean, Boolean) + fullName: MLEM.Input.InputHandler.InputHandler(System.Boolean, System.Boolean, System.Boolean, System.Boolean) + type: Constructor + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Input/InputHandler.cs + startLine: 52 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public InputHandler(bool handleKeyboard = true, bool handleMouse = true, bool handleGamepads = true, bool handleTouch = true) + parameters: + - id: handleKeyboard + type: System.Boolean + - id: handleMouse + type: System.Boolean + - id: handleGamepads + type: System.Boolean + - id: handleTouch + type: System.Boolean + content.vb: Public Sub New(handleKeyboard As Boolean = True, handleMouse As Boolean = True, handleGamepads As Boolean = True, handleTouch As Boolean = True) + overload: MLEM.Input.InputHandler.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.Update + commentId: M:MLEM.Input.InputHandler.Update + id: Update + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: Update() + nameWithType: InputHandler.Update() + fullName: MLEM.Input.InputHandler.Update() + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Input/InputHandler.cs + startLine: 60 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public void Update() + content.vb: Public Sub Update + overload: MLEM.Input.InputHandler.Update* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: InputHandler.Update(GameTime) + fullName: MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Input/InputHandler.cs + startLine: 153 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public override void Update(GameTime gameTime) + parameters: + - id: gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Overrides Sub Update(gameTime As GameTime) + overridden: Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Input.InputHandler.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Input.InputHandler.GetLastGamepadState(System.Int32) + commentId: M:MLEM.Input.InputHandler.GetLastGamepadState(System.Int32) + id: GetLastGamepadState(System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: GetLastGamepadState(Int32) + nameWithType: InputHandler.GetLastGamepadState(Int32) + fullName: MLEM.Input.InputHandler.GetLastGamepadState(System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetLastGamepadState + path: ../MLEM/Input/InputHandler.cs + startLine: 157 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public GamePadState GetLastGamepadState(int index) + parameters: + - id: index + type: System.Int32 + return: + type: Microsoft.Xna.Framework.Input.GamePadState + content.vb: Public Function GetLastGamepadState(index As Integer) As GamePadState + overload: MLEM.Input.InputHandler.GetLastGamepadState* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.GetGamepadState(System.Int32) + commentId: M:MLEM.Input.InputHandler.GetGamepadState(System.Int32) + id: GetGamepadState(System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: GetGamepadState(Int32) + nameWithType: InputHandler.GetGamepadState(Int32) + fullName: MLEM.Input.InputHandler.GetGamepadState(System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetGamepadState + path: ../MLEM/Input/InputHandler.cs + startLine: 161 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public GamePadState GetGamepadState(int index) + parameters: + - id: index + type: System.Int32 + return: + type: Microsoft.Xna.Framework.Input.GamePadState + content.vb: Public Function GetGamepadState(index As Integer) As GamePadState + overload: MLEM.Input.InputHandler.GetGamepadState* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys) + id: IsKeyDown(Microsoft.Xna.Framework.Input.Keys) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsKeyDown(Keys) + nameWithType: InputHandler.IsKeyDown(Keys) + fullName: MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsKeyDown + path: ../MLEM/Input/InputHandler.cs + startLine: 165 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsKeyDown(Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: Public Function IsKeyDown(key As Keys) As Boolean + overload: MLEM.Input.InputHandler.IsKeyDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys) + id: IsKeyUp(Microsoft.Xna.Framework.Input.Keys) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsKeyUp(Keys) + nameWithType: InputHandler.IsKeyUp(Keys) + fullName: MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsKeyUp + path: ../MLEM/Input/InputHandler.cs + startLine: 169 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsKeyUp(Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: Public Function IsKeyUp(key As Keys) As Boolean + overload: MLEM.Input.InputHandler.IsKeyUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys) + id: WasKeyDown(Microsoft.Xna.Framework.Input.Keys) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasKeyDown(Keys) + nameWithType: InputHandler.WasKeyDown(Keys) + fullName: MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasKeyDown + path: ../MLEM/Input/InputHandler.cs + startLine: 173 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasKeyDown(Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: Public Function WasKeyDown(key As Keys) As Boolean + overload: MLEM.Input.InputHandler.WasKeyDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys) + id: WasKeyUp(Microsoft.Xna.Framework.Input.Keys) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasKeyUp(Keys) + nameWithType: InputHandler.WasKeyUp(Keys) + fullName: MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasKeyUp + path: ../MLEM/Input/InputHandler.cs + startLine: 177 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasKeyUp(Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: Public Function WasKeyUp(key As Keys) As Boolean + overload: MLEM.Input.InputHandler.WasKeyUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys) + id: IsKeyPressed(Microsoft.Xna.Framework.Input.Keys) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsKeyPressed(Keys) + nameWithType: InputHandler.IsKeyPressed(Keys) + fullName: MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsKeyPressed + path: ../MLEM/Input/InputHandler.cs + startLine: 181 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsKeyPressed(Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: Public Function IsKeyPressed(key As Keys) As Boolean + overload: MLEM.Input.InputHandler.IsKeyPressed* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey) + commentId: M:MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey) + id: IsModifierKeyDown(MLEM.Input.ModifierKey) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsModifierKeyDown(ModifierKey) + nameWithType: InputHandler.IsModifierKeyDown(ModifierKey) + fullName: MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsModifierKeyDown + path: ../MLEM/Input/InputHandler.cs + startLine: 188 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsModifierKeyDown(ModifierKey modifier) + parameters: + - id: modifier + type: MLEM.Input.ModifierKey + return: + type: System.Boolean + content.vb: Public Function IsModifierKeyDown(modifier As ModifierKey) As Boolean + overload: MLEM.Input.InputHandler.IsModifierKeyDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton) + commentId: M:MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton) + id: IsMouseButtonDown(MLEM.Input.MouseButton) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsMouseButtonDown(MouseButton) + nameWithType: InputHandler.IsMouseButtonDown(MouseButton) + fullName: MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsMouseButtonDown + path: ../MLEM/Input/InputHandler.cs + startLine: 192 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsMouseButtonDown(MouseButton button) + parameters: + - id: button + type: MLEM.Input.MouseButton + return: + type: System.Boolean + content.vb: Public Function IsMouseButtonDown(button As MouseButton) As Boolean + overload: MLEM.Input.InputHandler.IsMouseButtonDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton) + commentId: M:MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton) + id: IsMouseButtonUp(MLEM.Input.MouseButton) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsMouseButtonUp(MouseButton) + nameWithType: InputHandler.IsMouseButtonUp(MouseButton) + fullName: MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsMouseButtonUp + path: ../MLEM/Input/InputHandler.cs + startLine: 196 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsMouseButtonUp(MouseButton button) + parameters: + - id: button + type: MLEM.Input.MouseButton + return: + type: System.Boolean + content.vb: Public Function IsMouseButtonUp(button As MouseButton) As Boolean + overload: MLEM.Input.InputHandler.IsMouseButtonUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton) + commentId: M:MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton) + id: WasMouseButtonDown(MLEM.Input.MouseButton) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasMouseButtonDown(MouseButton) + nameWithType: InputHandler.WasMouseButtonDown(MouseButton) + fullName: MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasMouseButtonDown + path: ../MLEM/Input/InputHandler.cs + startLine: 200 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasMouseButtonDown(MouseButton button) + parameters: + - id: button + type: MLEM.Input.MouseButton + return: + type: System.Boolean + content.vb: Public Function WasMouseButtonDown(button As MouseButton) As Boolean + overload: MLEM.Input.InputHandler.WasMouseButtonDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton) + commentId: M:MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton) + id: WasMouseButtonUp(MLEM.Input.MouseButton) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasMouseButtonUp(MouseButton) + nameWithType: InputHandler.WasMouseButtonUp(MouseButton) + fullName: MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasMouseButtonUp + path: ../MLEM/Input/InputHandler.cs + startLine: 204 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasMouseButtonUp(MouseButton button) + parameters: + - id: button + type: MLEM.Input.MouseButton + return: + type: System.Boolean + content.vb: Public Function WasMouseButtonUp(button As MouseButton) As Boolean + overload: MLEM.Input.InputHandler.WasMouseButtonUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton) + commentId: M:MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton) + id: IsMouseButtonPressed(MLEM.Input.MouseButton) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsMouseButtonPressed(MouseButton) + nameWithType: InputHandler.IsMouseButtonPressed(MouseButton) + fullName: MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsMouseButtonPressed + path: ../MLEM/Input/InputHandler.cs + startLine: 208 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsMouseButtonPressed(MouseButton button) + parameters: + - id: button + type: MLEM.Input.MouseButton + return: + type: System.Boolean + content.vb: Public Function IsMouseButtonPressed(button As MouseButton) As Boolean + overload: MLEM.Input.InputHandler.IsMouseButtonPressed* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + id: IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsGamepadButtonDown(Buttons, Int32) + nameWithType: InputHandler.IsGamepadButtonDown(Buttons, Int32) + fullName: MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsGamepadButtonDown + path: ../MLEM/Input/InputHandler.cs + startLine: 212 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsGamepadButtonDown(Buttons button, int index = -1) + parameters: + - id: button + type: Microsoft.Xna.Framework.Input.Buttons + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsGamepadButtonDown(button As Buttons, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsGamepadButtonDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + id: IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsGamepadButtonUp(Buttons, Int32) + nameWithType: InputHandler.IsGamepadButtonUp(Buttons, Int32) + fullName: MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsGamepadButtonUp + path: ../MLEM/Input/InputHandler.cs + startLine: 222 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsGamepadButtonUp(Buttons button, int index = -1) + parameters: + - id: button + type: Microsoft.Xna.Framework.Input.Buttons + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsGamepadButtonUp(button As Buttons, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsGamepadButtonUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + commentId: M:MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + id: WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasGamepadButtonDown(Buttons, Int32) + nameWithType: InputHandler.WasGamepadButtonDown(Buttons, Int32) + fullName: MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasGamepadButtonDown + path: ../MLEM/Input/InputHandler.cs + startLine: 232 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasGamepadButtonDown(Buttons button, int index = -1) + parameters: + - id: button + type: Microsoft.Xna.Framework.Input.Buttons + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function WasGamepadButtonDown(button As Buttons, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.WasGamepadButtonDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + commentId: M:MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + id: WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: WasGamepadButtonUp(Buttons, Int32) + nameWithType: InputHandler.WasGamepadButtonUp(Buttons, Int32) + fullName: MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: WasGamepadButtonUp + path: ../MLEM/Input/InputHandler.cs + startLine: 242 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool WasGamepadButtonUp(Buttons button, int index = -1) + parameters: + - id: button + type: Microsoft.Xna.Framework.Input.Buttons + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function WasGamepadButtonUp(button As Buttons, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.WasGamepadButtonUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + id: IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsGamepadButtonPressed(Buttons, Int32) + nameWithType: InputHandler.IsGamepadButtonPressed(Buttons, Int32) + fullName: MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsGamepadButtonPressed + path: ../MLEM/Input/InputHandler.cs + startLine: 252 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsGamepadButtonPressed(Buttons button, int index = -1) + parameters: + - id: button + type: Microsoft.Xna.Framework.Input.Buttons + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsGamepadButtonPressed(button As Buttons, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsGamepadButtonPressed* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@) + commentId: M:MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@) + id: GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: GetGesture(GestureType, out GestureSample) + nameWithType: InputHandler.GetGesture(GestureType, out GestureSample) + fullName: MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType, out Microsoft.Xna.Framework.Input.Touch.GestureSample) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetGesture + path: ../MLEM/Input/InputHandler.cs + startLine: 265 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool GetGesture(GestureType type, out GestureSample sample) + parameters: + - id: type + type: Microsoft.Xna.Framework.Input.Touch.GestureType + - id: sample + type: Microsoft.Xna.Framework.Input.Touch.GestureSample + return: + type: System.Boolean + content.vb: Public Function GetGesture(type As GestureType, ByRef sample As GestureSample) As Boolean + overload: MLEM.Input.InputHandler.GetGesture* + nameWithType.vb: InputHandler.GetGesture(GestureType, ByRef GestureSample) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType, ByRef Microsoft.Xna.Framework.Input.Touch.GestureSample) + name.vb: GetGesture(GestureType, ByRef GestureSample) +- uid: MLEM.Input.InputHandler.IsDown(System.Object,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsDown(System.Object,System.Int32) + id: IsDown(System.Object,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsDown(Object, Int32) + nameWithType: InputHandler.IsDown(Object, Int32) + fullName: MLEM.Input.InputHandler.IsDown(System.Object, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsDown + path: ../MLEM/Input/InputHandler.cs + startLine: 275 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsDown(object control, int index = -1) + parameters: + - id: control + type: System.Object + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsDown(control As Object, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsDown* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsUp(System.Object,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsUp(System.Object,System.Int32) + id: IsUp(System.Object,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsUp(Object, Int32) + nameWithType: InputHandler.IsUp(Object, Int32) + fullName: MLEM.Input.InputHandler.IsUp(System.Object, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsUp + path: ../MLEM/Input/InputHandler.cs + startLine: 285 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsUp(object control, int index = -1) + parameters: + - id: control + type: System.Object + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsUp(control As Object, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsUp* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsPressed(System.Object,System.Int32) + commentId: M:MLEM.Input.InputHandler.IsPressed(System.Object,System.Int32) + id: IsPressed(System.Object,System.Int32) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsPressed(Object, Int32) + nameWithType: InputHandler.IsPressed(Object, Int32) + fullName: MLEM.Input.InputHandler.IsPressed(System.Object, System.Int32) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsPressed + path: ../MLEM/Input/InputHandler.cs + startLine: 295 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsPressed(object control, int index = -1) + parameters: + - id: control + type: System.Object + - id: index + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Function IsPressed(control As Object, index As Integer = -1) As Boolean + overload: MLEM.Input.InputHandler.IsPressed* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Input.InputHandler.IsAnyDown(System.Object[]) + commentId: M:MLEM.Input.InputHandler.IsAnyDown(System.Object[]) + id: IsAnyDown(System.Object[]) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsAnyDown(Object[]) + nameWithType: InputHandler.IsAnyDown(Object[]) + fullName: MLEM.Input.InputHandler.IsAnyDown(System.Object[]) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsAnyDown + path: ../MLEM/Input/InputHandler.cs + startLine: 305 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsAnyDown(params object[] control) + parameters: + - id: control + type: System.Object[] + return: + type: System.Boolean + content.vb: Public Function IsAnyDown(ParamArray control As Object()) As Boolean + overload: MLEM.Input.InputHandler.IsAnyDown* + nameWithType.vb: InputHandler.IsAnyDown(Object()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Input.InputHandler.IsAnyDown(System.Object()) + name.vb: IsAnyDown(Object()) +- uid: MLEM.Input.InputHandler.IsAnyUp(System.Object[]) + commentId: M:MLEM.Input.InputHandler.IsAnyUp(System.Object[]) + id: IsAnyUp(System.Object[]) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsAnyUp(Object[]) + nameWithType: InputHandler.IsAnyUp(Object[]) + fullName: MLEM.Input.InputHandler.IsAnyUp(System.Object[]) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsAnyUp + path: ../MLEM/Input/InputHandler.cs + startLine: 309 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsAnyUp(params object[] control) + parameters: + - id: control + type: System.Object[] + return: + type: System.Boolean + content.vb: Public Function IsAnyUp(ParamArray control As Object()) As Boolean + overload: MLEM.Input.InputHandler.IsAnyUp* + nameWithType.vb: InputHandler.IsAnyUp(Object()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Input.InputHandler.IsAnyUp(System.Object()) + name.vb: IsAnyUp(Object()) +- uid: MLEM.Input.InputHandler.IsAnyPressed(System.Object[]) + commentId: M:MLEM.Input.InputHandler.IsAnyPressed(System.Object[]) + id: IsAnyPressed(System.Object[]) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: IsAnyPressed(Object[]) + nameWithType: InputHandler.IsAnyPressed(Object[]) + fullName: MLEM.Input.InputHandler.IsAnyPressed(System.Object[]) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsAnyPressed + path: ../MLEM/Input/InputHandler.cs + startLine: 313 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public bool IsAnyPressed(params object[] control) + parameters: + - id: control + type: System.Object[] + return: + type: System.Boolean + content.vb: Public Function IsAnyPressed(ParamArray control As Object()) As Boolean + overload: MLEM.Input.InputHandler.IsAnyPressed* + nameWithType.vb: InputHandler.IsAnyPressed(Object()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Input.InputHandler.IsAnyPressed(System.Object()) + name.vb: IsAnyPressed(Object()) +- uid: MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[]) + commentId: M:MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[]) + id: EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[]) + parent: MLEM.Input.InputHandler + langs: + - csharp + - vb + name: EnableGestures(GestureType[]) + nameWithType: InputHandler.EnableGestures(GestureType[]) + fullName: MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[]) + type: Method + source: + remote: + path: MLEM/Input/InputHandler.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EnableGestures + path: ../MLEM/Input/InputHandler.cs + startLine: 317 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static void EnableGestures(params GestureType[] gestures) + parameters: + - id: gestures + type: Microsoft.Xna.Framework.Input.Touch.GestureType[] + content.vb: Public Shared Sub EnableGestures(ParamArray gestures As GestureType()) + overload: MLEM.Input.InputHandler.EnableGestures* + nameWithType.vb: InputHandler.EnableGestures(GestureType()) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType()) + name.vb: EnableGestures(GestureType()) +references: +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input +- 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: MLEM.Input.InputHandler.LastKeyboardState* + commentId: Overload:MLEM.Input.InputHandler.LastKeyboardState + name: LastKeyboardState + nameWithType: InputHandler.LastKeyboardState + fullName: MLEM.Input.InputHandler.LastKeyboardState +- uid: Microsoft.Xna.Framework.Input.KeyboardState + commentId: T:Microsoft.Xna.Framework.Input.KeyboardState + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: KeyboardState + nameWithType: KeyboardState + fullName: Microsoft.Xna.Framework.Input.KeyboardState +- uid: Microsoft.Xna.Framework.Input + commentId: N:Microsoft.Xna.Framework.Input + isExternal: true + name: Microsoft.Xna.Framework.Input + nameWithType: Microsoft.Xna.Framework.Input + fullName: Microsoft.Xna.Framework.Input +- uid: MLEM.Input.InputHandler.KeyboardState* + commentId: Overload:MLEM.Input.InputHandler.KeyboardState + name: KeyboardState + nameWithType: InputHandler.KeyboardState + fullName: MLEM.Input.InputHandler.KeyboardState +- uid: MLEM.Input.InputHandler.PressedKeys* + commentId: Overload:MLEM.Input.InputHandler.PressedKeys + name: PressedKeys + nameWithType: InputHandler.PressedKeys + fullName: MLEM.Input.InputHandler.PressedKeys +- uid: Microsoft.Xna.Framework.Input.Keys[] + isExternal: true + name: Keys[] + nameWithType: Keys[] + fullName: Microsoft.Xna.Framework.Input.Keys[] + nameWithType.vb: Keys() + fullName.vb: Microsoft.Xna.Framework.Input.Keys() + name.vb: Keys() + spec.csharp: + - uid: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Input.InputHandler.LastMouseState* + commentId: Overload:MLEM.Input.InputHandler.LastMouseState + name: LastMouseState + nameWithType: InputHandler.LastMouseState + fullName: MLEM.Input.InputHandler.LastMouseState +- uid: Microsoft.Xna.Framework.Input.MouseState + commentId: T:Microsoft.Xna.Framework.Input.MouseState + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: MouseState + nameWithType: MouseState + fullName: Microsoft.Xna.Framework.Input.MouseState +- uid: MLEM.Input.InputHandler.MouseState* + commentId: Overload:MLEM.Input.InputHandler.MouseState + name: MouseState + nameWithType: InputHandler.MouseState + fullName: MLEM.Input.InputHandler.MouseState +- uid: MLEM.Input.InputHandler.MousePosition* + commentId: Overload:MLEM.Input.InputHandler.MousePosition + name: MousePosition + nameWithType: InputHandler.MousePosition + fullName: MLEM.Input.InputHandler.MousePosition +- 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.Input.InputHandler.LastMousePosition* + commentId: Overload:MLEM.Input.InputHandler.LastMousePosition + name: LastMousePosition + nameWithType: InputHandler.LastMousePosition + fullName: MLEM.Input.InputHandler.LastMousePosition +- uid: MLEM.Input.InputHandler.ScrollWheel* + commentId: Overload:MLEM.Input.InputHandler.ScrollWheel + name: ScrollWheel + nameWithType: InputHandler.ScrollWheel + fullName: MLEM.Input.InputHandler.ScrollWheel +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Input.InputHandler.LastScrollWheel* + commentId: Overload:MLEM.Input.InputHandler.LastScrollWheel + name: LastScrollWheel + nameWithType: InputHandler.LastScrollWheel + fullName: MLEM.Input.InputHandler.LastScrollWheel +- uid: MLEM.Input.InputHandler.ConnectedGamepads* + commentId: Overload:MLEM.Input.InputHandler.ConnectedGamepads + name: ConnectedGamepads + nameWithType: InputHandler.ConnectedGamepads + fullName: MLEM.Input.InputHandler.ConnectedGamepads +- uid: MLEM.Input.InputHandler.LastTouchState* + commentId: Overload:MLEM.Input.InputHandler.LastTouchState + name: LastTouchState + nameWithType: InputHandler.LastTouchState + fullName: MLEM.Input.InputHandler.LastTouchState +- uid: Microsoft.Xna.Framework.Input.Touch.TouchCollection + commentId: T:Microsoft.Xna.Framework.Input.Touch.TouchCollection + parent: Microsoft.Xna.Framework.Input.Touch + isExternal: true + name: TouchCollection + nameWithType: TouchCollection + fullName: Microsoft.Xna.Framework.Input.Touch.TouchCollection +- uid: Microsoft.Xna.Framework.Input.Touch + commentId: N:Microsoft.Xna.Framework.Input.Touch + isExternal: true + name: Microsoft.Xna.Framework.Input.Touch + nameWithType: Microsoft.Xna.Framework.Input.Touch + fullName: Microsoft.Xna.Framework.Input.Touch +- uid: MLEM.Input.InputHandler.TouchState* + commentId: Overload:MLEM.Input.InputHandler.TouchState + name: TouchState + nameWithType: InputHandler.TouchState + fullName: MLEM.Input.InputHandler.TouchState +- uid: System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.Xna.Framework.Input.Touch.GestureSample} + commentId: T:System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.Xna.Framework.Input.Touch.GestureSample} + parent: System.Collections.ObjectModel + definition: System.Collections.ObjectModel.ReadOnlyCollection`1 + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + nameWithType.vb: ReadOnlyCollection(Of GestureSample) + fullName.vb: System.Collections.ObjectModel.ReadOnlyCollection(Of Microsoft.Xna.Framework.Input.Touch.GestureSample) + name.vb: ReadOnlyCollection(Of GestureSample) + spec.csharp: + - uid: System.Collections.ObjectModel.ReadOnlyCollection`1 + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Input.Touch.GestureSample + name: GestureSample + nameWithType: GestureSample + fullName: Microsoft.Xna.Framework.Input.Touch.GestureSample + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.ObjectModel.ReadOnlyCollection`1 + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Input.Touch.GestureSample + name: GestureSample + nameWithType: GestureSample + fullName: Microsoft.Xna.Framework.Input.Touch.GestureSample + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.ObjectModel.ReadOnlyCollection`1 + commentId: T:System.Collections.ObjectModel.ReadOnlyCollection`1 + isExternal: true + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + nameWithType.vb: ReadOnlyCollection(Of T) + fullName.vb: System.Collections.ObjectModel.ReadOnlyCollection(Of T) + name.vb: ReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.ObjectModel.ReadOnlyCollection`1 + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.ObjectModel.ReadOnlyCollection`1 + name: ReadOnlyCollection + nameWithType: ReadOnlyCollection + fullName: System.Collections.ObjectModel.ReadOnlyCollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.ObjectModel + commentId: N:System.Collections.ObjectModel + isExternal: true + name: System.Collections.ObjectModel + nameWithType: System.Collections.ObjectModel + fullName: System.Collections.ObjectModel +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Input.InputHandler.#ctor* + commentId: Overload:MLEM.Input.InputHandler.#ctor + name: InputHandler + nameWithType: InputHandler.InputHandler + fullName: MLEM.Input.InputHandler.InputHandler +- uid: MLEM.Input.InputHandler.Update* + commentId: Overload:MLEM.Input.InputHandler.Update + name: Update + nameWithType: InputHandler.Update + fullName: MLEM.Input.InputHandler.Update +- 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: 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.Input.InputHandler.GetLastGamepadState* + commentId: Overload:MLEM.Input.InputHandler.GetLastGamepadState + name: GetLastGamepadState + nameWithType: InputHandler.GetLastGamepadState + fullName: MLEM.Input.InputHandler.GetLastGamepadState +- uid: Microsoft.Xna.Framework.Input.GamePadState + commentId: T:Microsoft.Xna.Framework.Input.GamePadState + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: GamePadState + nameWithType: GamePadState + fullName: Microsoft.Xna.Framework.Input.GamePadState +- uid: MLEM.Input.InputHandler.GetGamepadState* + commentId: Overload:MLEM.Input.InputHandler.GetGamepadState + name: GetGamepadState + nameWithType: InputHandler.GetGamepadState + fullName: MLEM.Input.InputHandler.GetGamepadState +- uid: MLEM.Input.InputHandler.IsKeyDown* + commentId: Overload:MLEM.Input.InputHandler.IsKeyDown + name: IsKeyDown + nameWithType: InputHandler.IsKeyDown + fullName: MLEM.Input.InputHandler.IsKeyDown +- uid: Microsoft.Xna.Framework.Input.Keys + commentId: T:Microsoft.Xna.Framework.Input.Keys + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys +- uid: MLEM.Input.InputHandler.IsKeyUp* + commentId: Overload:MLEM.Input.InputHandler.IsKeyUp + name: IsKeyUp + nameWithType: InputHandler.IsKeyUp + fullName: MLEM.Input.InputHandler.IsKeyUp +- uid: MLEM.Input.InputHandler.WasKeyDown* + commentId: Overload:MLEM.Input.InputHandler.WasKeyDown + name: WasKeyDown + nameWithType: InputHandler.WasKeyDown + fullName: MLEM.Input.InputHandler.WasKeyDown +- uid: MLEM.Input.InputHandler.WasKeyUp* + commentId: Overload:MLEM.Input.InputHandler.WasKeyUp + name: WasKeyUp + nameWithType: InputHandler.WasKeyUp + fullName: MLEM.Input.InputHandler.WasKeyUp +- uid: MLEM.Input.InputHandler.IsKeyPressed* + commentId: Overload:MLEM.Input.InputHandler.IsKeyPressed + name: IsKeyPressed + nameWithType: InputHandler.IsKeyPressed + fullName: MLEM.Input.InputHandler.IsKeyPressed +- uid: MLEM.Input.InputHandler.IsModifierKeyDown* + commentId: Overload:MLEM.Input.InputHandler.IsModifierKeyDown + name: IsModifierKeyDown + nameWithType: InputHandler.IsModifierKeyDown + fullName: MLEM.Input.InputHandler.IsModifierKeyDown +- uid: MLEM.Input.ModifierKey + commentId: T:MLEM.Input.ModifierKey + parent: MLEM.Input + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey +- uid: MLEM.Input.InputHandler.IsMouseButtonDown* + commentId: Overload:MLEM.Input.InputHandler.IsMouseButtonDown + name: IsMouseButtonDown + nameWithType: InputHandler.IsMouseButtonDown + fullName: MLEM.Input.InputHandler.IsMouseButtonDown +- uid: MLEM.Input.MouseButton + commentId: T:MLEM.Input.MouseButton + parent: MLEM.Input + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton +- uid: MLEM.Input.InputHandler.IsMouseButtonUp* + commentId: Overload:MLEM.Input.InputHandler.IsMouseButtonUp + name: IsMouseButtonUp + nameWithType: InputHandler.IsMouseButtonUp + fullName: MLEM.Input.InputHandler.IsMouseButtonUp +- uid: MLEM.Input.InputHandler.WasMouseButtonDown* + commentId: Overload:MLEM.Input.InputHandler.WasMouseButtonDown + name: WasMouseButtonDown + nameWithType: InputHandler.WasMouseButtonDown + fullName: MLEM.Input.InputHandler.WasMouseButtonDown +- uid: MLEM.Input.InputHandler.WasMouseButtonUp* + commentId: Overload:MLEM.Input.InputHandler.WasMouseButtonUp + name: WasMouseButtonUp + nameWithType: InputHandler.WasMouseButtonUp + fullName: MLEM.Input.InputHandler.WasMouseButtonUp +- uid: MLEM.Input.InputHandler.IsMouseButtonPressed* + commentId: Overload:MLEM.Input.InputHandler.IsMouseButtonPressed + name: IsMouseButtonPressed + nameWithType: InputHandler.IsMouseButtonPressed + fullName: MLEM.Input.InputHandler.IsMouseButtonPressed +- uid: MLEM.Input.InputHandler.IsGamepadButtonDown* + commentId: Overload:MLEM.Input.InputHandler.IsGamepadButtonDown + name: IsGamepadButtonDown + nameWithType: InputHandler.IsGamepadButtonDown + fullName: MLEM.Input.InputHandler.IsGamepadButtonDown +- uid: Microsoft.Xna.Framework.Input.Buttons + commentId: T:Microsoft.Xna.Framework.Input.Buttons + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: Buttons + nameWithType: Buttons + fullName: Microsoft.Xna.Framework.Input.Buttons +- uid: MLEM.Input.InputHandler.IsGamepadButtonUp* + commentId: Overload:MLEM.Input.InputHandler.IsGamepadButtonUp + name: IsGamepadButtonUp + nameWithType: InputHandler.IsGamepadButtonUp + fullName: MLEM.Input.InputHandler.IsGamepadButtonUp +- uid: MLEM.Input.InputHandler.WasGamepadButtonDown* + commentId: Overload:MLEM.Input.InputHandler.WasGamepadButtonDown + name: WasGamepadButtonDown + nameWithType: InputHandler.WasGamepadButtonDown + fullName: MLEM.Input.InputHandler.WasGamepadButtonDown +- uid: MLEM.Input.InputHandler.WasGamepadButtonUp* + commentId: Overload:MLEM.Input.InputHandler.WasGamepadButtonUp + name: WasGamepadButtonUp + nameWithType: InputHandler.WasGamepadButtonUp + fullName: MLEM.Input.InputHandler.WasGamepadButtonUp +- uid: MLEM.Input.InputHandler.IsGamepadButtonPressed* + commentId: Overload:MLEM.Input.InputHandler.IsGamepadButtonPressed + name: IsGamepadButtonPressed + nameWithType: InputHandler.IsGamepadButtonPressed + fullName: MLEM.Input.InputHandler.IsGamepadButtonPressed +- uid: MLEM.Input.InputHandler.GetGesture* + commentId: Overload:MLEM.Input.InputHandler.GetGesture + name: GetGesture + nameWithType: InputHandler.GetGesture + fullName: MLEM.Input.InputHandler.GetGesture +- uid: Microsoft.Xna.Framework.Input.Touch.GestureType + commentId: T:Microsoft.Xna.Framework.Input.Touch.GestureType + parent: Microsoft.Xna.Framework.Input.Touch + isExternal: true + name: GestureType + nameWithType: GestureType + fullName: Microsoft.Xna.Framework.Input.Touch.GestureType +- uid: Microsoft.Xna.Framework.Input.Touch.GestureSample + commentId: T:Microsoft.Xna.Framework.Input.Touch.GestureSample + parent: Microsoft.Xna.Framework.Input.Touch + isExternal: true + name: GestureSample + nameWithType: GestureSample + fullName: Microsoft.Xna.Framework.Input.Touch.GestureSample +- uid: MLEM.Input.InputHandler.IsDown* + commentId: Overload:MLEM.Input.InputHandler.IsDown + name: IsDown + nameWithType: InputHandler.IsDown + fullName: MLEM.Input.InputHandler.IsDown +- uid: MLEM.Input.InputHandler.IsUp* + commentId: Overload:MLEM.Input.InputHandler.IsUp + name: IsUp + nameWithType: InputHandler.IsUp + fullName: MLEM.Input.InputHandler.IsUp +- uid: MLEM.Input.InputHandler.IsPressed* + commentId: Overload:MLEM.Input.InputHandler.IsPressed + name: IsPressed + nameWithType: InputHandler.IsPressed + fullName: MLEM.Input.InputHandler.IsPressed +- uid: MLEM.Input.InputHandler.IsAnyDown* + commentId: Overload:MLEM.Input.InputHandler.IsAnyDown + name: IsAnyDown + nameWithType: InputHandler.IsAnyDown + fullName: MLEM.Input.InputHandler.IsAnyDown +- uid: System.Object[] + isExternal: true + name: Object[] + nameWithType: Object[] + fullName: System.Object[] + nameWithType.vb: Object() + fullName.vb: System.Object() + name.vb: Object() + spec.csharp: + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Input.InputHandler.IsAnyUp* + commentId: Overload:MLEM.Input.InputHandler.IsAnyUp + name: IsAnyUp + nameWithType: InputHandler.IsAnyUp + fullName: MLEM.Input.InputHandler.IsAnyUp +- uid: MLEM.Input.InputHandler.IsAnyPressed* + commentId: Overload:MLEM.Input.InputHandler.IsAnyPressed + name: IsAnyPressed + nameWithType: InputHandler.IsAnyPressed + fullName: MLEM.Input.InputHandler.IsAnyPressed +- uid: MLEM.Input.InputHandler.EnableGestures* + commentId: Overload:MLEM.Input.InputHandler.EnableGestures + name: EnableGestures + nameWithType: InputHandler.EnableGestures + fullName: MLEM.Input.InputHandler.EnableGestures +- uid: Microsoft.Xna.Framework.Input.Touch.GestureType[] + isExternal: true + name: GestureType[] + nameWithType: GestureType[] + fullName: Microsoft.Xna.Framework.Input.Touch.GestureType[] + nameWithType.vb: GestureType() + fullName.vb: Microsoft.Xna.Framework.Input.Touch.GestureType() + name.vb: GestureType() + spec.csharp: + - uid: Microsoft.Xna.Framework.Input.Touch.GestureType + name: GestureType + nameWithType: GestureType + fullName: Microsoft.Xna.Framework.Input.Touch.GestureType + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Input.Touch.GestureType + name: GestureType + nameWithType: GestureType + fullName: Microsoft.Xna.Framework.Input.Touch.GestureType + isExternal: true + - name: () + nameWithType: () + fullName: () diff --git a/Docs/api/MLEM.Input.KeysExtensions.yml b/Docs/api/MLEM.Input.KeysExtensions.yml new file mode 100644 index 0000000..4e293bf --- /dev/null +++ b/Docs/api/MLEM.Input.KeysExtensions.yml @@ -0,0 +1,659 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input.KeysExtensions + commentId: T:MLEM.Input.KeysExtensions + id: KeysExtensions + parent: MLEM.Input + children: + - MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + - MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys) + - MLEM.Input.KeysExtensions.ModifierKeys + langs: + - csharp + - vb + name: KeysExtensions + nameWithType: KeysExtensions + fullName: MLEM.Input.KeysExtensions + type: Class + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: KeysExtensions + path: ../MLEM/Input/KeysExtensions.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static class KeysExtensions + content.vb: Public Module KeysExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Input.KeysExtensions.ModifierKeys + commentId: F:MLEM.Input.KeysExtensions.ModifierKeys + id: ModifierKeys + parent: MLEM.Input.KeysExtensions + langs: + - csharp + - vb + name: ModifierKeys + nameWithType: KeysExtensions.ModifierKeys + fullName: MLEM.Input.KeysExtensions.ModifierKeys + type: Field + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ModifierKeys + path: ../MLEM/Input/KeysExtensions.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static readonly ModifierKey[] ModifierKeys + return: + type: MLEM.Input.ModifierKey[] + content.vb: Public Shared ReadOnly ModifierKeys As ModifierKey() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + id: GetKeys(MLEM.Input.ModifierKey) + isExtensionMethod: true + parent: MLEM.Input.KeysExtensions + langs: + - csharp + - vb + name: GetKeys(ModifierKey) + nameWithType: KeysExtensions.GetKeys(ModifierKey) + fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + type: Method + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetKeys + path: ../MLEM/Input/KeysExtensions.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static IEnumerable GetKeys(this ModifierKey modifier) + parameters: + - id: modifier + type: MLEM.Input.ModifierKey + return: + type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys} + content.vb: >- + + + Public Shared Function GetKeys(modifier As ModifierKey) As IEnumerable(Of Keys) + overload: MLEM.Input.KeysExtensions.GetKeys* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys) + id: GetModifier(Microsoft.Xna.Framework.Input.Keys) + isExtensionMethod: true + parent: MLEM.Input.KeysExtensions + langs: + - csharp + - vb + name: GetModifier(Keys) + nameWithType: KeysExtensions.GetModifier(Keys) + fullName: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetModifier + path: ../MLEM/Input/KeysExtensions.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static ModifierKey GetModifier(this Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: MLEM.Input.ModifierKey + content.vb: >- + + + Public Shared Function GetModifier(key As Keys) As ModifierKey + overload: MLEM.Input.KeysExtensions.GetModifier* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys) + commentId: M:MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys) + id: IsModifier(Microsoft.Xna.Framework.Input.Keys) + isExtensionMethod: true + parent: MLEM.Input.KeysExtensions + langs: + - csharp + - vb + name: IsModifier(Keys) + nameWithType: KeysExtensions.IsModifier(Keys) + fullName: MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys) + type: Method + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsModifier + path: ../MLEM/Input/KeysExtensions.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static bool IsModifier(this Keys key) + parameters: + - id: key + type: Microsoft.Xna.Framework.Input.Keys + return: + type: System.Boolean + content.vb: >- + + + Public Shared Function IsModifier(key As Keys) As Boolean + overload: MLEM.Input.KeysExtensions.IsModifier* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Input.ModifierKey[] + isExternal: true + name: ModifierKey[] + nameWithType: ModifierKey[] + fullName: MLEM.Input.ModifierKey[] + nameWithType.vb: ModifierKey() + fullName.vb: MLEM.Input.ModifierKey() + name.vb: ModifierKey() + spec.csharp: + - uid: MLEM.Input.ModifierKey + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Input.ModifierKey + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Input.KeysExtensions.GetKeys* + commentId: Overload:MLEM.Input.KeysExtensions.GetKeys + name: GetKeys + nameWithType: KeysExtensions.GetKeys + fullName: MLEM.Input.KeysExtensions.GetKeys +- uid: MLEM.Input.ModifierKey + commentId: T:MLEM.Input.ModifierKey + parent: MLEM.Input + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey +- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys} + commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Keys) + fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Input.Keys) + name.vb: IEnumerable(Of Keys) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - 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: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - 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.Input.KeysExtensions.GetModifier* + commentId: Overload:MLEM.Input.KeysExtensions.GetModifier + name: GetModifier + nameWithType: KeysExtensions.GetModifier + fullName: MLEM.Input.KeysExtensions.GetModifier +- uid: Microsoft.Xna.Framework.Input.Keys + commentId: T:Microsoft.Xna.Framework.Input.Keys + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys +- uid: Microsoft.Xna.Framework.Input + commentId: N:Microsoft.Xna.Framework.Input + isExternal: true + name: Microsoft.Xna.Framework.Input + nameWithType: Microsoft.Xna.Framework.Input + fullName: Microsoft.Xna.Framework.Input +- uid: MLEM.Input.KeysExtensions.IsModifier* + commentId: Overload:MLEM.Input.KeysExtensions.IsModifier + name: IsModifier + nameWithType: KeysExtensions.IsModifier + fullName: MLEM.Input.KeysExtensions.IsModifier +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean diff --git a/Docs/api/MLEM.Input.ModifierKey.yml b/Docs/api/MLEM.Input.ModifierKey.yml new file mode 100644 index 0000000..78a99c8 --- /dev/null +++ b/Docs/api/MLEM.Input.ModifierKey.yml @@ -0,0 +1,250 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input.ModifierKey + commentId: T:MLEM.Input.ModifierKey + id: ModifierKey + parent: MLEM.Input + children: + - MLEM.Input.ModifierKey.Alt + - MLEM.Input.ModifierKey.Control + - MLEM.Input.ModifierKey.None + - MLEM.Input.ModifierKey.Shift + langs: + - csharp + - vb + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey + type: Enum + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ModifierKey + path: ../MLEM/Input/KeysExtensions.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public enum ModifierKey + content.vb: Public Enum ModifierKey + extensionMethods: + - MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Input.ModifierKey.None + commentId: F:MLEM.Input.ModifierKey.None + id: None + parent: MLEM.Input.ModifierKey + langs: + - csharp + - vb + name: None + nameWithType: ModifierKey.None + fullName: MLEM.Input.ModifierKey.None + type: Field + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: None + path: ../MLEM/Input/KeysExtensions.cs + startLine: 43 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: None = 0 + return: + type: MLEM.Input.ModifierKey + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.ModifierKey.Shift + commentId: F:MLEM.Input.ModifierKey.Shift + id: Shift + parent: MLEM.Input.ModifierKey + langs: + - csharp + - vb + name: Shift + nameWithType: ModifierKey.Shift + fullName: MLEM.Input.ModifierKey.Shift + type: Field + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Shift + path: ../MLEM/Input/KeysExtensions.cs + startLine: 44 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Shift = 1 + return: + type: MLEM.Input.ModifierKey + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.ModifierKey.Control + commentId: F:MLEM.Input.ModifierKey.Control + id: Control + parent: MLEM.Input.ModifierKey + langs: + - csharp + - vb + name: Control + nameWithType: ModifierKey.Control + fullName: MLEM.Input.ModifierKey.Control + type: Field + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Control + path: ../MLEM/Input/KeysExtensions.cs + startLine: 45 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Control = 2 + return: + type: MLEM.Input.ModifierKey + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.ModifierKey.Alt + commentId: F:MLEM.Input.ModifierKey.Alt + id: Alt + parent: MLEM.Input.ModifierKey + langs: + - csharp + - vb + name: Alt + nameWithType: ModifierKey.Alt + fullName: MLEM.Input.ModifierKey.Alt + type: Field + source: + remote: + path: MLEM/Input/KeysExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Alt + path: ../MLEM/Input/KeysExtensions.cs + startLine: 46 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Alt = 3 + return: + type: MLEM.Input.ModifierKey + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input +- uid: MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys + commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + parent: MLEM.Input.KeysExtensions + definition: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + name: GetKeys() + nameWithType: KeysExtensions.GetKeys() + fullName: MLEM.Input.KeysExtensions.GetKeys() + spec.csharp: + - uid: MLEM.Input.KeysExtensions.GetKeys + name: GetKeys + nameWithType: KeysExtensions.GetKeys + fullName: MLEM.Input.KeysExtensions.GetKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Input.KeysExtensions.GetKeys + name: GetKeys + nameWithType: KeysExtensions.GetKeys + fullName: MLEM.Input.KeysExtensions.GetKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + name: GetKeys(ModifierKey) + nameWithType: KeysExtensions.GetKeys(ModifierKey) + fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + spec.csharp: + - uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + name: GetKeys + nameWithType: KeysExtensions.GetKeys + fullName: MLEM.Input.KeysExtensions.GetKeys + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Input.ModifierKey + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) + name: GetKeys + nameWithType: KeysExtensions.GetKeys + fullName: MLEM.Input.KeysExtensions.GetKeys + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Input.ModifierKey + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Input.KeysExtensions + commentId: T:MLEM.Input.KeysExtensions + parent: MLEM.Input + name: KeysExtensions + nameWithType: KeysExtensions + fullName: MLEM.Input.KeysExtensions +- uid: MLEM.Input.ModifierKey + commentId: T:MLEM.Input.ModifierKey + parent: MLEM.Input + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey diff --git a/Docs/api/MLEM.Input.MouseButton.yml b/Docs/api/MLEM.Input.MouseButton.yml new file mode 100644 index 0000000..2f5a95b --- /dev/null +++ b/Docs/api/MLEM.Input.MouseButton.yml @@ -0,0 +1,211 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input.MouseButton + commentId: T:MLEM.Input.MouseButton + id: MouseButton + parent: MLEM.Input + children: + - MLEM.Input.MouseButton.Extra1 + - MLEM.Input.MouseButton.Extra2 + - MLEM.Input.MouseButton.Left + - MLEM.Input.MouseButton.Middle + - MLEM.Input.MouseButton.Right + langs: + - csharp + - vb + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton + type: Enum + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MouseButton + path: ../MLEM/Input/MouseExtensions.cs + startLine: 29 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public enum MouseButton + content.vb: Public Enum MouseButton + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Input.MouseButton.Left + commentId: F:MLEM.Input.MouseButton.Left + id: Left + parent: MLEM.Input.MouseButton + langs: + - csharp + - vb + name: Left + nameWithType: MouseButton.Left + fullName: MLEM.Input.MouseButton.Left + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Left + path: ../MLEM/Input/MouseExtensions.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Left = 0 + return: + type: MLEM.Input.MouseButton + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.MouseButton.Middle + commentId: F:MLEM.Input.MouseButton.Middle + id: Middle + parent: MLEM.Input.MouseButton + langs: + - csharp + - vb + name: Middle + nameWithType: MouseButton.Middle + fullName: MLEM.Input.MouseButton.Middle + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Middle + path: ../MLEM/Input/MouseExtensions.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Middle = 1 + return: + type: MLEM.Input.MouseButton + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.MouseButton.Right + commentId: F:MLEM.Input.MouseButton.Right + id: Right + parent: MLEM.Input.MouseButton + langs: + - csharp + - vb + name: Right + nameWithType: MouseButton.Right + fullName: MLEM.Input.MouseButton.Right + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Right + path: ../MLEM/Input/MouseExtensions.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Right = 2 + return: + type: MLEM.Input.MouseButton + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.MouseButton.Extra1 + commentId: F:MLEM.Input.MouseButton.Extra1 + id: Extra1 + parent: MLEM.Input.MouseButton + langs: + - csharp + - vb + name: Extra1 + nameWithType: MouseButton.Extra1 + fullName: MLEM.Input.MouseButton.Extra1 + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Extra1 + path: ../MLEM/Input/MouseExtensions.cs + startLine: 34 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Extra1 = 3 + return: + type: MLEM.Input.MouseButton + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Input.MouseButton.Extra2 + commentId: F:MLEM.Input.MouseButton.Extra2 + id: Extra2 + parent: MLEM.Input.MouseButton + langs: + - csharp + - vb + name: Extra2 + nameWithType: MouseButton.Extra2 + fullName: MLEM.Input.MouseButton.Extra2 + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Extra2 + path: ../MLEM/Input/MouseExtensions.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: Extra2 = 4 + return: + type: MLEM.Input.MouseButton + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input +- uid: MLEM.Input.MouseButton + commentId: T:MLEM.Input.MouseButton + parent: MLEM.Input + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton diff --git a/Docs/api/MLEM.Input.MouseExtensions.yml b/Docs/api/MLEM.Input.MouseExtensions.yml new file mode 100644 index 0000000..ecce978 --- /dev/null +++ b/Docs/api/MLEM.Input.MouseExtensions.yml @@ -0,0 +1,478 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input.MouseExtensions + commentId: T:MLEM.Input.MouseExtensions + id: MouseExtensions + parent: MLEM.Input + children: + - MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton) + - MLEM.Input.MouseExtensions.MouseButtons + langs: + - csharp + - vb + name: MouseExtensions + nameWithType: MouseExtensions + fullName: MLEM.Input.MouseExtensions + type: Class + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MouseExtensions + path: ../MLEM/Input/MouseExtensions.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static class MouseExtensions + content.vb: Public Module MouseExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Input.MouseExtensions.MouseButtons + commentId: F:MLEM.Input.MouseExtensions.MouseButtons + id: MouseButtons + parent: MLEM.Input.MouseExtensions + langs: + - csharp + - vb + name: MouseButtons + nameWithType: MouseExtensions.MouseButtons + fullName: MLEM.Input.MouseExtensions.MouseButtons + type: Field + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MouseButtons + path: ../MLEM/Input/MouseExtensions.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static readonly MouseButton[] MouseButtons + return: + type: MLEM.Input.MouseButton[] + content.vb: Public Shared ReadOnly MouseButtons As MouseButton() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton) + commentId: M:MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton) + id: GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton) + isExtensionMethod: true + parent: MLEM.Input.MouseExtensions + langs: + - csharp + - vb + name: GetState(MouseState, MouseButton) + nameWithType: MouseExtensions.GetState(MouseState, MouseButton) + fullName: MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState, MLEM.Input.MouseButton) + type: Method + source: + remote: + path: MLEM/Input/MouseExtensions.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetState + path: ../MLEM/Input/MouseExtensions.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Input + syntax: + content: public static ButtonState GetState(this MouseState state, MouseButton button) + parameters: + - id: state + type: Microsoft.Xna.Framework.Input.MouseState + - id: button + type: MLEM.Input.MouseButton + return: + type: Microsoft.Xna.Framework.Input.ButtonState + content.vb: >- + + + Public Shared Function GetState(state As MouseState, button As MouseButton) As ButtonState + overload: MLEM.Input.MouseExtensions.GetState* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Input.MouseButton[] + isExternal: true + name: MouseButton[] + nameWithType: MouseButton[] + fullName: MLEM.Input.MouseButton[] + nameWithType.vb: MouseButton() + fullName.vb: MLEM.Input.MouseButton() + name.vb: MouseButton() + spec.csharp: + - uid: MLEM.Input.MouseButton + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Input.MouseButton + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Input.MouseExtensions.GetState* + commentId: Overload:MLEM.Input.MouseExtensions.GetState + name: GetState + nameWithType: MouseExtensions.GetState + fullName: MLEM.Input.MouseExtensions.GetState +- uid: Microsoft.Xna.Framework.Input.MouseState + commentId: T:Microsoft.Xna.Framework.Input.MouseState + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: MouseState + nameWithType: MouseState + fullName: Microsoft.Xna.Framework.Input.MouseState +- uid: MLEM.Input.MouseButton + commentId: T:MLEM.Input.MouseButton + parent: MLEM.Input + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton +- uid: Microsoft.Xna.Framework.Input.ButtonState + commentId: T:Microsoft.Xna.Framework.Input.ButtonState + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: ButtonState + nameWithType: ButtonState + fullName: Microsoft.Xna.Framework.Input.ButtonState +- uid: Microsoft.Xna.Framework.Input + commentId: N:Microsoft.Xna.Framework.Input + isExternal: true + name: Microsoft.Xna.Framework.Input + nameWithType: Microsoft.Xna.Framework.Input + fullName: Microsoft.Xna.Framework.Input diff --git a/Docs/api/MLEM.Input.yml b/Docs/api/MLEM.Input.yml new file mode 100644 index 0000000..10a85d7 --- /dev/null +++ b/Docs/api/MLEM.Input.yml @@ -0,0 +1,55 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Input + commentId: N:MLEM.Input + id: MLEM.Input + children: + - MLEM.Input.InputHandler + - MLEM.Input.KeysExtensions + - MLEM.Input.ModifierKey + - MLEM.Input.MouseButton + - MLEM.Input.MouseExtensions + langs: + - csharp + - vb + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Input.InputHandler + commentId: T:MLEM.Input.InputHandler + parent: MLEM.Input + name: InputHandler + nameWithType: InputHandler + fullName: MLEM.Input.InputHandler +- uid: MLEM.Input.KeysExtensions + commentId: T:MLEM.Input.KeysExtensions + parent: MLEM.Input + name: KeysExtensions + nameWithType: KeysExtensions + fullName: MLEM.Input.KeysExtensions +- uid: MLEM.Input.ModifierKey + commentId: T:MLEM.Input.ModifierKey + parent: MLEM.Input + name: ModifierKey + nameWithType: ModifierKey + fullName: MLEM.Input.ModifierKey +- uid: MLEM.Input.MouseExtensions + commentId: T:MLEM.Input.MouseExtensions + name: MouseExtensions + nameWithType: MouseExtensions + fullName: MLEM.Input.MouseExtensions +- uid: MLEM.Input.MouseButton + commentId: T:MLEM.Input.MouseButton + parent: MLEM.Input + name: MouseButton + nameWithType: MouseButton + fullName: MLEM.Input.MouseButton +- uid: MLEM.Input + commentId: N:MLEM.Input + name: MLEM.Input + nameWithType: MLEM.Input + fullName: MLEM.Input diff --git a/Docs/api/MLEM.Misc.AutoTiling.ConnectsTo.yml b/Docs/api/MLEM.Misc.AutoTiling.ConnectsTo.yml new file mode 100644 index 0000000..47bb364 --- /dev/null +++ b/Docs/api/MLEM.Misc.AutoTiling.ConnectsTo.yml @@ -0,0 +1,67 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.AutoTiling.ConnectsTo + commentId: T:MLEM.Misc.AutoTiling.ConnectsTo + id: AutoTiling.ConnectsTo + parent: MLEM.Misc + children: [] + langs: + - csharp + - vb + name: AutoTiling.ConnectsTo + nameWithType: AutoTiling.ConnectsTo + fullName: MLEM.Misc.AutoTiling.ConnectsTo + type: Delegate + source: + remote: + path: MLEM/Misc/AutoTiling.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ConnectsTo + path: ../MLEM/Misc/AutoTiling.cs + startLine: 28 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public delegate bool ConnectsTo(int xOff, int yOff); + parameters: + - id: xOff + type: System.Int32 + - id: yOff + type: System.Int32 + return: + type: System.Boolean + content.vb: Public Delegate Function ConnectsTo(xOff As Integer, yOff As Integer) As Boolean + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Misc.AutoTiling.yml b/Docs/api/MLEM.Misc.AutoTiling.yml new file mode 100644 index 0000000..9dbf127 --- /dev/null +++ b/Docs/api/MLEM.Misc.AutoTiling.yml @@ -0,0 +1,547 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.AutoTiling + commentId: T:MLEM.Misc.AutoTiling + id: AutoTiling + parent: MLEM.Misc + children: + - MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single) + langs: + - csharp + - vb + name: AutoTiling + nameWithType: AutoTiling + fullName: MLEM.Misc.AutoTiling + type: Class + source: + remote: + path: MLEM/Misc/AutoTiling.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoTiling + path: ../MLEM/Misc/AutoTiling.cs + startLine: 4 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public class AutoTiling + content.vb: Public Class AutoTiling + inheritance: + - System.Object + inheritedMembers: + - 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.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single) + commentId: M:MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single) + id: DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single) + parent: MLEM.Misc.AutoTiling + langs: + - csharp + - vb + name: DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable, Nullable, Single) + nameWithType: AutoTiling.DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable, Nullable, Single) + fullName: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, MLEM.Misc.AutoTiling.ConnectsTo, Microsoft.Xna.Framework.Color, System.Single, System.Nullable, System.Nullable, System.Single) + type: Method + source: + remote: + path: MLEM/Misc/AutoTiling.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawAutoTile + path: ../MLEM/Misc/AutoTiling.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static void DrawAutoTile(SpriteBatch batch, Vector2 pos, Texture2D texture, Rectangle textureRegion, AutoTiling.ConnectsTo connectsTo, Color color, float rotation = 0F, Vector2? origin = default(Vector2? ), Vector2? scale = default(Vector2? ), float layerDepth = 0F) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: pos + type: Microsoft.Xna.Framework.Vector2 + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: textureRegion + type: Microsoft.Xna.Framework.Rectangle + - id: connectsTo + type: MLEM.Misc.AutoTiling.ConnectsTo + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: System.Nullable{Microsoft.Xna.Framework.Vector2} + - id: scale + type: System.Nullable{Microsoft.Xna.Framework.Vector2} + - id: layerDepth + type: System.Single + content.vb: Public Shared Sub DrawAutoTile(batch As SpriteBatch, pos As Vector2, texture As Texture2D, textureRegion As Rectangle, connectsTo As AutoTiling.ConnectsTo, color As Color, rotation As Single = 0F, origin As Vector2? = Nothing, scale As Vector2? = Nothing, layerDepth As Single = 0F) + overload: MLEM.Misc.AutoTiling.DrawAutoTile* + nameWithType.vb: AutoTiling.DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable(Of Vector2), Nullable(Of Vector2), Single) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, MLEM.Misc.AutoTiling.ConnectsTo, Microsoft.Xna.Framework.Color, System.Single, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Single) + name.vb: DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable(Of Vector2), Nullable(Of Vector2), Single) +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Misc.AutoTiling.DrawAutoTile* + commentId: Overload:MLEM.Misc.AutoTiling.DrawAutoTile + name: DrawAutoTile + nameWithType: AutoTiling.DrawAutoTile + fullName: MLEM.Misc.AutoTiling.DrawAutoTile +- 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: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- 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: MLEM.Misc.AutoTiling.ConnectsTo + commentId: T:MLEM.Misc.AutoTiling.ConnectsTo + parent: MLEM.Misc + name: AutoTiling.ConnectsTo + nameWithType: AutoTiling.ConnectsTo + fullName: MLEM.Misc.AutoTiling.ConnectsTo +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Nullable{Microsoft.Xna.Framework.Vector2} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Vector2) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2) + name.vb: Nullable(Of Vector2) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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 + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Misc.Direction2.yml b/Docs/api/MLEM.Misc.Direction2.yml new file mode 100644 index 0000000..29ad4cc --- /dev/null +++ b/Docs/api/MLEM.Misc.Direction2.yml @@ -0,0 +1,859 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + id: Direction2 + parent: MLEM.Misc + children: + - MLEM.Misc.Direction2.Down + - MLEM.Misc.Direction2.DownLeft + - MLEM.Misc.Direction2.DownRight + - MLEM.Misc.Direction2.Left + - MLEM.Misc.Direction2.None + - MLEM.Misc.Direction2.Right + - MLEM.Misc.Direction2.Up + - MLEM.Misc.Direction2.UpLeft + - MLEM.Misc.Direction2.UpRight + langs: + - csharp + - vb + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + type: Enum + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Direction2 + path: ../MLEM/Misc/Direction2.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public enum Direction2 + content.vb: Public Enum Direction2 + extensionMethods: + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsAdjacent + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsDiagonal + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Offset + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Opposite + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Angle + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCw(System.Boolean) + - MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean) + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Misc.Direction2.Up + commentId: F:MLEM.Misc.Direction2.Up + id: Up + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: Up + nameWithType: Direction2.Up + fullName: MLEM.Misc.Direction2.Up + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Up + path: ../MLEM/Misc/Direction2.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: Up = 0 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.Right + commentId: F:MLEM.Misc.Direction2.Right + id: Right + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: Right + nameWithType: Direction2.Right + fullName: MLEM.Misc.Direction2.Right + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Right + path: ../MLEM/Misc/Direction2.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: Right = 1 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.Down + commentId: F:MLEM.Misc.Direction2.Down + id: Down + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: Down + nameWithType: Direction2.Down + fullName: MLEM.Misc.Direction2.Down + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Down + path: ../MLEM/Misc/Direction2.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: Down = 2 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.Left + commentId: F:MLEM.Misc.Direction2.Left + id: Left + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: Left + nameWithType: Direction2.Left + fullName: MLEM.Misc.Direction2.Left + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Left + path: ../MLEM/Misc/Direction2.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: Left = 3 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.UpRight + commentId: F:MLEM.Misc.Direction2.UpRight + id: UpRight + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: UpRight + nameWithType: Direction2.UpRight + fullName: MLEM.Misc.Direction2.UpRight + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpRight + path: ../MLEM/Misc/Direction2.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: UpRight = 4 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.DownRight + commentId: F:MLEM.Misc.Direction2.DownRight + id: DownRight + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: DownRight + nameWithType: Direction2.DownRight + fullName: MLEM.Misc.Direction2.DownRight + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DownRight + path: ../MLEM/Misc/Direction2.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: DownRight = 5 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.DownLeft + commentId: F:MLEM.Misc.Direction2.DownLeft + id: DownLeft + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: DownLeft + nameWithType: Direction2.DownLeft + fullName: MLEM.Misc.Direction2.DownLeft + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DownLeft + path: ../MLEM/Misc/Direction2.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: DownLeft = 6 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.UpLeft + commentId: F:MLEM.Misc.Direction2.UpLeft + id: UpLeft + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: UpLeft + nameWithType: Direction2.UpLeft + fullName: MLEM.Misc.Direction2.UpLeft + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpLeft + path: ../MLEM/Misc/Direction2.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: UpLeft = 7 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Misc.Direction2.None + commentId: F:MLEM.Misc.Direction2.None + id: None + parent: MLEM.Misc.Direction2 + langs: + - csharp + - vb + name: None + nameWithType: Direction2.None + fullName: MLEM.Misc.Direction2.None + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: None + path: ../MLEM/Misc/Direction2.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: None = 8 + return: + type: MLEM.Misc.Direction2 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsAdjacent + commentId: M:MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + name: IsAdjacent() + nameWithType: Direction2Helper.IsAdjacent() + fullName: MLEM.Misc.Direction2Helper.IsAdjacent() + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.IsAdjacent + name: IsAdjacent + nameWithType: Direction2Helper.IsAdjacent + fullName: MLEM.Misc.Direction2Helper.IsAdjacent + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.IsAdjacent + name: IsAdjacent + nameWithType: Direction2Helper.IsAdjacent + fullName: MLEM.Misc.Direction2Helper.IsAdjacent + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsDiagonal + commentId: M:MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + name: IsDiagonal() + nameWithType: Direction2Helper.IsDiagonal() + fullName: MLEM.Misc.Direction2Helper.IsDiagonal() + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.IsDiagonal + name: IsDiagonal + nameWithType: Direction2Helper.IsDiagonal + fullName: MLEM.Misc.Direction2Helper.IsDiagonal + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.IsDiagonal + name: IsDiagonal + nameWithType: Direction2Helper.IsDiagonal + fullName: MLEM.Misc.Direction2Helper.IsDiagonal + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Offset + commentId: M:MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + name: Offset() + nameWithType: Direction2Helper.Offset() + fullName: MLEM.Misc.Direction2Helper.Offset() + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Offset + name: Offset + nameWithType: Direction2Helper.Offset + fullName: MLEM.Misc.Direction2Helper.Offset + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Offset + name: Offset + nameWithType: Direction2Helper.Offset + fullName: MLEM.Misc.Direction2Helper.Offset + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Opposite + commentId: M:MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + name: Opposite() + nameWithType: Direction2Helper.Opposite() + fullName: MLEM.Misc.Direction2Helper.Opposite() + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Opposite + name: Opposite + nameWithType: Direction2Helper.Opposite + fullName: MLEM.Misc.Direction2Helper.Opposite + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Opposite + name: Opposite + nameWithType: Direction2Helper.Opposite + fullName: MLEM.Misc.Direction2Helper.Opposite + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Angle + commentId: M:MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + name: Angle() + nameWithType: Direction2Helper.Angle() + fullName: MLEM.Misc.Direction2Helper.Angle() + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Angle + name: Angle + nameWithType: Direction2Helper.Angle + fullName: MLEM.Misc.Direction2Helper.Angle + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Angle + name: Angle + nameWithType: Direction2Helper.Angle + fullName: MLEM.Misc.Direction2Helper.Angle + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCw(System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCw(Boolean) + nameWithType: Direction2Helper.RotateCw(Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean) + name: RotateCw + nameWithType: Direction2Helper.RotateCw + fullName: MLEM.Misc.Direction2Helper.RotateCw + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean) + name: RotateCw + nameWithType: Direction2Helper.RotateCw + fullName: MLEM.Misc.Direction2Helper.RotateCw + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + parent: MLEM.Misc.Direction2Helper + definition: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCcw(Boolean) + nameWithType: Direction2Helper.RotateCcw(Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean) + name: RotateCcw + nameWithType: Direction2Helper.RotateCcw + fullName: MLEM.Misc.Direction2Helper.RotateCcw + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean) + name: RotateCcw + nameWithType: Direction2Helper.RotateCcw + fullName: MLEM.Misc.Direction2Helper.RotateCcw + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + name: IsAdjacent(Direction2) + nameWithType: Direction2Helper.IsAdjacent(Direction2) + fullName: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + name: IsAdjacent + nameWithType: Direction2Helper.IsAdjacent + fullName: MLEM.Misc.Direction2Helper.IsAdjacent + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + name: IsAdjacent + nameWithType: Direction2Helper.IsAdjacent + fullName: MLEM.Misc.Direction2Helper.IsAdjacent + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper + commentId: T:MLEM.Misc.Direction2Helper + parent: MLEM.Misc + name: Direction2Helper + nameWithType: Direction2Helper + fullName: MLEM.Misc.Direction2Helper +- uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + name: IsDiagonal(Direction2) + nameWithType: Direction2Helper.IsDiagonal(Direction2) + fullName: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + name: IsDiagonal + nameWithType: Direction2Helper.IsDiagonal + fullName: MLEM.Misc.Direction2Helper.IsDiagonal + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + name: IsDiagonal + nameWithType: Direction2Helper.IsDiagonal + fullName: MLEM.Misc.Direction2Helper.IsDiagonal + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + name: Offset(Direction2) + nameWithType: Direction2Helper.Offset(Direction2) + fullName: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + name: Offset + nameWithType: Direction2Helper.Offset + fullName: MLEM.Misc.Direction2Helper.Offset + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + name: Offset + nameWithType: Direction2Helper.Offset + fullName: MLEM.Misc.Direction2Helper.Offset + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + name: Opposite(Direction2) + nameWithType: Direction2Helper.Opposite(Direction2) + fullName: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + name: Opposite + nameWithType: Direction2Helper.Opposite + fullName: MLEM.Misc.Direction2Helper.Opposite + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + name: Opposite + nameWithType: Direction2Helper.Opposite + fullName: MLEM.Misc.Direction2Helper.Opposite + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + name: Angle(Direction2) + nameWithType: Direction2Helper.Angle(Direction2) + fullName: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + name: Angle + nameWithType: Direction2Helper.Angle + fullName: MLEM.Misc.Direction2Helper.Angle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + name: Angle + nameWithType: Direction2Helper.Angle + fullName: MLEM.Misc.Direction2Helper.Angle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + isExternal: true + name: RotateCw(Direction2, Boolean) + nameWithType: Direction2Helper.RotateCw(Direction2, Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2, System.Boolean) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCw + nameWithType: Direction2Helper.RotateCw + fullName: MLEM.Misc.Direction2Helper.RotateCw + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCw + nameWithType: Direction2Helper.RotateCw + fullName: MLEM.Misc.Direction2Helper.RotateCw + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + isExternal: true + name: RotateCcw(Direction2, Boolean) + nameWithType: Direction2Helper.RotateCcw(Direction2, Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2, System.Boolean) + spec.csharp: + - uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCcw + nameWithType: Direction2Helper.RotateCcw + fullName: MLEM.Misc.Direction2Helper.RotateCcw + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + name: RotateCcw + nameWithType: Direction2Helper.RotateCcw + fullName: MLEM.Misc.Direction2Helper.RotateCcw + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 diff --git a/Docs/api/MLEM.Misc.Direction2Helper.yml b/Docs/api/MLEM.Misc.Direction2Helper.yml new file mode 100644 index 0000000..fd07883 --- /dev/null +++ b/Docs/api/MLEM.Misc.Direction2Helper.yml @@ -0,0 +1,1058 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.Direction2Helper + commentId: T:MLEM.Misc.Direction2Helper + id: Direction2Helper + parent: MLEM.Misc + children: + - MLEM.Misc.Direction2Helper.Adjacent + - MLEM.Misc.Direction2Helper.All + - MLEM.Misc.Direction2Helper.AllExceptNone + - MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + - MLEM.Misc.Direction2Helper.Diagonals + - MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + - MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + - MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + - MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}) + - MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + - MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + - MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + langs: + - csharp + - vb + name: Direction2Helper + nameWithType: Direction2Helper + fullName: MLEM.Misc.Direction2Helper + type: Class + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Direction2Helper + path: ../MLEM/Misc/Direction2.cs + startLine: 23 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static class Direction2Helper + content.vb: Public Module Direction2Helper + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Misc.Direction2Helper.All + commentId: F:MLEM.Misc.Direction2Helper.All + id: All + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: All + nameWithType: Direction2Helper.All + fullName: MLEM.Misc.Direction2Helper.All + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: All + path: ../MLEM/Misc/Direction2.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Direction2[] All + return: + type: MLEM.Misc.Direction2[] + content.vb: Public Shared ReadOnly All As Direction2() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.Direction2Helper.Adjacent + commentId: F:MLEM.Misc.Direction2Helper.Adjacent + id: Adjacent + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Adjacent + nameWithType: Direction2Helper.Adjacent + fullName: MLEM.Misc.Direction2Helper.Adjacent + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Adjacent + path: ../MLEM/Misc/Direction2.cs + startLine: 26 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Direction2[] Adjacent + return: + type: MLEM.Misc.Direction2[] + content.vb: Public Shared ReadOnly Adjacent As Direction2() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.Direction2Helper.Diagonals + commentId: F:MLEM.Misc.Direction2Helper.Diagonals + id: Diagonals + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Diagonals + nameWithType: Direction2Helper.Diagonals + fullName: MLEM.Misc.Direction2Helper.Diagonals + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Diagonals + path: ../MLEM/Misc/Direction2.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Direction2[] Diagonals + return: + type: MLEM.Misc.Direction2[] + content.vb: Public Shared ReadOnly Diagonals As Direction2() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.Direction2Helper.AllExceptNone + commentId: F:MLEM.Misc.Direction2Helper.AllExceptNone + id: AllExceptNone + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: AllExceptNone + nameWithType: Direction2Helper.AllExceptNone + fullName: MLEM.Misc.Direction2Helper.AllExceptNone + type: Field + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AllExceptNone + path: ../MLEM/Misc/Direction2.cs + startLine: 28 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Direction2[] AllExceptNone + return: + type: MLEM.Misc.Direction2[] + content.vb: Public Shared ReadOnly AllExceptNone As Direction2() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + id: IsAdjacent(MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: IsAdjacent(Direction2) + nameWithType: Direction2Helper.IsAdjacent(Direction2) + fullName: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsAdjacent + path: ../MLEM/Misc/Direction2.cs + startLine: 30 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool IsAdjacent(this Direction2 dir) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + return: + type: System.Boolean + content.vb: >- + + + Public Shared Function IsAdjacent(dir As Direction2) As Boolean + overload: MLEM.Misc.Direction2Helper.IsAdjacent* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + id: IsDiagonal(MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: IsDiagonal(Direction2) + nameWithType: Direction2Helper.IsDiagonal(Direction2) + fullName: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsDiagonal + path: ../MLEM/Misc/Direction2.cs + startLine: 34 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool IsDiagonal(this Direction2 dir) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + return: + type: System.Boolean + content.vb: >- + + + Public Shared Function IsDiagonal(dir As Direction2) As Boolean + overload: MLEM.Misc.Direction2Helper.IsDiagonal* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + id: Offset(MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Offset(Direction2) + nameWithType: Direction2Helper.Offset(Direction2) + fullName: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Offset + path: ../MLEM/Misc/Direction2.cs + startLine: 38 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Point Offset(this Direction2 dir) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + return: + type: Microsoft.Xna.Framework.Point + content.vb: >- + + + Public Shared Function Offset(dir As Direction2) As Point + overload: MLEM.Misc.Direction2Helper.Offset* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}) + commentId: M:MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}) + id: Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Offsets(IEnumerable) + nameWithType: Direction2Helper.Offsets(IEnumerable) + fullName: MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Offsets + path: ../MLEM/Misc/Direction2.cs + startLine: 61 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static IEnumerable Offsets(this IEnumerable directions) + parameters: + - id: directions + type: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2} + return: + type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point} + content.vb: >- + + + Public Shared Function Offsets(directions As IEnumerable(Of Direction2)) As IEnumerable(Of Point) + overload: MLEM.Misc.Direction2Helper.Offsets* + nameWithType.vb: Direction2Helper.Offsets(IEnumerable(Of Direction2)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable(Of MLEM.Misc.Direction2)) + name.vb: Offsets(IEnumerable(Of Direction2)) +- uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + id: Opposite(MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Opposite(Direction2) + nameWithType: Direction2Helper.Opposite(Direction2) + fullName: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Opposite + path: ../MLEM/Misc/Direction2.cs + startLine: 66 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Direction2 Opposite(this Direction2 dir) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + return: + type: MLEM.Misc.Direction2 + content.vb: >- + + + Public Shared Function Opposite(dir As Direction2) As Direction2 + overload: MLEM.Misc.Direction2Helper.Opposite* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + commentId: M:MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + id: Angle(MLEM.Misc.Direction2) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: Angle(Direction2) + nameWithType: Direction2Helper.Angle(Direction2) + fullName: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Angle + path: ../MLEM/Misc/Direction2.cs + startLine: 89 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static float Angle(this Direction2 dir) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + return: + type: System.Single + content.vb: >- + + + Public Shared Function Angle(dir As Direction2) As Single + overload: MLEM.Misc.Direction2Helper.Angle* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean) + id: RotateCw(MLEM.Misc.Direction2,System.Boolean) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: RotateCw(Direction2, Boolean) + nameWithType: Direction2Helper.RotateCw(Direction2, Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2, System.Boolean) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RotateCw + path: ../MLEM/Misc/Direction2.cs + startLine: 94 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Direction2 RotateCw(this Direction2 dir, bool fortyFiveDegrees = false) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + - id: fortyFiveDegrees + type: System.Boolean + return: + type: MLEM.Misc.Direction2 + content.vb: >- + + + Public Shared Function RotateCw(dir As Direction2, fortyFiveDegrees As Boolean = False) As Direction2 + overload: MLEM.Misc.Direction2Helper.RotateCw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + commentId: M:MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean) + id: RotateCcw(MLEM.Misc.Direction2,System.Boolean) + isExtensionMethod: true + parent: MLEM.Misc.Direction2Helper + langs: + - csharp + - vb + name: RotateCcw(Direction2, Boolean) + nameWithType: Direction2Helper.RotateCcw(Direction2, Boolean) + fullName: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2, System.Boolean) + type: Method + source: + remote: + path: MLEM/Misc/Direction2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RotateCcw + path: ../MLEM/Misc/Direction2.cs + startLine: 117 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Direction2 RotateCcw(this Direction2 dir, bool fortyFiveDegrees = false) + parameters: + - id: dir + type: MLEM.Misc.Direction2 + - id: fortyFiveDegrees + type: System.Boolean + return: + type: MLEM.Misc.Direction2 + content.vb: >- + + + Public Shared Function RotateCcw(dir As Direction2, fortyFiveDegrees As Boolean = False) As Direction2 + overload: MLEM.Misc.Direction2Helper.RotateCcw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Misc.Direction2[] + isExternal: true + name: Direction2[] + nameWithType: Direction2[] + fullName: MLEM.Misc.Direction2[] + nameWithType.vb: Direction2() + fullName.vb: MLEM.Misc.Direction2() + name.vb: Direction2() + spec.csharp: + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Misc.Direction2Helper.IsAdjacent* + commentId: Overload:MLEM.Misc.Direction2Helper.IsAdjacent + name: IsAdjacent + nameWithType: Direction2Helper.IsAdjacent + fullName: MLEM.Misc.Direction2Helper.IsAdjacent +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.Direction2Helper.IsDiagonal* + commentId: Overload:MLEM.Misc.Direction2Helper.IsDiagonal + name: IsDiagonal + nameWithType: Direction2Helper.IsDiagonal + fullName: MLEM.Misc.Direction2Helper.IsDiagonal +- uid: MLEM.Misc.Direction2Helper.Offset* + commentId: Overload:MLEM.Misc.Direction2Helper.Offset + name: Offset + nameWithType: Direction2Helper.Offset + fullName: MLEM.Misc.Direction2Helper.Offset +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Misc.Direction2Helper.Offsets* + commentId: Overload:MLEM.Misc.Direction2Helper.Offsets + name: Offsets + nameWithType: Direction2Helper.Offsets + fullName: MLEM.Misc.Direction2Helper.Offsets +- uid: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2} + commentId: T:System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Direction2) + fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Misc.Direction2) + name.vb: IEnumerable(Of Direction2) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - 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.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point} + commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Point) + fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Point) + name.vb: IEnumerable(Of Point) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - 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: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - 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.Misc.Direction2Helper.Opposite* + commentId: Overload:MLEM.Misc.Direction2Helper.Opposite + name: Opposite + nameWithType: Direction2Helper.Opposite + fullName: MLEM.Misc.Direction2Helper.Opposite +- uid: MLEM.Misc.Direction2Helper.Angle* + commentId: Overload:MLEM.Misc.Direction2Helper.Angle + name: Angle + nameWithType: Direction2Helper.Angle + fullName: MLEM.Misc.Direction2Helper.Angle +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Misc.Direction2Helper.RotateCw* + commentId: Overload:MLEM.Misc.Direction2Helper.RotateCw + name: RotateCw + nameWithType: Direction2Helper.RotateCw + fullName: MLEM.Misc.Direction2Helper.RotateCw +- uid: MLEM.Misc.Direction2Helper.RotateCcw* + commentId: Overload:MLEM.Misc.Direction2Helper.RotateCcw + name: RotateCcw + nameWithType: Direction2Helper.RotateCcw + fullName: MLEM.Misc.Direction2Helper.RotateCcw diff --git a/Docs/api/MLEM.Misc.EnumHelper.yml b/Docs/api/MLEM.Misc.EnumHelper.yml new file mode 100644 index 0000000..4a7d452 --- /dev/null +++ b/Docs/api/MLEM.Misc.EnumHelper.yml @@ -0,0 +1,597 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.EnumHelper + commentId: T:MLEM.Misc.EnumHelper + id: EnumHelper + parent: MLEM.Misc + children: + - MLEM.Misc.EnumHelper.Buttons + - MLEM.Misc.EnumHelper.GetValues``1 + - MLEM.Misc.EnumHelper.Keys + langs: + - csharp + - vb + name: EnumHelper + nameWithType: EnumHelper + fullName: MLEM.Misc.EnumHelper + type: Class + source: + remote: + path: MLEM/Misc/EnumHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: EnumHelper + path: ../MLEM/Misc/EnumHelper.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static class EnumHelper + content.vb: Public Module EnumHelper + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Misc.EnumHelper.Buttons + commentId: F:MLEM.Misc.EnumHelper.Buttons + id: Buttons + parent: MLEM.Misc.EnumHelper + langs: + - csharp + - vb + name: Buttons + nameWithType: EnumHelper.Buttons + fullName: MLEM.Misc.EnumHelper.Buttons + type: Field + source: + remote: + path: MLEM/Misc/EnumHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Buttons + path: ../MLEM/Misc/EnumHelper.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Buttons[] Buttons + return: + type: Microsoft.Xna.Framework.Input.Buttons[] + content.vb: Public Shared ReadOnly Buttons As Buttons() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.EnumHelper.Keys + commentId: F:MLEM.Misc.EnumHelper.Keys + id: Keys + parent: MLEM.Misc.EnumHelper + langs: + - csharp + - vb + name: Keys + nameWithType: EnumHelper.Keys + fullName: MLEM.Misc.EnumHelper.Keys + type: Field + source: + remote: + path: MLEM/Misc/EnumHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Keys + path: ../MLEM/Misc/EnumHelper.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static readonly Keys[] Keys + return: + type: Microsoft.Xna.Framework.Input.Keys[] + content.vb: Public Shared ReadOnly Keys As Keys() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.EnumHelper.GetValues``1 + commentId: M:MLEM.Misc.EnumHelper.GetValues``1 + id: GetValues``1 + parent: MLEM.Misc.EnumHelper + langs: + - csharp + - vb + name: GetValues() + nameWithType: EnumHelper.GetValues() + fullName: MLEM.Misc.EnumHelper.GetValues() + type: Method + source: + remote: + path: MLEM/Misc/EnumHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetValues + path: ../MLEM/Misc/EnumHelper.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static IEnumerable GetValues() + typeParameters: + - id: T + return: + type: System.Collections.Generic.IEnumerable{{T}} + content.vb: Public Shared Function GetValues(Of T) As IEnumerable(Of T) + overload: MLEM.Misc.EnumHelper.GetValues* + nameWithType.vb: EnumHelper.GetValues(Of T)() + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.EnumHelper.GetValues(Of T)() + name.vb: GetValues(Of T)() +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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.Input.Buttons[] + isExternal: true + name: Buttons[] + nameWithType: Buttons[] + fullName: Microsoft.Xna.Framework.Input.Buttons[] + nameWithType.vb: Buttons() + fullName.vb: Microsoft.Xna.Framework.Input.Buttons() + name.vb: Buttons() + spec.csharp: + - uid: Microsoft.Xna.Framework.Input.Buttons + name: Buttons + nameWithType: Buttons + fullName: Microsoft.Xna.Framework.Input.Buttons + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Input.Buttons + name: Buttons + nameWithType: Buttons + fullName: Microsoft.Xna.Framework.Input.Buttons + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: Microsoft.Xna.Framework.Input.Keys[] + isExternal: true + name: Keys[] + nameWithType: Keys[] + fullName: Microsoft.Xna.Framework.Input.Keys[] + nameWithType.vb: Keys() + fullName.vb: Microsoft.Xna.Framework.Input.Keys() + name.vb: Keys() + spec.csharp: + - uid: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Input.Keys + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Misc.EnumHelper.GetValues* + commentId: Overload:MLEM.Misc.EnumHelper.GetValues + name: GetValues + nameWithType: EnumHelper.GetValues + fullName: MLEM.Misc.EnumHelper.GetValues +- uid: System.Collections.Generic.IEnumerable{{T}} + commentId: T:System.Collections.Generic.IEnumerable{``0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + 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.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 diff --git a/Docs/api/MLEM.Misc.GenericDataHolder.yml b/Docs/api/MLEM.Misc.GenericDataHolder.yml new file mode 100644 index 0000000..62edb30 --- /dev/null +++ b/Docs/api/MLEM.Misc.GenericDataHolder.yml @@ -0,0 +1,589 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + id: GenericDataHolder + parent: MLEM.Misc + children: + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + langs: + - csharp + - vb + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder + type: Class + source: + remote: + path: MLEM/Misc/GenericDataHolder.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericDataHolder + path: ../MLEM/Misc/GenericDataHolder.cs + startLine: 4 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public class GenericDataHolder + content.vb: Public Class GenericDataHolder + inheritance: + - System.Object + derivedClasses: + - MLEM.Animations.SpriteAnimation + - MLEM.Animations.SpriteAnimationGroup + - MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + - MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + - MLEM.Formatting.Codes.Code + - MLEM.Formatting.FormatSettings + - MLEM.Formatting.FormattingCodeData + - MLEM.Formatting.TextFormatter + - MLEM.Formatting.Token + - MLEM.Formatting.TokenizedString + - MLEM.Textures.NinePatch + - MLEM.Textures.TextureRegion + - MLEM.Textures.UniformTextureAtlas + - MLEM.Ui.Elements.Element + - MLEM.Ui.Style.UiStyle + inheritedMembers: + - 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.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + id: SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + langs: + - csharp + - vb + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + type: Method + source: + remote: + path: MLEM/Misc/GenericDataHolder.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetData + path: ../MLEM/Misc/GenericDataHolder.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void SetData(string key, object data) + parameters: + - id: key + type: System.String + - id: data + type: System.Object + content.vb: Public Sub SetData(key As String, data As Object) + overload: MLEM.Misc.GenericDataHolder.SetData* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + id: GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + langs: + - csharp + - vb + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + type: Method + source: + remote: + path: MLEM/Misc/GenericDataHolder.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetData + path: ../MLEM/Misc/GenericDataHolder.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public T GetData(string key) + parameters: + - id: key + type: System.String + typeParameters: + - id: T + return: + type: '{T}' + content.vb: Public Function GetData(Of T)(key As String) As T + overload: MLEM.Misc.GenericDataHolder.GetData* + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + id: GetDataKeys + parent: MLEM.Misc.GenericDataHolder + langs: + - csharp + - vb + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + type: Method + source: + remote: + path: MLEM/Misc/GenericDataHolder.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetDataKeys + path: ../MLEM/Misc/GenericDataHolder.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public IReadOnlyCollection GetDataKeys() + return: + type: System.Collections.Generic.IReadOnlyCollection{System.String} + content.vb: Public Function GetDataKeys As IReadOnlyCollection(Of String) + overload: MLEM.Misc.GenericDataHolder.GetDataKeys* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Misc.GenericDataHolder.SetData* + commentId: Overload:MLEM.Misc.GenericDataHolder.SetData + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Misc.GenericDataHolder.GetData* + commentId: Overload:MLEM.Misc.GenericDataHolder.GetData + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys* + commentId: Overload:MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys +- uid: System.Collections.Generic.IReadOnlyCollection{System.String} + commentId: T:System.Collections.Generic.IReadOnlyCollection{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of String) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of System.String) + name.vb: IReadOnlyCollection(Of String) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IReadOnlyCollection`1 + commentId: T:System.Collections.Generic.IReadOnlyCollection`1 + isExternal: true + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of T) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) + name.vb: IReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + 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 diff --git a/Docs/api/MLEM.Misc.Padding.yml b/Docs/api/MLEM.Misc.Padding.yml new file mode 100644 index 0000000..6f687a0 --- /dev/null +++ b/Docs/api/MLEM.Misc.Padding.yml @@ -0,0 +1,1003 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + id: Padding + parent: MLEM.Misc + children: + - MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single) + - MLEM.Misc.Padding.Bottom + - MLEM.Misc.Padding.Equals(MLEM.Misc.Padding) + - MLEM.Misc.Padding.Equals(System.Object) + - MLEM.Misc.Padding.GetHashCode + - MLEM.Misc.Padding.Height + - MLEM.Misc.Padding.Left + - MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding) + - MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding) + - MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding + - MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding) + - MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single) + - MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding) + - MLEM.Misc.Padding.Right + - MLEM.Misc.Padding.Top + - MLEM.Misc.Padding.Width + langs: + - csharp + - vb + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding + type: Struct + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Padding + path: ../MLEM/Misc/Padding.cs + startLine: 3 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public struct Padding + content.vb: Public Structure Padding + inheritedMembers: + - System.ValueType.ToString + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + modifiers.csharp: + - public + - struct + modifiers.vb: + - Public + - Structure +- uid: MLEM.Misc.Padding.Left + commentId: F:MLEM.Misc.Padding.Left + id: Left + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Left + nameWithType: Padding.Left + fullName: MLEM.Misc.Padding.Left + type: Field + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Left + path: ../MLEM/Misc/Padding.cs + startLine: 5 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Left + return: + type: System.Single + content.vb: Public Left As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.Right + commentId: F:MLEM.Misc.Padding.Right + id: Right + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Right + nameWithType: Padding.Right + fullName: MLEM.Misc.Padding.Right + type: Field + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Right + path: ../MLEM/Misc/Padding.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Right + return: + type: System.Single + content.vb: Public Right As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.Top + commentId: F:MLEM.Misc.Padding.Top + id: Top + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Top + nameWithType: Padding.Top + fullName: MLEM.Misc.Padding.Top + type: Field + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Top + path: ../MLEM/Misc/Padding.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Top + return: + type: System.Single + content.vb: Public Top As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.Bottom + commentId: F:MLEM.Misc.Padding.Bottom + id: Bottom + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Bottom + nameWithType: Padding.Bottom + fullName: MLEM.Misc.Padding.Bottom + type: Field + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bottom + path: ../MLEM/Misc/Padding.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Bottom + return: + type: System.Single + content.vb: Public Bottom As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.Width + commentId: P:MLEM.Misc.Padding.Width + id: Width + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Width + nameWithType: Padding.Width + fullName: MLEM.Misc.Padding.Width + type: Property + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Width + path: ../MLEM/Misc/Padding.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Width { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Width As Single + overload: MLEM.Misc.Padding.Width* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.Padding.Height + commentId: P:MLEM.Misc.Padding.Height + id: Height + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Height + nameWithType: Padding.Height + fullName: MLEM.Misc.Padding.Height + type: Property + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Height + path: ../MLEM/Misc/Padding.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Height { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Height As Single + overload: MLEM.Misc.Padding.Height* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single) + commentId: M:MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single) + id: '#ctor(System.Single,System.Single,System.Single,System.Single)' + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Padding(Single, Single, Single, Single) + nameWithType: Padding.Padding(Single, Single, Single, Single) + fullName: MLEM.Misc.Padding.Padding(System.Single, System.Single, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Misc/Padding.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public Padding(float left, float right, float top, float bottom) + parameters: + - id: left + type: System.Single + - id: right + type: System.Single + - id: top + type: System.Single + - id: bottom + type: System.Single + content.vb: Public Sub New(left As Single, right As Single, top As Single, bottom As Single) + overload: MLEM.Misc.Padding.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding + commentId: M:MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding + id: op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Implicit(Vector2 to Padding) + nameWithType: Padding.Implicit(Vector2 to Padding) + fullName: MLEM.Misc.Padding.Implicit(Microsoft.Xna.Framework.Vector2 to MLEM.Misc.Padding) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Implicit + path: ../MLEM/Misc/Padding.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static implicit operator Padding(Vector2 vec) + parameters: + - id: vec + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Misc.Padding + content.vb: Public Shared Widening Operator CType(vec As Vector2) As Padding + overload: MLEM.Misc.Padding.op_Implicit* + nameWithType.vb: Padding.Widening(Vector2 to Padding) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.Padding.Widening(Microsoft.Xna.Framework.Vector2 to MLEM.Misc.Padding) + name.vb: Widening(Vector2 to Padding) +- uid: MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single) + commentId: M:MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single) + id: op_Multiply(MLEM.Misc.Padding,System.Single) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Multiply(Padding, Single) + nameWithType: Padding.Multiply(Padding, Single) + fullName: MLEM.Misc.Padding.Multiply(MLEM.Misc.Padding, System.Single) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Multiply + path: ../MLEM/Misc/Padding.cs + startLine: 23 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Padding operator *(Padding p, float scale) + parameters: + - id: p + type: MLEM.Misc.Padding + - id: scale + type: System.Single + return: + type: MLEM.Misc.Padding + content.vb: Public Shared Operator *(p As Padding, scale As Single) As Padding + overload: MLEM.Misc.Padding.op_Multiply* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding) + commentId: M:MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding) + id: op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Addition(Padding, Padding) + nameWithType: Padding.Addition(Padding, Padding) + fullName: MLEM.Misc.Padding.Addition(MLEM.Misc.Padding, MLEM.Misc.Padding) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Addition + path: ../MLEM/Misc/Padding.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Padding operator +(Padding left, Padding right) + parameters: + - id: left + type: MLEM.Misc.Padding + - id: right + type: MLEM.Misc.Padding + return: + type: MLEM.Misc.Padding + content.vb: Public Shared Operator +(left As Padding, right As Padding) As Padding + overload: MLEM.Misc.Padding.op_Addition* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding) + commentId: M:MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding) + id: op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Subtraction(Padding, Padding) + nameWithType: Padding.Subtraction(Padding, Padding) + fullName: MLEM.Misc.Padding.Subtraction(MLEM.Misc.Padding, MLEM.Misc.Padding) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Subtraction + path: ../MLEM/Misc/Padding.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static Padding operator -(Padding left, Padding right) + parameters: + - id: left + type: MLEM.Misc.Padding + - id: right + type: MLEM.Misc.Padding + return: + type: MLEM.Misc.Padding + content.vb: Public Shared Operator -(left As Padding, right As Padding) As Padding + overload: MLEM.Misc.Padding.op_Subtraction* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding) + commentId: M:MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding) + id: op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Equality(Padding, Padding) + nameWithType: Padding.Equality(Padding, Padding) + fullName: MLEM.Misc.Padding.Equality(MLEM.Misc.Padding, MLEM.Misc.Padding) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Equality + path: ../MLEM/Misc/Padding.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool operator ==(Padding left, Padding right) + parameters: + - id: left + type: MLEM.Misc.Padding + - id: right + type: MLEM.Misc.Padding + return: + type: System.Boolean + content.vb: Public Shared Operator =(left As Padding, right As Padding) As Boolean + overload: MLEM.Misc.Padding.op_Equality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding) + commentId: M:MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding) + id: op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Inequality(Padding, Padding) + nameWithType: Padding.Inequality(Padding, Padding) + fullName: MLEM.Misc.Padding.Inequality(MLEM.Misc.Padding, MLEM.Misc.Padding) + type: Operator + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Inequality + path: ../MLEM/Misc/Padding.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool operator !=(Padding left, Padding right) + parameters: + - id: left + type: MLEM.Misc.Padding + - id: right + type: MLEM.Misc.Padding + return: + type: System.Boolean + content.vb: Public Shared Operator <>(left As Padding, right As Padding) As Boolean + overload: MLEM.Misc.Padding.op_Inequality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.Padding.Equals(MLEM.Misc.Padding) + commentId: M:MLEM.Misc.Padding.Equals(MLEM.Misc.Padding) + id: Equals(MLEM.Misc.Padding) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Equals(Padding) + nameWithType: Padding.Equals(Padding) + fullName: MLEM.Misc.Padding.Equals(MLEM.Misc.Padding) + type: Method + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Misc/Padding.cs + startLine: 43 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Equals(Padding other) + parameters: + - id: other + type: MLEM.Misc.Padding + return: + type: System.Boolean + content.vb: Public Function Equals(other As Padding) As Boolean + overload: MLEM.Misc.Padding.Equals* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.Padding.Equals(System.Object) + commentId: M:MLEM.Misc.Padding.Equals(System.Object) + id: Equals(System.Object) + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: Equals(Object) + nameWithType: Padding.Equals(Object) + fullName: MLEM.Misc.Padding.Equals(System.Object) + type: Method + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Misc/Padding.cs + startLine: 47 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.ValueType.Equals(System.Object) + overload: MLEM.Misc.Padding.Equals* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.Padding.GetHashCode + commentId: M:MLEM.Misc.Padding.GetHashCode + id: GetHashCode + parent: MLEM.Misc.Padding + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: Padding.GetHashCode() + fullName: MLEM.Misc.Padding.GetHashCode() + type: Method + source: + remote: + path: MLEM/Misc/Padding.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetHashCode + path: ../MLEM/Misc/Padding.cs + startLine: 51 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + content.vb: Public Overrides Function GetHashCode As Integer + overridden: System.ValueType.GetHashCode + overload: MLEM.Misc.Padding.GetHashCode* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - 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.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.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.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Misc.Padding.Width* + commentId: Overload:MLEM.Misc.Padding.Width + name: Width + nameWithType: Padding.Width + fullName: MLEM.Misc.Padding.Width +- uid: MLEM.Misc.Padding.Height* + commentId: Overload:MLEM.Misc.Padding.Height + name: Height + nameWithType: Padding.Height + fullName: MLEM.Misc.Padding.Height +- uid: MLEM.Misc.Padding.#ctor* + commentId: Overload:MLEM.Misc.Padding.#ctor + name: Padding + nameWithType: Padding.Padding + fullName: MLEM.Misc.Padding.Padding +- uid: MLEM.Misc.Padding.op_Implicit* + commentId: Overload:MLEM.Misc.Padding.op_Implicit + name: Implicit + nameWithType: Padding.Implicit + fullName: MLEM.Misc.Padding.Implicit + nameWithType.vb: Padding.Widening + fullName.vb: MLEM.Misc.Padding.Widening + name.vb: Widening +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + parent: MLEM.Misc + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Misc.Padding.op_Multiply* + commentId: Overload:MLEM.Misc.Padding.op_Multiply + name: Multiply + nameWithType: Padding.Multiply + fullName: MLEM.Misc.Padding.Multiply +- uid: MLEM.Misc.Padding.op_Addition* + commentId: Overload:MLEM.Misc.Padding.op_Addition + name: Addition + nameWithType: Padding.Addition + fullName: MLEM.Misc.Padding.Addition +- uid: MLEM.Misc.Padding.op_Subtraction* + commentId: Overload:MLEM.Misc.Padding.op_Subtraction + name: Subtraction + nameWithType: Padding.Subtraction + fullName: MLEM.Misc.Padding.Subtraction +- uid: MLEM.Misc.Padding.op_Equality* + commentId: Overload:MLEM.Misc.Padding.op_Equality + name: Equality + nameWithType: Padding.Equality + fullName: MLEM.Misc.Padding.Equality +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.Padding.op_Inequality* + commentId: Overload:MLEM.Misc.Padding.op_Inequality + name: Inequality + nameWithType: Padding.Inequality + fullName: MLEM.Misc.Padding.Inequality +- uid: MLEM.Misc.Padding.Equals* + commentId: Overload:MLEM.Misc.Padding.Equals + name: Equals + nameWithType: Padding.Equals + fullName: MLEM.Misc.Padding.Equals +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + name: Equals(Object) + nameWithType: ValueType.Equals(Object) + fullName: System.ValueType.Equals(System.Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.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.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Padding.GetHashCode* + commentId: Overload:MLEM.Misc.Padding.GetHashCode + name: GetHashCode + nameWithType: Padding.GetHashCode + fullName: MLEM.Misc.Padding.GetHashCode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 diff --git a/Docs/api/MLEM.Misc.RectangleF.yml b/Docs/api/MLEM.Misc.RectangleF.yml new file mode 100644 index 0000000..34637dc --- /dev/null +++ b/Docs/api/MLEM.Misc.RectangleF.yml @@ -0,0 +1,2317 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + id: RectangleF + parent: MLEM.Misc + children: + - MLEM.Misc.RectangleF.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single) + - MLEM.Misc.RectangleF.Bottom + - MLEM.Misc.RectangleF.Center + - MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.Contains(System.Single,System.Single) + - MLEM.Misc.RectangleF.Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@) + - MLEM.Misc.RectangleF.Empty + - MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.Equals(System.Object) + - MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.GetHashCode + - MLEM.Misc.RectangleF.Height + - MLEM.Misc.RectangleF.Inflate(System.Single,System.Single) + - MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.IsEmpty + - MLEM.Misc.RectangleF.Left + - MLEM.Misc.RectangleF.Location + - MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.Offset(System.Single,System.Single) + - MLEM.Misc.RectangleF.op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF + - MLEM.Misc.RectangleF.op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle + - MLEM.Misc.RectangleF.op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.Right + - MLEM.Misc.RectangleF.Size + - MLEM.Misc.RectangleF.Top + - MLEM.Misc.RectangleF.ToString + - MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + - MLEM.Misc.RectangleF.Width + - MLEM.Misc.RectangleF.X + - MLEM.Misc.RectangleF.Y + langs: + - csharp + - vb + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + type: Struct + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RectangleF + path: ../MLEM/Misc/RectangleF.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: >- + [DataContract] + + public struct RectangleF : IEquatable + content.vb: >- + + + Public Structure RectangleF + Implements IEquatable(Of RectangleF) + implements: + - System.IEquatable{MLEM.Misc.RectangleF} + inheritedMembers: + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + extensionMethods: + - MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Vector2) + - MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.Padding) + - MLEM.Misc.RectangleF.MLEM.Extended.Extensions.NumberExtensions.ToExtended + attributes: + - type: System.Runtime.Serialization.DataContractAttribute + ctor: System.Runtime.Serialization.DataContractAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + - struct + modifiers.vb: + - Public + - Structure +- uid: MLEM.Misc.RectangleF.Empty + commentId: P:MLEM.Misc.RectangleF.Empty + id: Empty + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Empty + nameWithType: RectangleF.Empty + fullName: MLEM.Misc.RectangleF.Empty + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Empty + path: ../MLEM/Misc/RectangleF.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static RectangleF Empty { get; } + parameters: [] + return: + type: MLEM.Misc.RectangleF + content.vb: Public Shared ReadOnly Property Empty As RectangleF + overload: MLEM.Misc.RectangleF.Empty* + modifiers.csharp: + - public + - static + - get + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Misc.RectangleF.X + commentId: F:MLEM.Misc.RectangleF.X + id: X + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: X + nameWithType: RectangleF.X + fullName: MLEM.Misc.RectangleF.X + type: Field + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: X + path: ../MLEM/Misc/RectangleF.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: >- + [DataMember] + + public float X + return: + type: System.Single + content.vb: >- + + + Public X As Single + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Y + commentId: F:MLEM.Misc.RectangleF.Y + id: Y + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Y + nameWithType: RectangleF.Y + fullName: MLEM.Misc.RectangleF.Y + type: Field + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Y + path: ../MLEM/Misc/RectangleF.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: >- + [DataMember] + + public float Y + return: + type: System.Single + content.vb: >- + + + Public Y As Single + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Width + commentId: F:MLEM.Misc.RectangleF.Width + id: Width + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Width + nameWithType: RectangleF.Width + fullName: MLEM.Misc.RectangleF.Width + type: Field + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Width + path: ../MLEM/Misc/RectangleF.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: >- + [DataMember] + + public float Width + return: + type: System.Single + content.vb: >- + + + Public Width As Single + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Height + commentId: F:MLEM.Misc.RectangleF.Height + id: Height + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Height + nameWithType: RectangleF.Height + fullName: MLEM.Misc.RectangleF.Height + type: Field + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Height + path: ../MLEM/Misc/RectangleF.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: >- + [DataMember] + + public float Height + return: + type: System.Single + content.vb: >- + + + Public Height As Single + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Left + commentId: P:MLEM.Misc.RectangleF.Left + id: Left + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Left + nameWithType: RectangleF.Left + fullName: MLEM.Misc.RectangleF.Left + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Left + path: ../MLEM/Misc/RectangleF.cs + startLine: 20 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Left { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Left As Single + overload: MLEM.Misc.RectangleF.Left* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.Right + commentId: P:MLEM.Misc.RectangleF.Right + id: Right + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Right + nameWithType: RectangleF.Right + fullName: MLEM.Misc.RectangleF.Right + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Right + path: ../MLEM/Misc/RectangleF.cs + startLine: 21 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Right { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Right As Single + overload: MLEM.Misc.RectangleF.Right* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.Top + commentId: P:MLEM.Misc.RectangleF.Top + id: Top + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Top + nameWithType: RectangleF.Top + fullName: MLEM.Misc.RectangleF.Top + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Top + path: ../MLEM/Misc/RectangleF.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Top { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Top As Single + overload: MLEM.Misc.RectangleF.Top* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.Bottom + commentId: P:MLEM.Misc.RectangleF.Bottom + id: Bottom + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Bottom + nameWithType: RectangleF.Bottom + fullName: MLEM.Misc.RectangleF.Bottom + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Bottom + path: ../MLEM/Misc/RectangleF.cs + startLine: 23 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public float Bottom { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Bottom As Single + overload: MLEM.Misc.RectangleF.Bottom* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.IsEmpty + commentId: P:MLEM.Misc.RectangleF.IsEmpty + id: IsEmpty + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: IsEmpty + nameWithType: RectangleF.IsEmpty + fullName: MLEM.Misc.RectangleF.IsEmpty + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsEmpty + path: ../MLEM/Misc/RectangleF.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool IsEmpty { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsEmpty As Boolean + overload: MLEM.Misc.RectangleF.IsEmpty* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.Location + commentId: P:MLEM.Misc.RectangleF.Location + id: Location + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Location + nameWithType: RectangleF.Location + fullName: MLEM.Misc.RectangleF.Location + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Location + path: ../MLEM/Misc/RectangleF.cs + startLine: 26 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public Vector2 Location { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Location As Vector2 + overload: MLEM.Misc.RectangleF.Location* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Size + commentId: P:MLEM.Misc.RectangleF.Size + id: Size + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Size + nameWithType: RectangleF.Size + fullName: MLEM.Misc.RectangleF.Size + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Size + path: ../MLEM/Misc/RectangleF.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public Vector2 Size { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Size As Vector2 + overload: MLEM.Misc.RectangleF.Size* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Center + commentId: P:MLEM.Misc.RectangleF.Center + id: Center + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Center + nameWithType: RectangleF.Center + fullName: MLEM.Misc.RectangleF.Center + type: Property + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Center + path: ../MLEM/Misc/RectangleF.cs + startLine: 40 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public Vector2 Center { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ReadOnly Property Center As Vector2 + overload: MLEM.Misc.RectangleF.Center* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Misc.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single) + commentId: M:MLEM.Misc.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single) + id: '#ctor(System.Single,System.Single,System.Single,System.Single)' + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: RectangleF(Single, Single, Single, Single) + nameWithType: RectangleF.RectangleF(Single, Single, Single, Single) + fullName: MLEM.Misc.RectangleF.RectangleF(System.Single, System.Single, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Misc/RectangleF.cs + startLine: 42 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public RectangleF(float x, float y, float width, float height) + parameters: + - id: x + type: System.Single + - id: y + type: System.Single + - id: width + type: System.Single + - id: height + type: System.Single + content.vb: Public Sub New(x As Single, y As Single, width As Single, height As Single) + overload: MLEM.Misc.RectangleF.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Misc.RectangleF.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)' + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: RectangleF(Vector2, Vector2) + nameWithType: RectangleF.RectangleF(Vector2, Vector2) + fullName: MLEM.Misc.RectangleF.RectangleF(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2) + type: Constructor + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Misc/RectangleF.cs + startLine: 49 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public RectangleF(Vector2 location, Vector2 size) + parameters: + - id: location + type: Microsoft.Xna.Framework.Vector2 + - id: size + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub New(location As Vector2, size As Vector2) + overload: MLEM.Misc.RectangleF.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + id: FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: FromCorners(Vector2, Vector2) + nameWithType: RectangleF.FromCorners(Vector2, Vector2) + fullName: MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FromCorners + path: ../MLEM/Misc/RectangleF.cs + startLine: 56 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static RectangleF FromCorners(Vector2 corner1, Vector2 corner2) + parameters: + - id: corner1 + type: Microsoft.Xna.Framework.Vector2 + - id: corner2 + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Misc.RectangleF + content.vb: Public Shared Function FromCorners(corner1 As Vector2, corner2 As Vector2) As RectangleF + overload: MLEM.Misc.RectangleF.FromCorners* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.RectangleF.op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle + commentId: M:MLEM.Misc.RectangleF.op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle + id: op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Explicit(RectangleF to Rectangle) + nameWithType: RectangleF.Explicit(RectangleF to Rectangle) + fullName: MLEM.Misc.RectangleF.Explicit(MLEM.Misc.RectangleF to Microsoft.Xna.Framework.Rectangle) + type: Operator + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Explicit + path: ../MLEM/Misc/RectangleF.cs + startLine: 64 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static explicit operator Rectangle(RectangleF rect) + parameters: + - id: rect + type: MLEM.Misc.RectangleF + return: + type: Microsoft.Xna.Framework.Rectangle + content.vb: Public Shared Narrowing Operator CType(rect As RectangleF) As Rectangle + overload: MLEM.Misc.RectangleF.op_Explicit* + nameWithType.vb: RectangleF.Narrowing(RectangleF to Rectangle) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.RectangleF.Narrowing(MLEM.Misc.RectangleF to Microsoft.Xna.Framework.Rectangle) + name.vb: Narrowing(RectangleF to Rectangle) +- uid: MLEM.Misc.RectangleF.op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF + commentId: M:MLEM.Misc.RectangleF.op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF + id: op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Explicit(Rectangle to RectangleF) + nameWithType: RectangleF.Explicit(Rectangle to RectangleF) + fullName: MLEM.Misc.RectangleF.Explicit(Microsoft.Xna.Framework.Rectangle to MLEM.Misc.RectangleF) + type: Operator + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Explicit + path: ../MLEM/Misc/RectangleF.cs + startLine: 68 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static explicit operator RectangleF(Rectangle rect) + parameters: + - id: rect + type: Microsoft.Xna.Framework.Rectangle + return: + type: MLEM.Misc.RectangleF + content.vb: Public Shared Narrowing Operator CType(rect As Rectangle) As RectangleF + overload: MLEM.Misc.RectangleF.op_Explicit* + nameWithType.vb: RectangleF.Narrowing(Rectangle to RectangleF) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Misc.RectangleF.Narrowing(Microsoft.Xna.Framework.Rectangle to MLEM.Misc.RectangleF) + name.vb: Narrowing(Rectangle to RectangleF) +- uid: MLEM.Misc.RectangleF.op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + id: op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Equality(RectangleF, RectangleF) + nameWithType: RectangleF.Equality(RectangleF, RectangleF) + fullName: MLEM.Misc.RectangleF.Equality(MLEM.Misc.RectangleF, MLEM.Misc.RectangleF) + type: Operator + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Equality + path: ../MLEM/Misc/RectangleF.cs + startLine: 72 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool operator ==(RectangleF a, RectangleF b) + parameters: + - id: a + type: MLEM.Misc.RectangleF + - id: b + type: MLEM.Misc.RectangleF + return: + type: System.Boolean + content.vb: Public Shared Operator =(a As RectangleF, b As RectangleF) As Boolean + overload: MLEM.Misc.RectangleF.op_Equality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.RectangleF.op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + id: op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Inequality(RectangleF, RectangleF) + nameWithType: RectangleF.Inequality(RectangleF, RectangleF) + fullName: MLEM.Misc.RectangleF.Inequality(MLEM.Misc.RectangleF, MLEM.Misc.RectangleF) + type: Operator + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Inequality + path: ../MLEM/Misc/RectangleF.cs + startLine: 76 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static bool operator !=(RectangleF a, RectangleF b) + parameters: + - id: a + type: MLEM.Misc.RectangleF + - id: b + type: MLEM.Misc.RectangleF + return: + type: System.Boolean + content.vb: Public Shared Operator <>(a As RectangleF, b As RectangleF) As Boolean + overload: MLEM.Misc.RectangleF.op_Inequality* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.RectangleF.Contains(System.Single,System.Single) + commentId: M:MLEM.Misc.RectangleF.Contains(System.Single,System.Single) + id: Contains(System.Single,System.Single) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Contains(Single, Single) + nameWithType: RectangleF.Contains(Single, Single) + fullName: MLEM.Misc.RectangleF.Contains(System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Contains + path: ../MLEM/Misc/RectangleF.cs + startLine: 80 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Contains(float x, float y) + parameters: + - id: x + type: System.Single + - id: y + type: System.Single + return: + type: System.Boolean + content.vb: Public Function Contains(x As Single, y As Single) As Boolean + overload: MLEM.Misc.RectangleF.Contains* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2) + id: Contains(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Contains(Vector2) + nameWithType: RectangleF.Contains(Vector2) + fullName: MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Contains + path: ../MLEM/Misc/RectangleF.cs + startLine: 84 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Contains(Vector2 value) + parameters: + - id: value + type: Microsoft.Xna.Framework.Vector2 + return: + type: System.Boolean + content.vb: Public Function Contains(value As Vector2) As Boolean + overload: MLEM.Misc.RectangleF.Contains* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF) + id: Contains(MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Contains(RectangleF) + nameWithType: RectangleF.Contains(RectangleF) + fullName: MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Contains + path: ../MLEM/Misc/RectangleF.cs + startLine: 88 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Contains(RectangleF value) + parameters: + - id: value + type: MLEM.Misc.RectangleF + return: + type: System.Boolean + content.vb: Public Function Contains(value As RectangleF) As Boolean + overload: MLEM.Misc.RectangleF.Contains* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Equals(System.Object) + commentId: M:MLEM.Misc.RectangleF.Equals(System.Object) + id: Equals(System.Object) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Equals(Object) + nameWithType: RectangleF.Equals(Object) + fullName: MLEM.Misc.RectangleF.Equals(System.Object) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Misc/RectangleF.cs + startLine: 92 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.ValueType.Equals(System.Object) + overload: MLEM.Misc.RectangleF.Equals* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF) + id: Equals(MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Equals(RectangleF) + nameWithType: RectangleF.Equals(RectangleF) + fullName: MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Misc/RectangleF.cs + startLine: 96 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Equals(RectangleF other) + parameters: + - id: other + type: MLEM.Misc.RectangleF + return: + type: System.Boolean + content.vb: Public Function Equals(other As RectangleF) As Boolean + overload: MLEM.Misc.RectangleF.Equals* + implements: + - System.IEquatable{MLEM.Misc.RectangleF}.Equals(MLEM.Misc.RectangleF) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.GetHashCode + commentId: M:MLEM.Misc.RectangleF.GetHashCode + id: GetHashCode + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: RectangleF.GetHashCode() + fullName: MLEM.Misc.RectangleF.GetHashCode() + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetHashCode + path: ../MLEM/Misc/RectangleF.cs + startLine: 100 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + content.vb: Public Overrides Function GetHashCode As Integer + overridden: System.ValueType.GetHashCode + overload: MLEM.Misc.RectangleF.GetHashCode* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.RectangleF.Inflate(System.Single,System.Single) + commentId: M:MLEM.Misc.RectangleF.Inflate(System.Single,System.Single) + id: Inflate(System.Single,System.Single) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Inflate(Single, Single) + nameWithType: RectangleF.Inflate(Single, Single) + fullName: MLEM.Misc.RectangleF.Inflate(System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Inflate + path: ../MLEM/Misc/RectangleF.cs + startLine: 104 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void Inflate(float horizontalAmount, float verticalAmount) + parameters: + - id: horizontalAmount + type: System.Single + - id: verticalAmount + type: System.Single + content.vb: Public Sub Inflate(horizontalAmount As Single, verticalAmount As Single) + overload: MLEM.Misc.RectangleF.Inflate* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF) + id: Intersects(MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Intersects(RectangleF) + nameWithType: RectangleF.Intersects(RectangleF) + fullName: MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Intersects + path: ../MLEM/Misc/RectangleF.cs + startLine: 111 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public bool Intersects(RectangleF value) + parameters: + - id: value + type: MLEM.Misc.RectangleF + return: + type: System.Boolean + content.vb: Public Function Intersects(value As RectangleF) As Boolean + overload: MLEM.Misc.RectangleF.Intersects* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + id: Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Intersect(RectangleF, RectangleF) + nameWithType: RectangleF.Intersect(RectangleF, RectangleF) + fullName: MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF, MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Intersect + path: ../MLEM/Misc/RectangleF.cs + startLine: 115 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static RectangleF Intersect(RectangleF value1, RectangleF value2) + parameters: + - id: value1 + type: MLEM.Misc.RectangleF + - id: value2 + type: MLEM.Misc.RectangleF + return: + type: MLEM.Misc.RectangleF + content.vb: Public Shared Function Intersect(value1 As RectangleF, value2 As RectangleF) As RectangleF + overload: MLEM.Misc.RectangleF.Intersect* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.RectangleF.Offset(System.Single,System.Single) + commentId: M:MLEM.Misc.RectangleF.Offset(System.Single,System.Single) + id: Offset(System.Single,System.Single) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Offset(Single, Single) + nameWithType: RectangleF.Offset(Single, Single) + fullName: MLEM.Misc.RectangleF.Offset(System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Offset + path: ../MLEM/Misc/RectangleF.cs + startLine: 127 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void Offset(float offsetX, float offsetY) + parameters: + - id: offsetX + type: System.Single + - id: offsetY + type: System.Single + content.vb: Public Sub Offset(offsetX As Single, offsetY As Single) + overload: MLEM.Misc.RectangleF.Offset* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2) + id: Offset(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Offset(Vector2) + nameWithType: RectangleF.Offset(Vector2) + fullName: MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Offset + path: ../MLEM/Misc/RectangleF.cs + startLine: 132 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void Offset(Vector2 amount) + parameters: + - id: amount + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub Offset(amount As Vector2) + overload: MLEM.Misc.RectangleF.Offset* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.RectangleF.ToString + commentId: M:MLEM.Misc.RectangleF.ToString + id: ToString + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: ToString() + nameWithType: RectangleF.ToString() + fullName: MLEM.Misc.RectangleF.ToString() + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ToString + path: ../MLEM/Misc/RectangleF.cs + startLine: 137 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override string ToString() + return: + type: System.String + content.vb: Public Overrides Function ToString As String + overridden: System.ValueType.ToString + overload: MLEM.Misc.RectangleF.ToString* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + commentId: M:MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + id: Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Union(RectangleF, RectangleF) + nameWithType: RectangleF.Union(RectangleF, RectangleF) + fullName: MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF, MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Union + path: ../MLEM/Misc/RectangleF.cs + startLine: 141 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static RectangleF Union(RectangleF value1, RectangleF value2) + parameters: + - id: value1 + type: MLEM.Misc.RectangleF + - id: value2 + type: MLEM.Misc.RectangleF + return: + type: MLEM.Misc.RectangleF + content.vb: Public Shared Function Union(value1 As RectangleF, value2 As RectangleF) As RectangleF + overload: MLEM.Misc.RectangleF.Union* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.RectangleF.Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@) + commentId: M:MLEM.Misc.RectangleF.Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@) + id: Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@) + parent: MLEM.Misc.RectangleF + langs: + - csharp + - vb + name: Deconstruct(out Single, out Single, out Single, out Single) + nameWithType: RectangleF.Deconstruct(out Single, out Single, out Single, out Single) + fullName: MLEM.Misc.RectangleF.Deconstruct(out System.Single, out System.Single, out System.Single, out System.Single) + type: Method + source: + remote: + path: MLEM/Misc/RectangleF.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Deconstruct + path: ../MLEM/Misc/RectangleF.cs + startLine: 147 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void Deconstruct(out float x, out float y, out float width, out float height) + parameters: + - id: x + type: System.Single + - id: y + type: System.Single + - id: width + type: System.Single + - id: height + type: System.Single + content.vb: Public Sub Deconstruct(ByRef x As Single, ByRef y As Single, ByRef width As Single, ByRef height As Single) + overload: MLEM.Misc.RectangleF.Deconstruct* + nameWithType.vb: RectangleF.Deconstruct(ByRef Single, ByRef Single, ByRef Single, ByRef Single) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Misc.RectangleF.Deconstruct(ByRef System.Single, ByRef System.Single, ByRef System.Single, ByRef System.Single) + name.vb: Deconstruct(ByRef Single, ByRef Single, ByRef Single, ByRef Single) +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.IEquatable{MLEM.Misc.RectangleF} + commentId: T:System.IEquatable{MLEM.Misc.RectangleF} + parent: System + definition: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of RectangleF) + fullName.vb: System.IEquatable(Of MLEM.Misc.RectangleF) + name.vb: IEquatable(Of RectangleF) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - 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.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.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: MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + parent: MLEM.Extensions.NumberExtensions + definition: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: OffsetCopy(Vector2) + nameWithType: NumberExtensions.OffsetCopy(Vector2) + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Vector2) + name: OffsetCopy + nameWithType: NumberExtensions.OffsetCopy + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Vector2) + name: OffsetCopy + nameWithType: NumberExtensions.OffsetCopy + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + parent: MLEM.Extensions.NumberExtensions + definition: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: Shrink(Vector2) + nameWithType: NumberExtensions.Shrink(Vector2) + fullName: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Vector2) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Vector2) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.Padding) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + parent: MLEM.Extensions.NumberExtensions + definition: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + name: Shrink(Padding) + nameWithType: NumberExtensions.Shrink(Padding) + fullName: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.Padding) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.Padding) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Padding + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.Padding) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.Padding + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.MLEM.Extended.Extensions.NumberExtensions.ToExtended + commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + parent: MLEM.Extended.Extensions.NumberExtensions + definition: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + name: ToExtended() + nameWithType: NumberExtensions.ToExtended() + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended() + spec.csharp: + - uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended + name: ToExtended + nameWithType: NumberExtensions.ToExtended + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended + name: ToExtended + nameWithType: NumberExtensions.ToExtended + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + isExternal: true + name: OffsetCopy(RectangleF, Vector2) + nameWithType: NumberExtensions.OffsetCopy(RectangleF, Vector2) + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: OffsetCopy + nameWithType: NumberExtensions.OffsetCopy + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: OffsetCopy + nameWithType: NumberExtensions.OffsetCopy + fullName: MLEM.Extensions.NumberExtensions.OffsetCopy + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extensions.NumberExtensions + commentId: T:MLEM.Extensions.NumberExtensions + parent: MLEM.Extensions + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extensions.NumberExtensions +- uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + isExternal: true + name: Shrink(RectangleF, Vector2) + nameWithType: NumberExtensions.Shrink(RectangleF, Vector2) + fullName: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + commentId: M:MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + name: Shrink(RectangleF, Padding) + nameWithType: NumberExtensions.Shrink(RectangleF, Padding) + fullName: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF, MLEM.Misc.Padding) + spec.csharp: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Padding + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding) + name: Shrink + nameWithType: NumberExtensions.Shrink + fullName: MLEM.Extensions.NumberExtensions.Shrink + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.Padding + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + name: ToExtended(RectangleF) + nameWithType: NumberExtensions.ToExtended(RectangleF) + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + name: ToExtended + nameWithType: NumberExtensions.ToExtended + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF) + name: ToExtended + nameWithType: NumberExtensions.ToExtended + fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Extensions.NumberExtensions + commentId: T:MLEM.Extended.Extensions.NumberExtensions + parent: MLEM.Extended.Extensions + name: NumberExtensions + nameWithType: NumberExtensions + fullName: MLEM.Extended.Extensions.NumberExtensions +- uid: MLEM.Extensions + commentId: N:MLEM.Extensions + name: MLEM.Extensions + nameWithType: MLEM.Extensions + fullName: MLEM.Extensions +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: MLEM.Misc.RectangleF.Empty* + commentId: Overload:MLEM.Misc.RectangleF.Empty + name: Empty + nameWithType: RectangleF.Empty + fullName: MLEM.Misc.RectangleF.Empty +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Misc.RectangleF.Left* + commentId: Overload:MLEM.Misc.RectangleF.Left + name: Left + nameWithType: RectangleF.Left + fullName: MLEM.Misc.RectangleF.Left +- uid: MLEM.Misc.RectangleF.Right* + commentId: Overload:MLEM.Misc.RectangleF.Right + name: Right + nameWithType: RectangleF.Right + fullName: MLEM.Misc.RectangleF.Right +- uid: MLEM.Misc.RectangleF.Top* + commentId: Overload:MLEM.Misc.RectangleF.Top + name: Top + nameWithType: RectangleF.Top + fullName: MLEM.Misc.RectangleF.Top +- uid: MLEM.Misc.RectangleF.Bottom* + commentId: Overload:MLEM.Misc.RectangleF.Bottom + name: Bottom + nameWithType: RectangleF.Bottom + fullName: MLEM.Misc.RectangleF.Bottom +- uid: MLEM.Misc.RectangleF.IsEmpty* + commentId: Overload:MLEM.Misc.RectangleF.IsEmpty + name: IsEmpty + nameWithType: RectangleF.IsEmpty + fullName: MLEM.Misc.RectangleF.IsEmpty +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.RectangleF.Location* + commentId: Overload:MLEM.Misc.RectangleF.Location + name: Location + nameWithType: RectangleF.Location + fullName: MLEM.Misc.RectangleF.Location +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Misc.RectangleF.Size* + commentId: Overload:MLEM.Misc.RectangleF.Size + name: Size + nameWithType: RectangleF.Size + fullName: MLEM.Misc.RectangleF.Size +- uid: MLEM.Misc.RectangleF.Center* + commentId: Overload:MLEM.Misc.RectangleF.Center + name: Center + nameWithType: RectangleF.Center + fullName: MLEM.Misc.RectangleF.Center +- uid: MLEM.Misc.RectangleF.#ctor* + commentId: Overload:MLEM.Misc.RectangleF.#ctor + name: RectangleF + nameWithType: RectangleF.RectangleF + fullName: MLEM.Misc.RectangleF.RectangleF +- uid: MLEM.Misc.RectangleF.FromCorners* + commentId: Overload:MLEM.Misc.RectangleF.FromCorners + name: FromCorners + nameWithType: RectangleF.FromCorners + fullName: MLEM.Misc.RectangleF.FromCorners +- uid: MLEM.Misc.RectangleF.op_Explicit* + commentId: Overload:MLEM.Misc.RectangleF.op_Explicit + name: Explicit + nameWithType: RectangleF.Explicit + fullName: MLEM.Misc.RectangleF.Explicit + nameWithType.vb: RectangleF.Narrowing + fullName.vb: MLEM.Misc.RectangleF.Narrowing + name.vb: Narrowing +- 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: MLEM.Misc.RectangleF.op_Equality* + commentId: Overload:MLEM.Misc.RectangleF.op_Equality + name: Equality + nameWithType: RectangleF.Equality + fullName: MLEM.Misc.RectangleF.Equality +- uid: MLEM.Misc.RectangleF.op_Inequality* + commentId: Overload:MLEM.Misc.RectangleF.op_Inequality + name: Inequality + nameWithType: RectangleF.Inequality + fullName: MLEM.Misc.RectangleF.Inequality +- uid: MLEM.Misc.RectangleF.Contains* + commentId: Overload:MLEM.Misc.RectangleF.Contains + name: Contains + nameWithType: RectangleF.Contains + fullName: MLEM.Misc.RectangleF.Contains +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + name: Equals(Object) + nameWithType: ValueType.Equals(Object) + fullName: System.ValueType.Equals(System.Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.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.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.Equals* + commentId: Overload:MLEM.Misc.RectangleF.Equals + name: Equals + nameWithType: RectangleF.Equals + fullName: MLEM.Misc.RectangleF.Equals +- uid: System.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.IEquatable{MLEM.Misc.RectangleF}.Equals(MLEM.Misc.RectangleF) + commentId: M:System.IEquatable{MLEM.Misc.RectangleF}.Equals(MLEM.Misc.RectangleF) + parent: System.IEquatable{MLEM.Misc.RectangleF} + definition: System.IEquatable`1.Equals(`0) + name: Equals(RectangleF) + nameWithType: IEquatable.Equals(RectangleF) + fullName: System.IEquatable.Equals(MLEM.Misc.RectangleF) + nameWithType.vb: IEquatable(Of RectangleF).Equals(RectangleF) + fullName.vb: System.IEquatable(Of MLEM.Misc.RectangleF).Equals(MLEM.Misc.RectangleF) + spec.csharp: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable.Equals + fullName: System.IEquatable.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable(Of RectangleF).Equals + fullName: System.IEquatable(Of MLEM.Misc.RectangleF).Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IEquatable`1.Equals(`0) + commentId: M:System.IEquatable`1.Equals(`0) + isExternal: true + name: Equals(T) + nameWithType: IEquatable.Equals(T) + fullName: System.IEquatable.Equals(T) + nameWithType.vb: IEquatable(Of T).Equals(T) + fullName.vb: System.IEquatable(Of T).Equals(T) + spec.csharp: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable.Equals + fullName: System.IEquatable.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable(Of T).Equals + fullName: System.IEquatable(Of T).Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.GetHashCode* + commentId: Overload:MLEM.Misc.RectangleF.GetHashCode + name: GetHashCode + nameWithType: RectangleF.GetHashCode + fullName: MLEM.Misc.RectangleF.GetHashCode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Misc.RectangleF.Inflate* + commentId: Overload:MLEM.Misc.RectangleF.Inflate + name: Inflate + nameWithType: RectangleF.Inflate + fullName: MLEM.Misc.RectangleF.Inflate +- uid: MLEM.Misc.RectangleF.Intersects* + commentId: Overload:MLEM.Misc.RectangleF.Intersects + name: Intersects + nameWithType: RectangleF.Intersects + fullName: MLEM.Misc.RectangleF.Intersects +- uid: MLEM.Misc.RectangleF.Intersect* + commentId: Overload:MLEM.Misc.RectangleF.Intersect + name: Intersect + nameWithType: RectangleF.Intersect + fullName: MLEM.Misc.RectangleF.Intersect +- uid: MLEM.Misc.RectangleF.Offset* + commentId: Overload:MLEM.Misc.RectangleF.Offset + name: Offset + nameWithType: RectangleF.Offset + fullName: MLEM.Misc.RectangleF.Offset +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.RectangleF.ToString* + commentId: Overload:MLEM.Misc.RectangleF.ToString + name: ToString + nameWithType: RectangleF.ToString + fullName: MLEM.Misc.RectangleF.ToString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Misc.RectangleF.Union* + commentId: Overload:MLEM.Misc.RectangleF.Union + name: Union + nameWithType: RectangleF.Union + fullName: MLEM.Misc.RectangleF.Union +- uid: MLEM.Misc.RectangleF.Deconstruct* + commentId: Overload:MLEM.Misc.RectangleF.Deconstruct + name: Deconstruct + nameWithType: RectangleF.Deconstruct + fullName: MLEM.Misc.RectangleF.Deconstruct diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.DesktopGl-1.yml b/Docs/api/MLEM.Misc.TextInputWrapper.DesktopGl-1.yml new file mode 100644 index 0000000..219deaf --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.DesktopGl-1.yml @@ -0,0 +1,736 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1 + commentId: T:MLEM.Misc.TextInputWrapper.DesktopGl`1 + id: TextInputWrapper.DesktopGl`1 + parent: MLEM.Misc + children: + - MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}}) + - MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + - MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard + langs: + - csharp + - vb + name: TextInputWrapper.DesktopGl + nameWithType: TextInputWrapper.DesktopGl + fullName: MLEM.Misc.TextInputWrapper.DesktopGl + type: Class + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DesktopGl + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 26 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: 'public class DesktopGl : TextInputWrapper' + typeParameters: + - id: T + content.vb: >- + Public Class DesktopGl(Of T) + Inherits TextInputWrapper + inheritance: + - System.Object + - MLEM.Misc.TextInputWrapper + inheritedMembers: + - MLEM.Misc.TextInputWrapper.Current + - 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 + nameWithType.vb: TextInputWrapper.DesktopGl(Of T) + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T) + name.vb: TextInputWrapper.DesktopGl(Of T) +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}}) + commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}}) + id: '#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})' + parent: MLEM.Misc.TextInputWrapper.DesktopGl`1 + langs: + - csharp + - vb + name: DesktopGl(Action>) + nameWithType: TextInputWrapper.DesktopGl.DesktopGl(Action>) + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.DesktopGl(System.Action>) + type: Constructor + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 32 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public DesktopGl(Action> addListener) + parameters: + - id: addListener + type: System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{{T}}} + content.vb: Public Sub New(addListener As Action(Of GameWindow, EventHandler(Of T))) + overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor* + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).DesktopGl(Action(Of GameWindow, EventHandler(Of T))) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).DesktopGl(System.Action(Of Microsoft.Xna.Framework.GameWindow, System.EventHandler(Of T))) + name.vb: DesktopGl(Action(Of GameWindow, EventHandler(Of T))) +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard + id: RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper.DesktopGl`1 + langs: + - csharp + - vb + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.DesktopGl.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.RequiresOnScreenKeyboard() + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RequiresOnScreenKeyboard + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 36 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool RequiresOnScreenKeyboard() + return: + type: System.Boolean + content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean + overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard* + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard() + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard() +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper.DesktopGl`1 + langs: + - csharp + - vb + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.DesktopGl.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddListener + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 40 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback) + parameters: + - id: window + type: Microsoft.Xna.Framework.GameWindow + - id: callback + type: MLEM.Misc.TextInputWrapper.TextInputCallback + content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback) + overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener* + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).AddListener(GameWindow, TextInputWrapper.TextInputCallback) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.Current + commentId: P:MLEM.Misc.TextInputWrapper.Current + parent: MLEM.Misc.TextInputWrapper + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current +- 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: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor* + commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor + name: DesktopGl + nameWithType: TextInputWrapper.DesktopGl.DesktopGl + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.DesktopGl + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).DesktopGl + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).DesktopGl +- uid: System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{{T}}} + commentId: T:System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}} + parent: System + definition: System.Action`2 + name: Action> + nameWithType: Action> + fullName: System.Action> + nameWithType.vb: Action(Of GameWindow, EventHandler(Of T)) + fullName.vb: System.Action(Of Microsoft.Xna.Framework.GameWindow, System.EventHandler(Of T)) + name.vb: Action(Of GameWindow, EventHandler(Of T)) + spec.csharp: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.EventHandler`1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.EventHandler`1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Action`2 + commentId: T:System.Action`2 + isExternal: true + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2) + fullName.vb: System.Action(Of T1, T2) + name.vb: Action(Of T1, T2) + spec.csharp: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard() + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard* + commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.DesktopGl.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.RequiresOnScreenKeyboard + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper + isExternal: true + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener* + commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener + name: AddListener + nameWithType: TextInputWrapper.DesktopGl.AddListener + fullName: MLEM.Misc.TextInputWrapper.DesktopGl.AddListener + nameWithType.vb: TextInputWrapper.DesktopGl(Of T).AddListener + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).AddListener +- 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.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.Mobile.yml b/Docs/api/MLEM.Misc.TextInputWrapper.Mobile.yml new file mode 100644 index 0000000..9cce32d --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.Mobile.yml @@ -0,0 +1,550 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper.Mobile + commentId: T:MLEM.Misc.TextInputWrapper.Mobile + id: TextInputWrapper.Mobile + parent: MLEM.Misc + children: + - MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + - MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard + langs: + - csharp + - vb + name: TextInputWrapper.Mobile + nameWithType: TextInputWrapper.Mobile + fullName: MLEM.Misc.TextInputWrapper.Mobile + type: Class + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Mobile + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 71 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: 'public class Mobile : TextInputWrapper' + content.vb: >- + Public Class Mobile + Inherits TextInputWrapper + inheritance: + - System.Object + - MLEM.Misc.TextInputWrapper + inheritedMembers: + - MLEM.Misc.TextInputWrapper.Current + - 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.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard + id: RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper.Mobile + langs: + - csharp + - vb + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.Mobile.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard() + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RequiresOnScreenKeyboard + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 73 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool RequiresOnScreenKeyboard() + return: + type: System.Boolean + content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean + overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + overload: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper.Mobile + langs: + - csharp + - vb + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.Mobile.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddListener + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 77 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback) + parameters: + - id: window + type: Microsoft.Xna.Framework.GameWindow + - id: callback + type: MLEM.Misc.TextInputWrapper.TextInputCallback + content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback) + overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + overload: MLEM.Misc.TextInputWrapper.Mobile.AddListener* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.Current + commentId: P:MLEM.Misc.TextInputWrapper.Current + parent: MLEM.Misc.TextInputWrapper + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current +- 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: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard() + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard* + commentId: Overload:MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.Mobile.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper + isExternal: true + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.Mobile.AddListener* + commentId: Overload:MLEM.Misc.TextInputWrapper.Mobile.AddListener + name: AddListener + nameWithType: TextInputWrapper.Mobile.AddListener + fullName: MLEM.Misc.TextInputWrapper.Mobile.AddListener +- 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.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.None.yml b/Docs/api/MLEM.Misc.TextInputWrapper.None.yml new file mode 100644 index 0000000..dd05d50 --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.None.yml @@ -0,0 +1,550 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper.None + commentId: T:MLEM.Misc.TextInputWrapper.None + id: TextInputWrapper.None + parent: MLEM.Misc + children: + - MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + - MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard + langs: + - csharp + - vb + name: TextInputWrapper.None + nameWithType: TextInputWrapper.None + fullName: MLEM.Misc.TextInputWrapper.None + type: Class + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: None + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 82 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: 'public class None : TextInputWrapper' + content.vb: >- + Public Class None + Inherits TextInputWrapper + inheritance: + - System.Object + - MLEM.Misc.TextInputWrapper + inheritedMembers: + - MLEM.Misc.TextInputWrapper.Current + - 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.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard + id: RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper.None + langs: + - csharp + - vb + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.None.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard() + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RequiresOnScreenKeyboard + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 84 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool RequiresOnScreenKeyboard() + return: + type: System.Boolean + content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean + overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + overload: MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper.None + langs: + - csharp + - vb + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.None.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddListener + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 88 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback) + parameters: + - id: window + type: Microsoft.Xna.Framework.GameWindow + - id: callback + type: MLEM.Misc.TextInputWrapper.TextInputCallback + content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback) + overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + overload: MLEM.Misc.TextInputWrapper.None.AddListener* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.Current + commentId: P:MLEM.Misc.TextInputWrapper.Current + parent: MLEM.Misc.TextInputWrapper + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current +- 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: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard() + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard* + commentId: Overload:MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.None.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper + isExternal: true + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.None.AddListener* + commentId: Overload:MLEM.Misc.TextInputWrapper.None.AddListener + name: AddListener + nameWithType: TextInputWrapper.None.AddListener + fullName: MLEM.Misc.TextInputWrapper.None.AddListener +- 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.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.Primitive.yml b/Docs/api/MLEM.Misc.TextInputWrapper.Primitive.yml new file mode 100644 index 0000000..0b8223d --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.Primitive.yml @@ -0,0 +1,600 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper.Primitive + commentId: T:MLEM.Misc.TextInputWrapper.Primitive + id: TextInputWrapper.Primitive + parent: MLEM.Misc + children: + - MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + - MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard + - MLEM.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler) + langs: + - csharp + - vb + name: TextInputWrapper.Primitive + nameWithType: TextInputWrapper.Primitive + fullName: MLEM.Misc.TextInputWrapper.Primitive + type: Class + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Primitive + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 93 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: 'public class Primitive : TextInputWrapper' + content.vb: >- + Public Class Primitive + Inherits TextInputWrapper + inheritance: + - System.Object + - MLEM.Misc.TextInputWrapper + inheritedMembers: + - MLEM.Misc.TextInputWrapper.Current + - 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.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler) + commentId: M:MLEM.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler) + id: Update(MLEM.Input.InputHandler) + parent: MLEM.Misc.TextInputWrapper.Primitive + langs: + - csharp + - vb + name: Update(InputHandler) + nameWithType: TextInputWrapper.Primitive.Update(InputHandler) + fullName: MLEM.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 97 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public void Update(InputHandler handler) + parameters: + - id: handler + type: MLEM.Input.InputHandler + content.vb: Public Sub Update(handler As InputHandler) + overload: MLEM.Misc.TextInputWrapper.Primitive.Update* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard + id: RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper.Primitive + langs: + - csharp + - vb + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.Primitive.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard() + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RequiresOnScreenKeyboard + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 107 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override bool RequiresOnScreenKeyboard() + return: + type: System.Boolean + content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean + overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + overload: MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper.Primitive + langs: + - csharp + - vb + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.Primitive.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddListener + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 111 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback) + parameters: + - id: window + type: Microsoft.Xna.Framework.GameWindow + - id: callback + type: MLEM.Misc.TextInputWrapper.TextInputCallback + content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback) + overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + overload: MLEM.Misc.TextInputWrapper.Primitive.AddListener* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.Current + commentId: P:MLEM.Misc.TextInputWrapper.Current + parent: MLEM.Misc.TextInputWrapper + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current +- 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: MLEM.Misc.TextInputWrapper.Primitive.Update* + commentId: Overload:MLEM.Misc.TextInputWrapper.Primitive.Update + name: Update + nameWithType: TextInputWrapper.Primitive.Update + fullName: MLEM.Misc.TextInputWrapper.Primitive.Update +- 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: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard() + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard* + commentId: Overload:MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.Primitive.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper + isExternal: true + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameWindow + name: GameWindow + nameWithType: GameWindow + fullName: Microsoft.Xna.Framework.GameWindow + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.Primitive.AddListener* + commentId: Overload:MLEM.Misc.TextInputWrapper.Primitive.AddListener + name: AddListener + nameWithType: TextInputWrapper.Primitive.AddListener + fullName: MLEM.Misc.TextInputWrapper.Primitive.AddListener +- 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.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.TextInputCallback.yml b/Docs/api/MLEM.Misc.TextInputWrapper.TextInputCallback.yml new file mode 100644 index 0000000..3187468 --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.TextInputCallback.yml @@ -0,0 +1,80 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + id: TextInputWrapper.TextInputCallback + parent: MLEM.Misc + children: [] + langs: + - csharp + - vb + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback + type: Delegate + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextInputCallback + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public delegate void TextInputCallback(object sender, Keys key, char character); + parameters: + - id: sender + type: System.Object + - id: key + type: Microsoft.Xna.Framework.Input.Keys + - id: character + type: System.Char + content.vb: Public Delegate Sub TextInputCallback(sender As Object, key As Keys, character As Char) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Microsoft.Xna.Framework.Input.Keys + commentId: T:Microsoft.Xna.Framework.Input.Keys + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys +- uid: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: Microsoft.Xna.Framework.Input + commentId: N:Microsoft.Xna.Framework.Input + isExternal: true + name: Microsoft.Xna.Framework.Input + nameWithType: Microsoft.Xna.Framework.Input + fullName: Microsoft.Xna.Framework.Input diff --git a/Docs/api/MLEM.Misc.TextInputWrapper.yml b/Docs/api/MLEM.Misc.TextInputWrapper.yml new file mode 100644 index 0000000..c926980 --- /dev/null +++ b/Docs/api/MLEM.Misc.TextInputWrapper.yml @@ -0,0 +1,507 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + id: TextInputWrapper + parent: MLEM.Misc + children: + - MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + - MLEM.Misc.TextInputWrapper.Current + - MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + langs: + - csharp + - vb + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper + type: Class + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextInputWrapper + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public abstract class TextInputWrapper + content.vb: Public MustInherit Class TextInputWrapper + inheritance: + - System.Object + derivedClasses: + - MLEM.Misc.TextInputWrapper.DesktopGl`1 + - MLEM.Misc.TextInputWrapper.Mobile + - MLEM.Misc.TextInputWrapper.None + - MLEM.Misc.TextInputWrapper.Primitive + inheritedMembers: + - 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 + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: MLEM.Misc.TextInputWrapper.Current + commentId: P:MLEM.Misc.TextInputWrapper.Current + id: Current + parent: MLEM.Misc.TextInputWrapper + langs: + - csharp + - vb + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current + type: Property + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Current + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public static TextInputWrapper Current { get; set; } + parameters: [] + return: + type: MLEM.Misc.TextInputWrapper + content.vb: Public Shared Property Current As TextInputWrapper + overload: MLEM.Misc.TextInputWrapper.Current* + modifiers.csharp: + - public + - static + - get + - set + modifiers.vb: + - Public + - Shared +- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + id: RequiresOnScreenKeyboard + parent: MLEM.Misc.TextInputWrapper + langs: + - csharp + - vb + name: RequiresOnScreenKeyboard() + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard() + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard() + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RequiresOnScreenKeyboard + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 20 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public abstract bool RequiresOnScreenKeyboard() + return: + type: System.Boolean + content.vb: Public MustOverride Function RequiresOnScreenKeyboard As Boolean + overload: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) + parent: MLEM.Misc.TextInputWrapper + langs: + - csharp + - vb + name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) + nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) + fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) + type: Method + source: + remote: + path: MLEM/Misc/TextInputWrapper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddListener + path: ../MLEM/Misc/TextInputWrapper.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Misc + syntax: + content: public abstract void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback) + parameters: + - id: window + type: Microsoft.Xna.Framework.GameWindow + - id: callback + type: MLEM.Misc.TextInputWrapper.TextInputCallback + content.vb: Public MustOverride Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback) + overload: MLEM.Misc.TextInputWrapper.AddListener* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +references: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Misc.TextInputWrapper.Current* + commentId: Overload:MLEM.Misc.TextInputWrapper.Current + name: Current + nameWithType: TextInputWrapper.Current + fullName: MLEM.Misc.TextInputWrapper.Current +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard* + commentId: Overload:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard + name: RequiresOnScreenKeyboard + nameWithType: TextInputWrapper.RequiresOnScreenKeyboard + fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Misc.TextInputWrapper.AddListener* + commentId: Overload:MLEM.Misc.TextInputWrapper.AddListener + name: AddListener + nameWithType: TextInputWrapper.AddListener + fullName: MLEM.Misc.TextInputWrapper.AddListener +- 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.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Misc.yml b/Docs/api/MLEM.Misc.yml new file mode 100644 index 0000000..10495c3 --- /dev/null +++ b/Docs/api/MLEM.Misc.yml @@ -0,0 +1,144 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Misc + commentId: N:MLEM.Misc + id: MLEM.Misc + children: + - MLEM.Misc.AutoTiling + - MLEM.Misc.AutoTiling.ConnectsTo + - MLEM.Misc.Direction2 + - MLEM.Misc.Direction2Helper + - MLEM.Misc.EnumHelper + - MLEM.Misc.GenericDataHolder + - MLEM.Misc.Padding + - MLEM.Misc.RectangleF + - MLEM.Misc.TextInputWrapper + - MLEM.Misc.TextInputWrapper.DesktopGl`1 + - MLEM.Misc.TextInputWrapper.Mobile + - MLEM.Misc.TextInputWrapper.None + - MLEM.Misc.TextInputWrapper.Primitive + - MLEM.Misc.TextInputWrapper.TextInputCallback + langs: + - csharp + - vb + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Misc.AutoTiling + commentId: T:MLEM.Misc.AutoTiling + name: AutoTiling + nameWithType: AutoTiling + fullName: MLEM.Misc.AutoTiling +- uid: MLEM.Misc.AutoTiling.ConnectsTo + commentId: T:MLEM.Misc.AutoTiling.ConnectsTo + parent: MLEM.Misc + name: AutoTiling.ConnectsTo + nameWithType: AutoTiling.ConnectsTo + fullName: MLEM.Misc.AutoTiling.ConnectsTo +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: MLEM.Misc.Direction2Helper + commentId: T:MLEM.Misc.Direction2Helper + parent: MLEM.Misc + name: Direction2Helper + nameWithType: Direction2Helper + fullName: MLEM.Misc.Direction2Helper +- uid: MLEM.Misc.EnumHelper + commentId: T:MLEM.Misc.EnumHelper + name: EnumHelper + nameWithType: EnumHelper + fullName: MLEM.Misc.EnumHelper +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + parent: MLEM.Misc + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Misc.TextInputWrapper + commentId: T:MLEM.Misc.TextInputWrapper + parent: MLEM.Misc + name: TextInputWrapper + nameWithType: TextInputWrapper + fullName: MLEM.Misc.TextInputWrapper +- uid: MLEM.Misc.TextInputWrapper.TextInputCallback + commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback + parent: MLEM.Misc + name: TextInputWrapper.TextInputCallback + nameWithType: TextInputWrapper.TextInputCallback + fullName: MLEM.Misc.TextInputWrapper.TextInputCallback +- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1 + commentId: T:MLEM.Misc.TextInputWrapper.DesktopGl`1 + name: TextInputWrapper.DesktopGl + nameWithType: TextInputWrapper.DesktopGl + fullName: MLEM.Misc.TextInputWrapper.DesktopGl + nameWithType.vb: TextInputWrapper.DesktopGl(Of T) + fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T) + name.vb: TextInputWrapper.DesktopGl(Of T) + spec.csharp: + - uid: MLEM.Misc.TextInputWrapper.DesktopGl`1 + name: TextInputWrapper.DesktopGl + nameWithType: TextInputWrapper.DesktopGl + fullName: MLEM.Misc.TextInputWrapper.DesktopGl + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Misc.TextInputWrapper.DesktopGl`1 + name: TextInputWrapper.DesktopGl + nameWithType: TextInputWrapper.DesktopGl + fullName: MLEM.Misc.TextInputWrapper.DesktopGl + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.TextInputWrapper.Mobile + commentId: T:MLEM.Misc.TextInputWrapper.Mobile + name: TextInputWrapper.Mobile + nameWithType: TextInputWrapper.Mobile + fullName: MLEM.Misc.TextInputWrapper.Mobile +- uid: MLEM.Misc.TextInputWrapper.None + commentId: T:MLEM.Misc.TextInputWrapper.None + name: TextInputWrapper.None + nameWithType: TextInputWrapper.None + fullName: MLEM.Misc.TextInputWrapper.None +- uid: MLEM.Misc.TextInputWrapper.Primitive + commentId: T:MLEM.Misc.TextInputWrapper.Primitive + name: TextInputWrapper.Primitive + nameWithType: TextInputWrapper.Primitive + fullName: MLEM.Misc.TextInputWrapper.Primitive +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc diff --git a/Docs/api/MLEM.Pathfinding.AStar-1.GetCost.yml b/Docs/api/MLEM.Pathfinding.AStar-1.GetCost.yml new file mode 100644 index 0000000..5ad4c76 --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.AStar-1.GetCost.yml @@ -0,0 +1,73 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding.AStar`1.GetCost + commentId: T:MLEM.Pathfinding.AStar`1.GetCost + id: AStar`1.GetCost + parent: MLEM.Pathfinding + children: [] + langs: + - csharp + - vb + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + type: Delegate + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetCost + path: ../MLEM/Pathfinding/AStar.cs + startLine: 109 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public delegate float GetCost(T currPos, T nextPos); + parameters: + - id: currPos + type: '{T}' + - id: nextPos + type: '{T}' + return: + type: System.Single + content.vb: Public Delegate Function GetCost(currPos As T, nextPos As T) As Single + nameWithType.vb: AStar(Of T).GetCost + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate + fullName.vb: MLEM.Pathfinding.AStar(Of T).GetCost + name.vb: AStar(Of T).GetCost +references: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: T + name: T + nameWithType: T + fullName: T +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Pathfinding.AStar-1.yml b/Docs/api/MLEM.Pathfinding.AStar-1.yml new file mode 100644 index 0000000..cf8d628 --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.AStar-1.yml @@ -0,0 +1,1406 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding.AStar`1 + commentId: T:MLEM.Pathfinding.AStar`1 + id: AStar`1 + parent: MLEM.Pathfinding + children: + - MLEM.Pathfinding.AStar`1.#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32) + - MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + - MLEM.Pathfinding.AStar`1.AdjacentDirections + - MLEM.Pathfinding.AStar`1.AllDirections + - MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + - MLEM.Pathfinding.AStar`1.DefaultCost + - MLEM.Pathfinding.AStar`1.DefaultCostFunction + - MLEM.Pathfinding.AStar`1.DefaultMaxTries + - MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + - MLEM.Pathfinding.AStar`1.InfiniteCost + - MLEM.Pathfinding.AStar`1.LastTimeNeeded + - MLEM.Pathfinding.AStar`1.LastTriesNeeded + langs: + - csharp + - vb + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + type: Class + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AStar + path: ../MLEM/Pathfinding/AStar.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public abstract class AStar + typeParameters: + - id: T + content.vb: Public MustInherit Class AStar(Of T) + inheritance: + - System.Object + derivedClasses: + - MLEM.Pathfinding.AStar2 + - MLEM.Pathfinding.AStar3 + inheritedMembers: + - 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 + nameWithType.vb: AStar(Of T) + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class + fullName.vb: MLEM.Pathfinding.AStar(Of T) + name.vb: AStar(Of T) +- uid: MLEM.Pathfinding.AStar`1.InfiniteCost + commentId: F:MLEM.Pathfinding.AStar`1.InfiniteCost + id: InfiniteCost + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: InfiniteCost + nameWithType: AStar.InfiniteCost + fullName: MLEM.Pathfinding.AStar.InfiniteCost + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InfiniteCost + path: ../MLEM/Pathfinding/AStar.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public static readonly float InfiniteCost + return: + type: System.Single + content.vb: Public Shared ReadOnly InfiniteCost As Single + nameWithType.vb: AStar(Of T).InfiniteCost + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly + fullName.vb: MLEM.Pathfinding.AStar(Of T).InfiniteCost +- uid: MLEM.Pathfinding.AStar`1.AllDirections + commentId: F:MLEM.Pathfinding.AStar`1.AllDirections + id: AllDirections + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: AllDirections + nameWithType: AStar.AllDirections + fullName: MLEM.Pathfinding.AStar.AllDirections + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AllDirections + path: ../MLEM/Pathfinding/AStar.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly T[] AllDirections + return: + type: '{T}[]' + content.vb: Public ReadOnly AllDirections As T() + nameWithType.vb: AStar(Of T).AllDirections + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.AStar(Of T).AllDirections +- uid: MLEM.Pathfinding.AStar`1.AdjacentDirections + commentId: F:MLEM.Pathfinding.AStar`1.AdjacentDirections + id: AdjacentDirections + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: AdjacentDirections + nameWithType: AStar.AdjacentDirections + fullName: MLEM.Pathfinding.AStar.AdjacentDirections + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AdjacentDirections + path: ../MLEM/Pathfinding/AStar.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly T[] AdjacentDirections + return: + type: '{T}[]' + content.vb: Public ReadOnly AdjacentDirections As T() + nameWithType.vb: AStar(Of T).AdjacentDirections + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.AStar(Of T).AdjacentDirections +- uid: MLEM.Pathfinding.AStar`1.DefaultCostFunction + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCostFunction + id: DefaultCostFunction + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: DefaultCostFunction + nameWithType: AStar.DefaultCostFunction + fullName: MLEM.Pathfinding.AStar.DefaultCostFunction + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DefaultCostFunction + path: ../MLEM/Pathfinding/AStar.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public AStar.GetCost DefaultCostFunction + return: + type: MLEM.Pathfinding.AStar`1.GetCost + content.vb: Public DefaultCostFunction As AStar(Of T).GetCost + nameWithType.vb: AStar(Of T).DefaultCostFunction + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCostFunction +- uid: MLEM.Pathfinding.AStar`1.DefaultCost + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCost + id: DefaultCost + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: DefaultCost + nameWithType: AStar.DefaultCost + fullName: MLEM.Pathfinding.AStar.DefaultCost + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DefaultCost + path: ../MLEM/Pathfinding/AStar.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public float DefaultCost + return: + type: System.Single + content.vb: Public DefaultCost As Single + nameWithType.vb: AStar(Of T).DefaultCost + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCost +- uid: MLEM.Pathfinding.AStar`1.DefaultMaxTries + commentId: F:MLEM.Pathfinding.AStar`1.DefaultMaxTries + id: DefaultMaxTries + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: DefaultMaxTries + nameWithType: AStar.DefaultMaxTries + fullName: MLEM.Pathfinding.AStar.DefaultMaxTries + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DefaultMaxTries + path: ../MLEM/Pathfinding/AStar.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public int DefaultMaxTries + return: + type: System.Int32 + content.vb: Public DefaultMaxTries As Integer + nameWithType.vb: AStar(Of T).DefaultMaxTries + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultMaxTries +- uid: MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + commentId: F:MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + id: DefaultAllowDiagonals + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: DefaultAllowDiagonals + nameWithType: AStar.DefaultAllowDiagonals + fullName: MLEM.Pathfinding.AStar.DefaultAllowDiagonals + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DefaultAllowDiagonals + path: ../MLEM/Pathfinding/AStar.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public bool DefaultAllowDiagonals + return: + type: System.Boolean + content.vb: Public DefaultAllowDiagonals As Boolean + nameWithType.vb: AStar(Of T).DefaultAllowDiagonals + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultAllowDiagonals +- uid: MLEM.Pathfinding.AStar`1.LastTriesNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTriesNeeded + id: LastTriesNeeded + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + type: Property + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastTriesNeeded + path: ../MLEM/Pathfinding/AStar.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public int LastTriesNeeded { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property LastTriesNeeded As Integer + overload: MLEM.Pathfinding.AStar`1.LastTriesNeeded* + nameWithType.vb: AStar(Of T).LastTriesNeeded + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar`1.LastTimeNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTimeNeeded + id: LastTimeNeeded + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + type: Property + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LastTimeNeeded + path: ../MLEM/Pathfinding/AStar.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public TimeSpan LastTimeNeeded { get; } + parameters: [] + return: + type: System.TimeSpan + content.vb: Public ReadOnly Property LastTimeNeeded As TimeSpan + overload: MLEM.Pathfinding.AStar`1.LastTimeNeeded* + nameWithType.vb: AStar(Of T).LastTimeNeeded + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTimeNeeded +- uid: MLEM.Pathfinding.AStar`1.#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32) + commentId: M:MLEM.Pathfinding.AStar`1.#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32) + id: '#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32)' + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: AStar(T[], T[], AStar.GetCost, Boolean, Single, Int32) + nameWithType: AStar.AStar(T[], T[], AStar.GetCost, Boolean, Single, Int32) + fullName: MLEM.Pathfinding.AStar.AStar(T[], T[], MLEM.Pathfinding.AStar.GetCost, System.Boolean, System.Single, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Pathfinding/AStar.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected AStar(T[] allDirections, T[] adjacentDirections, AStar.GetCost defaultCostFunction, bool defaultAllowDiagonals, float defaultCost = 1F, int defaultMaxTries = 10000) + parameters: + - id: allDirections + type: '{T}[]' + - id: adjacentDirections + type: '{T}[]' + - id: defaultCostFunction + type: MLEM.Pathfinding.AStar`1.GetCost + - id: defaultAllowDiagonals + type: System.Boolean + - id: defaultCost + type: System.Single + - id: defaultMaxTries + type: System.Int32 + content.vb: Protected Sub New(allDirections As T(), adjacentDirections As T(), defaultCostFunction As AStar(Of T).GetCost, defaultAllowDiagonals As Boolean, defaultCost As Single = 1F, defaultMaxTries As Integer = 10000) + overload: MLEM.Pathfinding.AStar`1.#ctor* + nameWithType.vb: AStar(Of T).AStar(T(), T(), AStar(Of T).GetCost, Boolean, Single, Int32) + modifiers.csharp: + - protected + modifiers.vb: + - Protected + fullName.vb: MLEM.Pathfinding.AStar(Of T).AStar(T(), T(), MLEM.Pathfinding.AStar(Of T).GetCost, System.Boolean, System.Single, System.Int32) + name.vb: AStar(T(), T(), AStar(Of T).GetCost, Boolean, Single, Int32) +- uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + id: FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: FindPathAsync(T, T, AStar.GetCost, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPathAsync(T, T, AStar.GetCost, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost, System.Nullable, System.Nullable, System.Nullable) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FindPathAsync + path: ../MLEM/Pathfinding/AStar.cs + startLine: 27 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public Task> FindPathAsync(T start, T goal, AStar.GetCost costFunction = null, float? defaultCost = default(float? ), int? maxTries = default(int? ), bool? allowDiagonals = default(bool? )) + parameters: + - id: start + type: '{T}' + - id: goal + type: '{T}' + - id: costFunction + type: MLEM.Pathfinding.AStar`1.GetCost + - id: defaultCost + type: System.Nullable{System.Single} + - id: maxTries + type: System.Nullable{System.Int32} + - id: allowDiagonals + type: System.Nullable{System.Boolean} + return: + type: System.Threading.Tasks.Task{System.Collections.Generic.Stack{{T}}} + content.vb: Public Function FindPathAsync(start As T, goal As T, costFunction As AStar(Of T).GetCost = Nothing, defaultCost As Single? = Nothing, maxTries As Integer? = Nothing, allowDiagonals As Boolean? = Nothing) As Task(Of Stack(Of T)) + overload: MLEM.Pathfinding.AStar`1.FindPathAsync* + nameWithType.vb: AStar(Of T).FindPathAsync(T, T, AStar(Of T).GetCost, Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPathAsync(T, T, MLEM.Pathfinding.AStar(Of T).GetCost, System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPathAsync(T, T, AStar(Of T).GetCost, Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) +- uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + id: FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: FindPath(T, T, AStar.GetCost, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPath(T, T, AStar.GetCost, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPath(T, T, MLEM.Pathfinding.AStar.GetCost, System.Nullable, System.Nullable, System.Nullable) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FindPath + path: ../MLEM/Pathfinding/AStar.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public Stack FindPath(T start, T goal, AStar.GetCost costFunction = null, float? defaultCost = default(float? ), int? maxTries = default(int? ), bool? allowDiagonals = default(bool? )) + parameters: + - id: start + type: '{T}' + - id: goal + type: '{T}' + - id: costFunction + type: MLEM.Pathfinding.AStar`1.GetCost + - id: defaultCost + type: System.Nullable{System.Single} + - id: maxTries + type: System.Nullable{System.Int32} + - id: allowDiagonals + type: System.Nullable{System.Boolean} + return: + type: System.Collections.Generic.Stack{{T}} + content.vb: Public Function FindPath(start As T, goal As T, costFunction As AStar(Of T).GetCost = Nothing, defaultCost As Single? = Nothing, maxTries As Integer? = Nothing, allowDiagonals As Boolean? = Nothing) As Stack(Of T) + overload: MLEM.Pathfinding.AStar`1.FindPath* + nameWithType.vb: AStar(Of T).FindPath(T, T, AStar(Of T).GetCost, Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPath(T, T, MLEM.Pathfinding.AStar(Of T).GetCost, System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPath(T, T, AStar(Of T).GetCost, Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) +- uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + id: AddPositions(`0,`0) + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: AddPositions(T, T) + nameWithType: AStar.AddPositions(T, T) + fullName: MLEM.Pathfinding.AStar.AddPositions(T, T) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddPositions + path: ../MLEM/Pathfinding/AStar.cs + startLine: 96 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected abstract T AddPositions(T first, T second) + parameters: + - id: first + type: '{T}' + - id: second + type: '{T}' + return: + type: '{T}' + content.vb: Protected MustOverride Function AddPositions(first As T, second As T) As T + overload: MLEM.Pathfinding.AStar`1.AddPositions* + nameWithType.vb: AStar(Of T).AddPositions(T, T) + modifiers.csharp: + - protected + - abstract + modifiers.vb: + - Protected + - MustOverride + fullName.vb: MLEM.Pathfinding.AStar(Of T).AddPositions(T, T) +- uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + id: GetManhattanDistance(`0,`0) + parent: MLEM.Pathfinding.AStar`1 + langs: + - csharp + - vb + name: GetManhattanDistance(T, T) + nameWithType: AStar.GetManhattanDistance(T, T) + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance(T, T) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetManhattanDistance + path: ../MLEM/Pathfinding/AStar.cs + startLine: 98 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected abstract float GetManhattanDistance(T first, T second) + parameters: + - id: first + type: '{T}' + - id: second + type: '{T}' + return: + type: System.Single + content.vb: Protected MustOverride Function GetManhattanDistance(first As T, second As T) As Single + overload: MLEM.Pathfinding.AStar`1.GetManhattanDistance* + nameWithType.vb: AStar(Of T).GetManhattanDistance(T, T) + modifiers.csharp: + - protected + - abstract + modifiers.vb: + - Protected + - MustOverride + fullName.vb: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance(T, T) +references: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: '{T}[]' + isExternal: true + name: T[] + nameWithType: T[] + fullName: T[] + nameWithType.vb: T() + fullName.vb: T() + name.vb: T() + spec.csharp: + - name: T + nameWithType: T + fullName: T + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - name: T + nameWithType: T + fullName: T + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Pathfinding.AStar`1.GetCost + commentId: T:MLEM.Pathfinding.AStar`1.GetCost + parent: MLEM.Pathfinding + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Pathfinding.AStar`1.LastTriesNeeded* + commentId: Overload:MLEM.Pathfinding.AStar`1.LastTriesNeeded + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + nameWithType.vb: AStar(Of T).LastTriesNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar`1.LastTimeNeeded* + commentId: Overload:MLEM.Pathfinding.AStar`1.LastTimeNeeded + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + nameWithType.vb: AStar(Of T).LastTimeNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTimeNeeded +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Pathfinding.AStar`1.#ctor* + commentId: Overload:MLEM.Pathfinding.AStar`1.#ctor + name: AStar + nameWithType: AStar.AStar + fullName: MLEM.Pathfinding.AStar.AStar + nameWithType.vb: AStar(Of T).AStar + fullName.vb: MLEM.Pathfinding.AStar(Of T).AStar +- uid: MLEM.Pathfinding.AStar`1.FindPathAsync* + commentId: Overload:MLEM.Pathfinding.AStar`1.FindPathAsync + name: FindPathAsync + nameWithType: AStar.FindPathAsync + fullName: MLEM.Pathfinding.AStar.FindPathAsync + nameWithType.vb: AStar(Of T).FindPathAsync + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPathAsync +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: System.Nullable{System.Single} + commentId: T:System.Nullable{System.Single} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Single) + fullName.vb: System.Nullable(Of System.Single) + name.vb: Nullable(Of Single) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable{System.Int32} + commentId: T:System.Nullable{System.Int32} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Int32) + fullName.vb: System.Nullable(Of System.Int32) + name.vb: Nullable(Of Int32) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable{System.Boolean} + commentId: T:System.Nullable{System.Boolean} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Boolean) + fullName.vb: System.Nullable(Of System.Boolean) + name.vb: Nullable(Of Boolean) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Threading.Tasks.Task{System.Collections.Generic.Stack{{T}}} + commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.Stack{`0}} + parent: System.Threading.Tasks + definition: System.Threading.Tasks.Task`1 + name: Task> + nameWithType: Task> + fullName: System.Threading.Tasks.Task> + nameWithType.vb: Task(Of Stack(Of T)) + fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.Stack(Of T)) + name.vb: Task(Of Stack(Of T)) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: T + name: T + nameWithType: T + fullName: T +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Threading.Tasks.Task`1 + commentId: T:System.Threading.Tasks.Task`1 + isExternal: true + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + nameWithType.vb: Task(Of TResult) + fullName.vb: System.Threading.Tasks.Task(Of TResult) + name.vb: Task(Of TResult) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Threading.Tasks + commentId: N:System.Threading.Tasks + isExternal: true + name: System.Threading.Tasks + nameWithType: System.Threading.Tasks + fullName: System.Threading.Tasks +- uid: MLEM.Pathfinding.AStar`1.FindPath* + commentId: Overload:MLEM.Pathfinding.AStar`1.FindPath + name: FindPath + nameWithType: AStar.FindPath + fullName: MLEM.Pathfinding.AStar.FindPath + nameWithType.vb: AStar(Of T).FindPath + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPath +- uid: System.Collections.Generic.Stack{{T}} + commentId: T:System.Collections.Generic.Stack{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + nameWithType.vb: Stack(Of T) + fullName.vb: System.Collections.Generic.Stack(Of T) + name.vb: Stack(Of T) + spec.csharp: + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Stack`1 + commentId: T:System.Collections.Generic.Stack`1 + isExternal: true + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + nameWithType.vb: Stack(Of T) + fullName.vb: System.Collections.Generic.Stack(Of T) + name.vb: Stack(Of T) + spec.csharp: + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Stack`1 + name: Stack + nameWithType: Stack + fullName: System.Collections.Generic.Stack + 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.Pathfinding.AStar`1.AddPositions* + commentId: Overload:MLEM.Pathfinding.AStar`1.AddPositions + name: AddPositions + nameWithType: AStar.AddPositions + fullName: MLEM.Pathfinding.AStar.AddPositions + nameWithType.vb: AStar(Of T).AddPositions + fullName.vb: MLEM.Pathfinding.AStar(Of T).AddPositions +- uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance* + commentId: Overload:MLEM.Pathfinding.AStar`1.GetManhattanDistance + name: GetManhattanDistance + nameWithType: AStar.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance + nameWithType.vb: AStar(Of T).GetManhattanDistance + fullName.vb: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance diff --git a/Docs/api/MLEM.Pathfinding.AStar2.yml b/Docs/api/MLEM.Pathfinding.AStar2.yml new file mode 100644 index 0000000..f08a868 --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.AStar2.yml @@ -0,0 +1,1797 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding.AStar2 + commentId: T:MLEM.Pathfinding.AStar2 + id: AStar2 + parent: MLEM.Pathfinding + children: + - MLEM.Pathfinding.AStar2.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32) + - MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + - MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + langs: + - csharp + - vb + name: AStar2 + nameWithType: AStar2 + fullName: MLEM.Pathfinding.AStar2 + type: Class + source: + remote: + path: MLEM/Pathfinding/AStar2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AStar2 + path: ../MLEM/Pathfinding/AStar2.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: 'public class AStar2 : AStar' + content.vb: >- + Public Class AStar2 + Inherits AStar(Of Point) + inheritance: + - System.Object + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + inheritedMembers: + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.InfiniteCost + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AllDirections + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AdjacentDirections + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCostFunction + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCost + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultMaxTries + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultAllowDiagonals + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTriesNeeded + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTimeNeeded + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPathAsync(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPath(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - 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.Pathfinding.AStar2.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32) + commentId: M:MLEM.Pathfinding.AStar2.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32) + id: '#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32)' + parent: MLEM.Pathfinding.AStar2 + langs: + - csharp + - vb + name: AStar2(AStar.GetCost, Boolean, Single, Int32) + nameWithType: AStar2.AStar2(AStar.GetCost, Boolean, Single, Int32) + fullName: MLEM.Pathfinding.AStar2.AStar2(MLEM.Pathfinding.AStar.GetCost, System.Boolean, System.Single, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Pathfinding/AStar2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Pathfinding/AStar2.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public AStar2(AStar.GetCost defaultCostFunction, bool defaultAllowDiagonals, float defaultCost = 1F, int defaultMaxTries = 10000) + parameters: + - id: defaultCostFunction + type: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost + - id: defaultAllowDiagonals + type: System.Boolean + - id: defaultCost + type: System.Single + - id: defaultMaxTries + type: System.Int32 + content.vb: Public Sub New(defaultCostFunction As AStar(Of Point).GetCost, defaultAllowDiagonals As Boolean, defaultCost As Single = 1F, defaultMaxTries As Integer = 10000) + overload: MLEM.Pathfinding.AStar2.#ctor* + nameWithType.vb: AStar2.AStar2(AStar(Of Point).GetCost, Boolean, Single, Int32) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar2.AStar2(MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).GetCost, System.Boolean, System.Single, System.Int32) + name.vb: AStar2(AStar(Of Point).GetCost, Boolean, Single, Int32) +- uid: MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + id: AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + parent: MLEM.Pathfinding.AStar2 + langs: + - csharp + - vb + name: AddPositions(Point, Point) + nameWithType: AStar2.AddPositions(Point, Point) + fullName: MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddPositions + path: ../MLEM/Pathfinding/AStar2.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected override Point AddPositions(Point first, Point second) + parameters: + - id: first + type: Microsoft.Xna.Framework.Point + - id: second + type: Microsoft.Xna.Framework.Point + return: + type: Microsoft.Xna.Framework.Point + content.vb: Protected Overrides Function AddPositions(first As Point, second As Point) As Point + overridden: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + overload: MLEM.Pathfinding.AStar2.AddPositions* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + id: GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + parent: MLEM.Pathfinding.AStar2 + langs: + - csharp + - vb + name: GetManhattanDistance(Point, Point) + nameWithType: AStar2.GetManhattanDistance(Point, Point) + fullName: MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar2.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetManhattanDistance + path: ../MLEM/Pathfinding/AStar2.cs + startLine: 19 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected override float GetManhattanDistance(Point first, Point second) + parameters: + - id: first + type: Microsoft.Xna.Framework.Point + - id: second + type: Microsoft.Xna.Framework.Point + return: + type: System.Single + content.vb: Protected Overrides Function GetManhattanDistance(first As Point, second As Point) As Single + overridden: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + overload: MLEM.Pathfinding.AStar2.GetManhattanDistance* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + commentId: T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + parent: MLEM.Pathfinding + definition: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + nameWithType.vb: AStar(Of Point) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point) + name.vb: AStar(Of Point) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.InfiniteCost + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.InfiniteCost + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.InfiniteCost + name: InfiniteCost + nameWithType: AStar.InfiniteCost + fullName: MLEM.Pathfinding.AStar.InfiniteCost + nameWithType.vb: AStar(Of Point).InfiniteCost + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).InfiniteCost +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AllDirections + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AllDirections + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.AllDirections + name: AllDirections + nameWithType: AStar.AllDirections + fullName: MLEM.Pathfinding.AStar.AllDirections + nameWithType.vb: AStar(Of Point).AllDirections + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).AllDirections +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AdjacentDirections + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AdjacentDirections + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.AdjacentDirections + name: AdjacentDirections + nameWithType: AStar.AdjacentDirections + fullName: MLEM.Pathfinding.AStar.AdjacentDirections + nameWithType.vb: AStar(Of Point).AdjacentDirections + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).AdjacentDirections +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCostFunction + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCostFunction + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.DefaultCostFunction + name: DefaultCostFunction + nameWithType: AStar.DefaultCostFunction + fullName: MLEM.Pathfinding.AStar.DefaultCostFunction + nameWithType.vb: AStar(Of Point).DefaultCostFunction + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).DefaultCostFunction +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCost + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultCost + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.DefaultCost + name: DefaultCost + nameWithType: AStar.DefaultCost + fullName: MLEM.Pathfinding.AStar.DefaultCost + nameWithType.vb: AStar(Of Point).DefaultCost + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).DefaultCost +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultMaxTries + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultMaxTries + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.DefaultMaxTries + name: DefaultMaxTries + nameWithType: AStar.DefaultMaxTries + fullName: MLEM.Pathfinding.AStar.DefaultMaxTries + nameWithType.vb: AStar(Of Point).DefaultMaxTries + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).DefaultMaxTries +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultAllowDiagonals + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.DefaultAllowDiagonals + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + name: DefaultAllowDiagonals + nameWithType: AStar.DefaultAllowDiagonals + fullName: MLEM.Pathfinding.AStar.DefaultAllowDiagonals + nameWithType.vb: AStar(Of Point).DefaultAllowDiagonals + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).DefaultAllowDiagonals +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTriesNeeded + commentId: P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTriesNeeded + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.LastTriesNeeded + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + nameWithType.vb: AStar(Of Point).LastTriesNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTimeNeeded + commentId: P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.LastTimeNeeded + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.LastTimeNeeded + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + nameWithType.vb: AStar(Of Point).LastTimeNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).LastTimeNeeded +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPathAsync(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPathAsync(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync(Point, Point, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPathAsync(Point, Point, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPathAsync(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of Point).FindPathAsync(Point, Point, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).FindPathAsync(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPathAsync(Point, Point, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar.FindPathAsync + fullName: MLEM.Pathfinding.AStar.FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar(Of Point).FindPathAsync + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPath(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.FindPath(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath(Point, Point, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPath(Point, Point, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPath(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of Point).FindPath(Point, Point, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).FindPath(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPath(Point, Point, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar.FindPath + fullName: MLEM.Pathfinding.AStar.FindPath + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar(Of Point).FindPath + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).FindPath + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Pathfinding.AStar`1 + commentId: T:MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + nameWithType.vb: AStar(Of T) + fullName.vb: MLEM.Pathfinding.AStar(Of T) + name.vb: AStar(Of T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar`1.InfiniteCost + commentId: F:MLEM.Pathfinding.AStar`1.InfiniteCost + name: InfiniteCost + nameWithType: AStar.InfiniteCost + fullName: MLEM.Pathfinding.AStar.InfiniteCost + nameWithType.vb: AStar(Of T).InfiniteCost + fullName.vb: MLEM.Pathfinding.AStar(Of T).InfiniteCost +- uid: MLEM.Pathfinding.AStar`1.AllDirections + commentId: F:MLEM.Pathfinding.AStar`1.AllDirections + name: AllDirections + nameWithType: AStar.AllDirections + fullName: MLEM.Pathfinding.AStar.AllDirections + nameWithType.vb: AStar(Of T).AllDirections + fullName.vb: MLEM.Pathfinding.AStar(Of T).AllDirections +- uid: MLEM.Pathfinding.AStar`1.AdjacentDirections + commentId: F:MLEM.Pathfinding.AStar`1.AdjacentDirections + name: AdjacentDirections + nameWithType: AStar.AdjacentDirections + fullName: MLEM.Pathfinding.AStar.AdjacentDirections + nameWithType.vb: AStar(Of T).AdjacentDirections + fullName.vb: MLEM.Pathfinding.AStar(Of T).AdjacentDirections +- uid: MLEM.Pathfinding.AStar`1.DefaultCostFunction + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCostFunction + name: DefaultCostFunction + nameWithType: AStar.DefaultCostFunction + fullName: MLEM.Pathfinding.AStar.DefaultCostFunction + nameWithType.vb: AStar(Of T).DefaultCostFunction + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCostFunction +- uid: MLEM.Pathfinding.AStar`1.DefaultCost + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCost + name: DefaultCost + nameWithType: AStar.DefaultCost + fullName: MLEM.Pathfinding.AStar.DefaultCost + nameWithType.vb: AStar(Of T).DefaultCost + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCost +- uid: MLEM.Pathfinding.AStar`1.DefaultMaxTries + commentId: F:MLEM.Pathfinding.AStar`1.DefaultMaxTries + name: DefaultMaxTries + nameWithType: AStar.DefaultMaxTries + fullName: MLEM.Pathfinding.AStar.DefaultMaxTries + nameWithType.vb: AStar(Of T).DefaultMaxTries + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultMaxTries +- uid: MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + commentId: F:MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + name: DefaultAllowDiagonals + nameWithType: AStar.DefaultAllowDiagonals + fullName: MLEM.Pathfinding.AStar.DefaultAllowDiagonals + nameWithType.vb: AStar(Of T).DefaultAllowDiagonals + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultAllowDiagonals +- uid: MLEM.Pathfinding.AStar`1.LastTriesNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTriesNeeded + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + nameWithType.vb: AStar(Of T).LastTriesNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar`1.LastTimeNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTimeNeeded + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + nameWithType.vb: AStar(Of T).LastTimeNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTimeNeeded +- uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + isExternal: true + name: FindPathAsync(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPathAsync(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of T).FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar.FindPathAsync + fullName: MLEM.Pathfinding.AStar.FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar(Of T).FindPathAsync + fullName: MLEM.Pathfinding.AStar(Of T).FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + isExternal: true + name: FindPath(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPath(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPath(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of T).FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPath(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar.FindPath + fullName: MLEM.Pathfinding.AStar.FindPath + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar(Of T).FindPath + fullName: MLEM.Pathfinding.AStar(Of T).FindPath + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar2.#ctor* + commentId: Overload:MLEM.Pathfinding.AStar2.#ctor + name: AStar2 + nameWithType: AStar2.AStar2 + fullName: MLEM.Pathfinding.AStar2.AStar2 +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost + commentId: T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost + parent: MLEM.Pathfinding + definition: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Pathfinding.AStar`1.GetCost + commentId: T:MLEM.Pathfinding.AStar`1.GetCost + parent: MLEM.Pathfinding + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions(Point, Point) + nameWithType: AStar.AddPositions(Point, Point) + fullName: MLEM.Pathfinding.AStar.AddPositions(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + nameWithType.vb: AStar(Of Point).AddPositions(Point, Point) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).AddPositions(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar.AddPositions + fullName: MLEM.Pathfinding.AStar.AddPositions + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar(Of Point).AddPositions + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).AddPositions + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar2.AddPositions* + commentId: Overload:MLEM.Pathfinding.AStar2.AddPositions + name: AddPositions + nameWithType: AStar2.AddPositions + fullName: MLEM.Pathfinding.AStar2.AddPositions +- 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.Pathfinding.AStar`1.AddPositions(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions(T, T) + nameWithType: AStar.AddPositions(T, T) + fullName: MLEM.Pathfinding.AStar.AddPositions(T, T) + nameWithType.vb: AStar(Of T).AddPositions(T, T) + fullName.vb: MLEM.Pathfinding.AStar(Of T).AddPositions(T, T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar.AddPositions + fullName: MLEM.Pathfinding.AStar.AddPositions + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar(Of T).AddPositions + fullName: MLEM.Pathfinding.AStar(Of T).AddPositions + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point} + definition: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance(Point, Point) + nameWithType: AStar.GetManhattanDistance(Point, Point) + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + nameWithType.vb: AStar(Of Point).GetManhattanDistance(Point, Point) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).GetManhattanDistance(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar(Of Point).GetManhattanDistance + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Point).GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar2.GetManhattanDistance* + commentId: Overload:MLEM.Pathfinding.AStar2.GetManhattanDistance + name: GetManhattanDistance + nameWithType: AStar2.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar2.GetManhattanDistance +- uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance(T, T) + nameWithType: AStar.GetManhattanDistance(T, T) + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance(T, T) + nameWithType.vb: AStar(Of T).GetManhattanDistance(T, T) + fullName.vb: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance(T, T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar(Of T).GetManhattanDistance + fullName: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Pathfinding.AStar3.yml b/Docs/api/MLEM.Pathfinding.AStar3.yml new file mode 100644 index 0000000..6a83db1 --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.AStar3.yml @@ -0,0 +1,1797 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding.AStar3 + commentId: T:MLEM.Pathfinding.AStar3 + id: AStar3 + parent: MLEM.Pathfinding + children: + - MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32) + - MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + - MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + langs: + - csharp + - vb + name: AStar3 + nameWithType: AStar3 + fullName: MLEM.Pathfinding.AStar3 + type: Class + source: + remote: + path: MLEM/Pathfinding/AStar3.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AStar3 + path: ../MLEM/Pathfinding/AStar3.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: 'public class AStar3 : AStar' + content.vb: >- + Public Class AStar3 + Inherits AStar(Of Vector3) + inheritance: + - System.Object + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + inheritedMembers: + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + - 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.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32) + commentId: M:MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32) + id: '#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)' + parent: MLEM.Pathfinding.AStar3 + langs: + - csharp + - vb + name: AStar3(AStar.GetCost, Boolean, Single, Int32) + nameWithType: AStar3.AStar3(AStar.GetCost, Boolean, Single, Int32) + fullName: MLEM.Pathfinding.AStar3.AStar3(MLEM.Pathfinding.AStar.GetCost, System.Boolean, System.Single, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Pathfinding/AStar3.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Pathfinding/AStar3.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public AStar3(AStar.GetCost defaultCostFunction, bool defaultAllowDiagonals, float defaultCost = 1F, int defaultMaxTries = 10000) + parameters: + - id: defaultCostFunction + type: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost + - id: defaultAllowDiagonals + type: System.Boolean + - id: defaultCost + type: System.Single + - id: defaultMaxTries + type: System.Int32 + content.vb: Public Sub New(defaultCostFunction As AStar(Of Vector3).GetCost, defaultAllowDiagonals As Boolean, defaultCost As Single = 1F, defaultMaxTries As Integer = 10000) + overload: MLEM.Pathfinding.AStar3.#ctor* + nameWithType.vb: AStar3.AStar3(AStar(Of Vector3).GetCost, Boolean, Single, Int32) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.AStar3.AStar3(MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetCost, System.Boolean, System.Single, System.Int32) + name.vb: AStar3(AStar(Of Vector3).GetCost, Boolean, Single, Int32) +- uid: MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + commentId: M:MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + id: AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + parent: MLEM.Pathfinding.AStar3 + langs: + - csharp + - vb + name: AddPositions(Vector3, Vector3) + nameWithType: AStar3.AddPositions(Vector3, Vector3) + fullName: MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar3.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddPositions + path: ../MLEM/Pathfinding/AStar3.cs + startLine: 37 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected override Vector3 AddPositions(Vector3 first, Vector3 second) + parameters: + - id: first + type: Microsoft.Xna.Framework.Vector3 + - id: second + type: Microsoft.Xna.Framework.Vector3 + return: + type: Microsoft.Xna.Framework.Vector3 + content.vb: Protected Overrides Function AddPositions(first As Vector3, second As Vector3) As Vector3 + overridden: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + overload: MLEM.Pathfinding.AStar3.AddPositions* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + commentId: M:MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + id: GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + parent: MLEM.Pathfinding.AStar3 + langs: + - csharp + - vb + name: GetManhattanDistance(Vector3, Vector3) + nameWithType: AStar3.GetManhattanDistance(Vector3, Vector3) + fullName: MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar3.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetManhattanDistance + path: ../MLEM/Pathfinding/AStar3.cs + startLine: 41 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: protected override float GetManhattanDistance(Vector3 first, Vector3 second) + parameters: + - id: first + type: Microsoft.Xna.Framework.Vector3 + - id: second + type: Microsoft.Xna.Framework.Vector3 + return: + type: System.Single + content.vb: Protected Overrides Function GetManhattanDistance(first As Vector3, second As Vector3) As Single + overridden: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + overload: MLEM.Pathfinding.AStar3.GetManhattanDistance* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + commentId: T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + parent: MLEM.Pathfinding + definition: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + nameWithType.vb: AStar(Of Vector3) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3) + name.vb: AStar(Of Vector3) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.InfiniteCost + name: InfiniteCost + nameWithType: AStar.InfiniteCost + fullName: MLEM.Pathfinding.AStar.InfiniteCost + nameWithType.vb: AStar(Of Vector3).InfiniteCost + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).InfiniteCost +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.AllDirections + name: AllDirections + nameWithType: AStar.AllDirections + fullName: MLEM.Pathfinding.AStar.AllDirections + nameWithType.vb: AStar(Of Vector3).AllDirections + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AllDirections +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.AdjacentDirections + name: AdjacentDirections + nameWithType: AStar.AdjacentDirections + fullName: MLEM.Pathfinding.AStar.AdjacentDirections + nameWithType.vb: AStar(Of Vector3).AdjacentDirections + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AdjacentDirections +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.DefaultCostFunction + name: DefaultCostFunction + nameWithType: AStar.DefaultCostFunction + fullName: MLEM.Pathfinding.AStar.DefaultCostFunction + nameWithType.vb: AStar(Of Vector3).DefaultCostFunction + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultCostFunction +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.DefaultCost + name: DefaultCost + nameWithType: AStar.DefaultCost + fullName: MLEM.Pathfinding.AStar.DefaultCost + nameWithType.vb: AStar(Of Vector3).DefaultCost + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultCost +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.DefaultMaxTries + name: DefaultMaxTries + nameWithType: AStar.DefaultMaxTries + fullName: MLEM.Pathfinding.AStar.DefaultMaxTries + nameWithType.vb: AStar(Of Vector3).DefaultMaxTries + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultMaxTries +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals + commentId: F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + name: DefaultAllowDiagonals + nameWithType: AStar.DefaultAllowDiagonals + fullName: MLEM.Pathfinding.AStar.DefaultAllowDiagonals + nameWithType.vb: AStar(Of Vector3).DefaultAllowDiagonals + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultAllowDiagonals +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded + commentId: P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.LastTriesNeeded + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + nameWithType.vb: AStar(Of Vector3).LastTriesNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded + commentId: P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.LastTimeNeeded + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + nameWithType.vb: AStar(Of Vector3).LastTimeNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).LastTimeNeeded +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync(Vector3, Vector3, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPathAsync(Vector3, Vector3, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPathAsync(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of Vector3).FindPathAsync(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPathAsync(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPathAsync(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar.FindPathAsync + fullName: MLEM.Pathfinding.AStar.FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar(Of Vector3).FindPathAsync + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath(Vector3, Vector3, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPath(Vector3, Vector3, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPath(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of Vector3).FindPath(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPath(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPath(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar.FindPath + fullName: MLEM.Pathfinding.AStar.FindPath + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar(Of Vector3).FindPath + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPath + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Pathfinding.AStar`1 + commentId: T:MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + nameWithType.vb: AStar(Of T) + fullName.vb: MLEM.Pathfinding.AStar(Of T) + name.vb: AStar(Of T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar`1.InfiniteCost + commentId: F:MLEM.Pathfinding.AStar`1.InfiniteCost + name: InfiniteCost + nameWithType: AStar.InfiniteCost + fullName: MLEM.Pathfinding.AStar.InfiniteCost + nameWithType.vb: AStar(Of T).InfiniteCost + fullName.vb: MLEM.Pathfinding.AStar(Of T).InfiniteCost +- uid: MLEM.Pathfinding.AStar`1.AllDirections + commentId: F:MLEM.Pathfinding.AStar`1.AllDirections + name: AllDirections + nameWithType: AStar.AllDirections + fullName: MLEM.Pathfinding.AStar.AllDirections + nameWithType.vb: AStar(Of T).AllDirections + fullName.vb: MLEM.Pathfinding.AStar(Of T).AllDirections +- uid: MLEM.Pathfinding.AStar`1.AdjacentDirections + commentId: F:MLEM.Pathfinding.AStar`1.AdjacentDirections + name: AdjacentDirections + nameWithType: AStar.AdjacentDirections + fullName: MLEM.Pathfinding.AStar.AdjacentDirections + nameWithType.vb: AStar(Of T).AdjacentDirections + fullName.vb: MLEM.Pathfinding.AStar(Of T).AdjacentDirections +- uid: MLEM.Pathfinding.AStar`1.DefaultCostFunction + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCostFunction + name: DefaultCostFunction + nameWithType: AStar.DefaultCostFunction + fullName: MLEM.Pathfinding.AStar.DefaultCostFunction + nameWithType.vb: AStar(Of T).DefaultCostFunction + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCostFunction +- uid: MLEM.Pathfinding.AStar`1.DefaultCost + commentId: F:MLEM.Pathfinding.AStar`1.DefaultCost + name: DefaultCost + nameWithType: AStar.DefaultCost + fullName: MLEM.Pathfinding.AStar.DefaultCost + nameWithType.vb: AStar(Of T).DefaultCost + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultCost +- uid: MLEM.Pathfinding.AStar`1.DefaultMaxTries + commentId: F:MLEM.Pathfinding.AStar`1.DefaultMaxTries + name: DefaultMaxTries + nameWithType: AStar.DefaultMaxTries + fullName: MLEM.Pathfinding.AStar.DefaultMaxTries + nameWithType.vb: AStar(Of T).DefaultMaxTries + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultMaxTries +- uid: MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + commentId: F:MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals + name: DefaultAllowDiagonals + nameWithType: AStar.DefaultAllowDiagonals + fullName: MLEM.Pathfinding.AStar.DefaultAllowDiagonals + nameWithType.vb: AStar(Of T).DefaultAllowDiagonals + fullName.vb: MLEM.Pathfinding.AStar(Of T).DefaultAllowDiagonals +- uid: MLEM.Pathfinding.AStar`1.LastTriesNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTriesNeeded + name: LastTriesNeeded + nameWithType: AStar.LastTriesNeeded + fullName: MLEM.Pathfinding.AStar.LastTriesNeeded + nameWithType.vb: AStar(Of T).LastTriesNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTriesNeeded +- uid: MLEM.Pathfinding.AStar`1.LastTimeNeeded + commentId: P:MLEM.Pathfinding.AStar`1.LastTimeNeeded + name: LastTimeNeeded + nameWithType: AStar.LastTimeNeeded + fullName: MLEM.Pathfinding.AStar.LastTimeNeeded + nameWithType.vb: AStar(Of T).LastTimeNeeded + fullName.vb: MLEM.Pathfinding.AStar(Of T).LastTimeNeeded +- uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + isExternal: true + name: FindPathAsync(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPathAsync(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of T).FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar.FindPathAsync + fullName: MLEM.Pathfinding.AStar.FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPathAsync + nameWithType: AStar(Of T).FindPathAsync + fullName: MLEM.Pathfinding.AStar(Of T).FindPathAsync + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + commentId: M:MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + isExternal: true + name: FindPath(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + nameWithType: AStar.FindPath(T, T, AStar.GetCost<>, Nullable, Nullable, Nullable) + fullName: MLEM.Pathfinding.AStar.FindPath(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable, System.Nullable, System.Nullable) + nameWithType.vb: AStar(Of T).FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + fullName.vb: MLEM.Pathfinding.AStar(Of T).FindPath(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean)) + name.vb: FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean)) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar.FindPath + fullName: MLEM.Pathfinding.AStar.FindPath + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean}) + name: FindPath + nameWithType: AStar(Of T).FindPath + fullName: MLEM.Pathfinding.AStar(Of T).FindPath + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar3.#ctor* + commentId: Overload:MLEM.Pathfinding.AStar3.#ctor + name: AStar3 + nameWithType: AStar3.AStar3 + fullName: MLEM.Pathfinding.AStar3.AStar3 +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost + commentId: T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost + parent: MLEM.Pathfinding + definition: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Pathfinding.AStar`1.GetCost + commentId: T:MLEM.Pathfinding.AStar`1.GetCost + parent: MLEM.Pathfinding + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions(Vector3, Vector3) + nameWithType: AStar.AddPositions(Vector3, Vector3) + fullName: MLEM.Pathfinding.AStar.AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + nameWithType.vb: AStar(Of Vector3).AddPositions(Vector3, Vector3) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar.AddPositions + fullName: MLEM.Pathfinding.AStar.AddPositions + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar(Of Vector3).AddPositions + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AddPositions + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar3.AddPositions* + commentId: Overload:MLEM.Pathfinding.AStar3.AddPositions + name: AddPositions + nameWithType: AStar3.AddPositions + fullName: MLEM.Pathfinding.AStar3.AddPositions +- uid: Microsoft.Xna.Framework.Vector3 + commentId: T:Microsoft.Xna.Framework.Vector3 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 +- uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions(T, T) + nameWithType: AStar.AddPositions(T, T) + fullName: MLEM.Pathfinding.AStar.AddPositions(T, T) + nameWithType.vb: AStar(Of T).AddPositions(T, T) + fullName.vb: MLEM.Pathfinding.AStar(Of T).AddPositions(T, T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar.AddPositions + fullName: MLEM.Pathfinding.AStar.AddPositions + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.AddPositions(`0,`0) + name: AddPositions + nameWithType: AStar(Of T).AddPositions + fullName: MLEM.Pathfinding.AStar(Of T).AddPositions + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + commentId: M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3) + parent: MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3} + definition: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance(Vector3, Vector3) + nameWithType: AStar.GetManhattanDistance(Vector3, Vector3) + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + nameWithType.vb: AStar(Of Vector3).GetManhattanDistance(Vector3, Vector3) + fullName.vb: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar(Of Vector3).GetManhattanDistance + fullName: MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Vector3 + name: Vector3 + nameWithType: Vector3 + fullName: Microsoft.Xna.Framework.Vector3 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar3.GetManhattanDistance* + commentId: Overload:MLEM.Pathfinding.AStar3.GetManhattanDistance + name: GetManhattanDistance + nameWithType: AStar3.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar3.GetManhattanDistance +- uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + commentId: M:MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance(T, T) + nameWithType: AStar.GetManhattanDistance(T, T) + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance(T, T) + nameWithType.vb: AStar(Of T).GetManhattanDistance(T, T) + fullName.vb: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance(T, T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar.GetManhattanDistance + fullName: MLEM.Pathfinding.AStar.GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0) + name: GetManhattanDistance + nameWithType: AStar(Of T).GetManhattanDistance + fullName: MLEM.Pathfinding.AStar(Of T).GetManhattanDistance + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Pathfinding.PathPoint-1.yml b/Docs/api/MLEM.Pathfinding.PathPoint-1.yml new file mode 100644 index 0000000..5d8feea --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.PathPoint-1.yml @@ -0,0 +1,702 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding.PathPoint`1 + commentId: T:MLEM.Pathfinding.PathPoint`1 + id: PathPoint`1 + parent: MLEM.Pathfinding + children: + - MLEM.Pathfinding.PathPoint`1.#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single) + - MLEM.Pathfinding.PathPoint`1.Equals(System.Object) + - MLEM.Pathfinding.PathPoint`1.F + - MLEM.Pathfinding.PathPoint`1.G + - MLEM.Pathfinding.PathPoint`1.GetHashCode + - MLEM.Pathfinding.PathPoint`1.Parent + - MLEM.Pathfinding.PathPoint`1.Pos + langs: + - csharp + - vb + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + type: Class + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PathPoint + path: ../MLEM/Pathfinding/AStar.cs + startLine: 113 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public class PathPoint + typeParameters: + - id: T + content.vb: Public Class PathPoint(Of T) + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + nameWithType.vb: PathPoint(Of T) + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class + fullName.vb: MLEM.Pathfinding.PathPoint(Of T) + name.vb: PathPoint(Of T) +- uid: MLEM.Pathfinding.PathPoint`1.Parent + commentId: F:MLEM.Pathfinding.PathPoint`1.Parent + id: Parent + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: Parent + nameWithType: PathPoint.Parent + fullName: MLEM.Pathfinding.PathPoint.Parent + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Parent + path: ../MLEM/Pathfinding/AStar.cs + startLine: 115 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly PathPoint Parent + return: + type: MLEM.Pathfinding.PathPoint`1 + content.vb: Public ReadOnly Parent As PathPoint(Of T) + nameWithType.vb: PathPoint(Of T).Parent + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).Parent +- uid: MLEM.Pathfinding.PathPoint`1.Pos + commentId: F:MLEM.Pathfinding.PathPoint`1.Pos + id: Pos + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: Pos + nameWithType: PathPoint.Pos + fullName: MLEM.Pathfinding.PathPoint.Pos + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Pos + path: ../MLEM/Pathfinding/AStar.cs + startLine: 116 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly T Pos + return: + type: '{T}' + content.vb: Public ReadOnly Pos As T + nameWithType.vb: PathPoint(Of T).Pos + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).Pos +- uid: MLEM.Pathfinding.PathPoint`1.F + commentId: F:MLEM.Pathfinding.PathPoint`1.F + id: F + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: F + nameWithType: PathPoint.F + fullName: MLEM.Pathfinding.PathPoint.F + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: F + path: ../MLEM/Pathfinding/AStar.cs + startLine: 117 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly float F + return: + type: System.Single + content.vb: Public ReadOnly F As Single + nameWithType.vb: PathPoint(Of T).F + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).F +- uid: MLEM.Pathfinding.PathPoint`1.G + commentId: F:MLEM.Pathfinding.PathPoint`1.G + id: G + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: G + nameWithType: PathPoint.G + fullName: MLEM.Pathfinding.PathPoint.G + type: Field + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: G + path: ../MLEM/Pathfinding/AStar.cs + startLine: 118 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public readonly float G + return: + type: System.Single + content.vb: Public ReadOnly G As Single + nameWithType.vb: PathPoint(Of T).G + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).G +- uid: MLEM.Pathfinding.PathPoint`1.#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single) + commentId: M:MLEM.Pathfinding.PathPoint`1.#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single) + id: '#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single)' + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: PathPoint(T, Single, PathPoint, Single, Single) + nameWithType: PathPoint.PathPoint(T, Single, PathPoint, Single, Single) + fullName: MLEM.Pathfinding.PathPoint.PathPoint(T, System.Single, MLEM.Pathfinding.PathPoint, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Pathfinding/AStar.cs + startLine: 120 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public PathPoint(T pos, float distance, PathPoint parent, float terrainCostForThisPos, float defaultCost) + parameters: + - id: pos + type: '{T}' + - id: distance + type: System.Single + - id: parent + type: MLEM.Pathfinding.PathPoint`1 + - id: terrainCostForThisPos + type: System.Single + - id: defaultCost + type: System.Single + content.vb: Public Sub New(pos As T, distance As Single, parent As PathPoint(Of T), terrainCostForThisPos As Single, defaultCost As Single) + overload: MLEM.Pathfinding.PathPoint`1.#ctor* + nameWithType.vb: PathPoint(Of T).PathPoint(T, Single, PathPoint(Of T), Single, Single) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).PathPoint(T, System.Single, MLEM.Pathfinding.PathPoint(Of T), System.Single, System.Single) + name.vb: PathPoint(T, Single, PathPoint(Of T), Single, Single) +- uid: MLEM.Pathfinding.PathPoint`1.Equals(System.Object) + commentId: M:MLEM.Pathfinding.PathPoint`1.Equals(System.Object) + id: Equals(System.Object) + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: Equals(Object) + nameWithType: PathPoint.Equals(Object) + fullName: MLEM.Pathfinding.PathPoint.Equals(System.Object) + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Equals + path: ../MLEM/Pathfinding/AStar.cs + startLine: 128 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.Object.Equals(System.Object) + overload: MLEM.Pathfinding.PathPoint`1.Equals* + nameWithType.vb: PathPoint(Of T).Equals(Object) + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).Equals(System.Object) +- uid: MLEM.Pathfinding.PathPoint`1.GetHashCode + commentId: M:MLEM.Pathfinding.PathPoint`1.GetHashCode + id: GetHashCode + parent: MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: PathPoint.GetHashCode() + fullName: MLEM.Pathfinding.PathPoint.GetHashCode() + type: Method + source: + remote: + path: MLEM/Pathfinding/AStar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetHashCode + path: ../MLEM/Pathfinding/AStar.cs + startLine: 134 + assemblies: + - MLEM + namespace: MLEM.Pathfinding + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + content.vb: Public Overrides Function GetHashCode As Integer + overridden: System.Object.GetHashCode + overload: MLEM.Pathfinding.PathPoint`1.GetHashCode* + nameWithType.vb: PathPoint(Of T).GetHashCode() + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).GetHashCode() +references: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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.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: MLEM.Pathfinding.PathPoint`1 + commentId: T:MLEM.Pathfinding.PathPoint`1 + parent: MLEM.Pathfinding + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + nameWithType.vb: PathPoint(Of T) + fullName.vb: MLEM.Pathfinding.PathPoint(Of T) + name.vb: PathPoint(Of T) + spec.csharp: + - uid: MLEM.Pathfinding.PathPoint`1 + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.PathPoint`1 + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Pathfinding.PathPoint`1.#ctor* + commentId: Overload:MLEM.Pathfinding.PathPoint`1.#ctor + name: PathPoint + nameWithType: PathPoint.PathPoint + fullName: MLEM.Pathfinding.PathPoint.PathPoint + nameWithType.vb: PathPoint(Of T).PathPoint + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).PathPoint +- 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: MLEM.Pathfinding.PathPoint`1.Equals* + commentId: Overload:MLEM.Pathfinding.PathPoint`1.Equals + name: Equals + nameWithType: PathPoint.Equals + fullName: MLEM.Pathfinding.PathPoint.Equals + nameWithType.vb: PathPoint(Of T).Equals + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).Equals +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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: MLEM.Pathfinding.PathPoint`1.GetHashCode* + commentId: Overload:MLEM.Pathfinding.PathPoint`1.GetHashCode + name: GetHashCode + nameWithType: PathPoint.GetHashCode + fullName: MLEM.Pathfinding.PathPoint.GetHashCode + nameWithType.vb: PathPoint(Of T).GetHashCode + fullName.vb: MLEM.Pathfinding.PathPoint(Of T).GetHashCode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 diff --git a/Docs/api/MLEM.Pathfinding.yml b/Docs/api/MLEM.Pathfinding.yml new file mode 100644 index 0000000..6cca4da --- /dev/null +++ b/Docs/api/MLEM.Pathfinding.yml @@ -0,0 +1,140 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + id: MLEM.Pathfinding + children: + - MLEM.Pathfinding.AStar`1 + - MLEM.Pathfinding.AStar`1.GetCost + - MLEM.Pathfinding.AStar2 + - MLEM.Pathfinding.AStar3 + - MLEM.Pathfinding.PathPoint`1 + langs: + - csharp + - vb + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Pathfinding.AStar`1 + commentId: T:MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + nameWithType.vb: AStar(Of T) + fullName.vb: MLEM.Pathfinding.AStar(Of T) + name.vb: AStar(Of T) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + nameWithType: AStar + fullName: MLEM.Pathfinding.AStar + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar`1.GetCost + commentId: T:MLEM.Pathfinding.AStar`1.GetCost + parent: MLEM.Pathfinding + name: AStar.GetCost<> + nameWithType: AStar.GetCost<> + fullName: MLEM.Pathfinding.AStar.GetCost<> + nameWithType.vb: AStar.GetCost(Of ) + fullName.vb: MLEM.Pathfinding.AStar.GetCost(Of ) + name.vb: AStar.GetCost(Of ) + spec.csharp: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: < + nameWithType: < + fullName: < + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + nameWithType: AStar.GetCost + fullName: MLEM.Pathfinding.AStar.GetCost + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.PathPoint`1 + commentId: T:MLEM.Pathfinding.PathPoint`1 + parent: MLEM.Pathfinding + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + nameWithType.vb: PathPoint(Of T) + fullName.vb: MLEM.Pathfinding.PathPoint(Of T) + name.vb: PathPoint(Of T) + spec.csharp: + - uid: MLEM.Pathfinding.PathPoint`1 + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Pathfinding.PathPoint`1 + name: PathPoint + nameWithType: PathPoint + fullName: MLEM.Pathfinding.PathPoint + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Pathfinding.AStar2 + commentId: T:MLEM.Pathfinding.AStar2 + name: AStar2 + nameWithType: AStar2 + fullName: MLEM.Pathfinding.AStar2 +- uid: MLEM.Pathfinding.AStar3 + commentId: T:MLEM.Pathfinding.AStar3 + name: AStar3 + nameWithType: AStar3 + fullName: MLEM.Pathfinding.AStar3 +- uid: MLEM.Pathfinding + commentId: N:MLEM.Pathfinding + name: MLEM.Pathfinding + nameWithType: MLEM.Pathfinding + fullName: MLEM.Pathfinding diff --git a/Docs/api/MLEM.Startup.CoroutineEvents.yml b/Docs/api/MLEM.Startup.CoroutineEvents.yml new file mode 100644 index 0000000..73e8832 --- /dev/null +++ b/Docs/api/MLEM.Startup.CoroutineEvents.yml @@ -0,0 +1,428 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Startup.CoroutineEvents + commentId: T:MLEM.Startup.CoroutineEvents + id: CoroutineEvents + parent: MLEM.Startup + children: + - MLEM.Startup.CoroutineEvents.Draw + - MLEM.Startup.CoroutineEvents.Update + langs: + - csharp + - vb + name: CoroutineEvents + nameWithType: CoroutineEvents + fullName: MLEM.Startup.CoroutineEvents + type: Class + source: + remote: + path: MLEM.Startup/CoroutineEvents.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CoroutineEvents + path: ../MLEM.Startup/CoroutineEvents.cs + startLine: 3 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public static class CoroutineEvents + content.vb: Public Module CoroutineEvents + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Startup.CoroutineEvents.Update + commentId: F:MLEM.Startup.CoroutineEvents.Update + id: Update + parent: MLEM.Startup.CoroutineEvents + langs: + - csharp + - vb + name: Update + nameWithType: CoroutineEvents.Update + fullName: MLEM.Startup.CoroutineEvents.Update + type: Field + source: + remote: + path: MLEM.Startup/CoroutineEvents.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Startup/CoroutineEvents.cs + startLine: 5 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public static readonly Event Update + return: + type: Coroutine.Event + content.vb: 'Public Shared ReadOnly Update As ' + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Startup.CoroutineEvents.Draw + commentId: F:MLEM.Startup.CoroutineEvents.Draw + id: Draw + parent: MLEM.Startup.CoroutineEvents + langs: + - csharp + - vb + name: Draw + nameWithType: CoroutineEvents.Draw + fullName: MLEM.Startup.CoroutineEvents.Draw + type: Field + source: + remote: + path: MLEM.Startup/CoroutineEvents.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Startup/CoroutineEvents.cs + startLine: 6 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public static readonly Event Draw + return: + type: Coroutine.Event + content.vb: 'Public Shared ReadOnly Draw As ' + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +references: +- uid: MLEM.Startup + commentId: N:MLEM.Startup + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: Coroutine.Event + commentId: T:Coroutine.Event + parent: Coroutine + isExternal: true + name: Event + nameWithType: Event + fullName: Coroutine.Event +- uid: Coroutine + commentId: N:Coroutine + isExternal: true + name: Coroutine + nameWithType: Coroutine + fullName: Coroutine diff --git a/Docs/api/MLEM.Startup.MlemGame.GenericCallback.yml b/Docs/api/MLEM.Startup.MlemGame.GenericCallback.yml new file mode 100644 index 0000000..9325cb9 --- /dev/null +++ b/Docs/api/MLEM.Startup.MlemGame.GenericCallback.yml @@ -0,0 +1,49 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Startup.MlemGame.GenericCallback + commentId: T:MLEM.Startup.MlemGame.GenericCallback + id: MlemGame.GenericCallback + parent: MLEM.Startup + children: [] + langs: + - csharp + - vb + name: MlemGame.GenericCallback + nameWithType: MlemGame.GenericCallback + fullName: MLEM.Startup.MlemGame.GenericCallback + type: Delegate + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericCallback + path: ../MLEM.Startup/MlemGame.cs + startLine: 71 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public delegate void GenericCallback(MlemGame game); + parameters: + - id: game + type: MLEM.Startup.MlemGame + content.vb: Public Delegate Sub GenericCallback(game As MlemGame) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Startup + commentId: N:MLEM.Startup + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup +- uid: MLEM.Startup.MlemGame + commentId: T:MLEM.Startup.MlemGame + parent: MLEM.Startup + name: MlemGame + nameWithType: MlemGame + fullName: MLEM.Startup.MlemGame diff --git a/Docs/api/MLEM.Startup.MlemGame.TimeCallback.yml b/Docs/api/MLEM.Startup.MlemGame.TimeCallback.yml new file mode 100644 index 0000000..d9d78e7 --- /dev/null +++ b/Docs/api/MLEM.Startup.MlemGame.TimeCallback.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Startup.MlemGame.TimeCallback + commentId: T:MLEM.Startup.MlemGame.TimeCallback + id: MlemGame.TimeCallback + parent: MLEM.Startup + children: [] + langs: + - csharp + - vb + name: MlemGame.TimeCallback + nameWithType: MlemGame.TimeCallback + fullName: MLEM.Startup.MlemGame.TimeCallback + type: Delegate + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TimeCallback + path: ../MLEM.Startup/MlemGame.cs + startLine: 73 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public delegate void TimeCallback(MlemGame game, GameTime time); + parameters: + - id: game + type: MLEM.Startup.MlemGame + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Delegate Sub TimeCallback(game As MlemGame, time As GameTime) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Startup + commentId: N:MLEM.Startup + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup +- uid: MLEM.Startup.MlemGame + commentId: T:MLEM.Startup.MlemGame + parent: MLEM.Startup + name: MlemGame + nameWithType: MlemGame + fullName: MLEM.Startup.MlemGame +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Startup.MlemGame.yml b/Docs/api/MLEM.Startup.MlemGame.yml new file mode 100644 index 0000000..d061d84 --- /dev/null +++ b/Docs/api/MLEM.Startup.MlemGame.yml @@ -0,0 +1,1963 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Startup.MlemGame + commentId: T:MLEM.Startup.MlemGame + id: MlemGame + parent: MLEM.Startup + children: + - MLEM.Startup.MlemGame.#ctor(System.Int32,System.Int32) + - MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) + - MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) + - MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) + - MLEM.Startup.MlemGame.GraphicsDeviceManager + - MLEM.Startup.MlemGame.Input + - MLEM.Startup.MlemGame.InputHandler + - MLEM.Startup.MlemGame.LoadContent + - MLEM.Startup.MlemGame.LoadContent``1(System.String) + - MLEM.Startup.MlemGame.OnDraw + - MLEM.Startup.MlemGame.OnLoadContent + - MLEM.Startup.MlemGame.OnUpdate + - MLEM.Startup.MlemGame.SpriteBatch + - MLEM.Startup.MlemGame.UiSystem + - MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: MlemGame + nameWithType: MlemGame + fullName: MLEM.Startup.MlemGame + type: Class + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MlemGame + path: ../MLEM.Startup/MlemGame.cs + startLine: 9 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: 'public class MlemGame : Game, IDisposable' + content.vb: >- + Public Class MlemGame + Inherits Game + Implements IDisposable + inheritance: + - System.Object + - Microsoft.Xna.Framework.Game + implements: + - System.IDisposable + inheritedMembers: + - Microsoft.Xna.Framework.Game.Dispose + - Microsoft.Xna.Framework.Game.Dispose(System.Boolean) + - Microsoft.Xna.Framework.Game.Exit + - Microsoft.Xna.Framework.Game.ResetElapsedTime + - Microsoft.Xna.Framework.Game.SuppressDraw + - Microsoft.Xna.Framework.Game.RunOneFrame + - Microsoft.Xna.Framework.Game.Run + - Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + - Microsoft.Xna.Framework.Game.Tick + - Microsoft.Xna.Framework.Game.BeginDraw + - Microsoft.Xna.Framework.Game.EndDraw + - Microsoft.Xna.Framework.Game.BeginRun + - Microsoft.Xna.Framework.Game.EndRun + - Microsoft.Xna.Framework.Game.UnloadContent + - Microsoft.Xna.Framework.Game.Initialize + - Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + - Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) + - Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs) + - Microsoft.Xna.Framework.Game.LaunchParameters + - Microsoft.Xna.Framework.Game.Components + - Microsoft.Xna.Framework.Game.InactiveSleepTime + - Microsoft.Xna.Framework.Game.MaxElapsedTime + - Microsoft.Xna.Framework.Game.IsActive + - Microsoft.Xna.Framework.Game.IsMouseVisible + - Microsoft.Xna.Framework.Game.TargetElapsedTime + - Microsoft.Xna.Framework.Game.IsFixedTimeStep + - Microsoft.Xna.Framework.Game.Services + - Microsoft.Xna.Framework.Game.Content + - Microsoft.Xna.Framework.Game.GraphicsDevice + - Microsoft.Xna.Framework.Game.Window + - Microsoft.Xna.Framework.Game.Activated + - Microsoft.Xna.Framework.Game.Deactivated + - Microsoft.Xna.Framework.Game.Disposed + - Microsoft.Xna.Framework.Game.Exiting + - 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.Startup.MlemGame.Input + commentId: P:MLEM.Startup.MlemGame.Input + id: Input + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: Input + nameWithType: MlemGame.Input + fullName: MLEM.Startup.MlemGame.Input + type: Property + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Input + path: ../MLEM.Startup/MlemGame.cs + startLine: 12 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public static InputHandler Input { get; } + parameters: [] + return: + type: MLEM.Input.InputHandler + content.vb: Public Shared ReadOnly Property Input As InputHandler + overload: MLEM.Startup.MlemGame.Input* + modifiers.csharp: + - public + - static + - get + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Startup.MlemGame.GraphicsDeviceManager + commentId: F:MLEM.Startup.MlemGame.GraphicsDeviceManager + id: GraphicsDeviceManager + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: GraphicsDeviceManager + nameWithType: MlemGame.GraphicsDeviceManager + fullName: MLEM.Startup.MlemGame.GraphicsDeviceManager + type: Field + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GraphicsDeviceManager + path: ../MLEM.Startup/MlemGame.cs + startLine: 14 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public readonly GraphicsDeviceManager GraphicsDeviceManager + return: + type: Microsoft.Xna.Framework.GraphicsDeviceManager + content.vb: Public ReadOnly GraphicsDeviceManager As GraphicsDeviceManager + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Startup.MlemGame.SpriteBatch + commentId: P:MLEM.Startup.MlemGame.SpriteBatch + id: SpriteBatch + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: SpriteBatch + nameWithType: MlemGame.SpriteBatch + fullName: MLEM.Startup.MlemGame.SpriteBatch + type: Property + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteBatch + path: ../MLEM.Startup/MlemGame.cs + startLine: 15 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public SpriteBatch SpriteBatch { get; protected set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + content.vb: Public Property SpriteBatch As SpriteBatch + overload: MLEM.Startup.MlemGame.SpriteBatch* + modifiers.csharp: + - public + - get + - protected set + modifiers.vb: + - Public + - Get + - Protected Set +- uid: MLEM.Startup.MlemGame.InputHandler + commentId: P:MLEM.Startup.MlemGame.InputHandler + id: InputHandler + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: InputHandler + nameWithType: MlemGame.InputHandler + fullName: MLEM.Startup.MlemGame.InputHandler + type: Property + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InputHandler + path: ../MLEM.Startup/MlemGame.cs + startLine: 16 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public InputHandler InputHandler { get; protected set; } + parameters: [] + return: + type: MLEM.Input.InputHandler + content.vb: Public Property InputHandler As InputHandler + overload: MLEM.Startup.MlemGame.InputHandler* + modifiers.csharp: + - public + - get + - protected set + modifiers.vb: + - Public + - Get + - Protected Set +- uid: MLEM.Startup.MlemGame.UiSystem + commentId: P:MLEM.Startup.MlemGame.UiSystem + id: UiSystem + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: UiSystem + nameWithType: MlemGame.UiSystem + fullName: MLEM.Startup.MlemGame.UiSystem + type: Property + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UiSystem + path: ../MLEM.Startup/MlemGame.cs + startLine: 17 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public UiSystem UiSystem { get; protected set; } + parameters: [] + return: + type: MLEM.Ui.UiSystem + content.vb: Public Property UiSystem As UiSystem + overload: MLEM.Startup.MlemGame.UiSystem* + modifiers.csharp: + - public + - get + - protected set + modifiers.vb: + - Public + - Get + - Protected Set +- uid: MLEM.Startup.MlemGame.OnLoadContent + commentId: F:MLEM.Startup.MlemGame.OnLoadContent + id: OnLoadContent + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: OnLoadContent + nameWithType: MlemGame.OnLoadContent + fullName: MLEM.Startup.MlemGame.OnLoadContent + type: Field + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnLoadContent + path: ../MLEM.Startup/MlemGame.cs + startLine: 19 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public MlemGame.GenericCallback OnLoadContent + return: + type: MLEM.Startup.MlemGame.GenericCallback + content.vb: Public OnLoadContent As MlemGame.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Startup.MlemGame.OnUpdate + commentId: F:MLEM.Startup.MlemGame.OnUpdate + id: OnUpdate + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: OnUpdate + nameWithType: MlemGame.OnUpdate + fullName: MLEM.Startup.MlemGame.OnUpdate + type: Field + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnUpdate + path: ../MLEM.Startup/MlemGame.cs + startLine: 20 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public MlemGame.TimeCallback OnUpdate + return: + type: MLEM.Startup.MlemGame.TimeCallback + content.vb: Public OnUpdate As MlemGame.TimeCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Startup.MlemGame.OnDraw + commentId: F:MLEM.Startup.MlemGame.OnDraw + id: OnDraw + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: OnDraw + nameWithType: MlemGame.OnDraw + fullName: MLEM.Startup.MlemGame.OnDraw + type: Field + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnDraw + path: ../MLEM.Startup/MlemGame.cs + startLine: 21 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public MlemGame.TimeCallback OnDraw + return: + type: MLEM.Startup.MlemGame.TimeCallback + content.vb: Public OnDraw As MlemGame.TimeCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Startup.MlemGame.#ctor(System.Int32,System.Int32) + commentId: M:MLEM.Startup.MlemGame.#ctor(System.Int32,System.Int32) + id: '#ctor(System.Int32,System.Int32)' + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: MlemGame(Int32, Int32) + nameWithType: MlemGame.MlemGame(Int32, Int32) + fullName: MLEM.Startup.MlemGame.MlemGame(System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Startup/MlemGame.cs + startLine: 23 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public MlemGame(int windowWidth = 1280, int windowHeight = 720) + parameters: + - id: windowWidth + type: System.Int32 + - id: windowHeight + type: System.Int32 + content.vb: Public Sub New(windowWidth As Integer = 1280, windowHeight As Integer = 720) + overload: MLEM.Startup.MlemGame.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Startup.MlemGame.LoadContent + commentId: M:MLEM.Startup.MlemGame.LoadContent + id: LoadContent + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: LoadContent() + nameWithType: MlemGame.LoadContent() + fullName: MLEM.Startup.MlemGame.LoadContent() + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LoadContent + path: ../MLEM.Startup/MlemGame.cs + startLine: 35 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: protected override void LoadContent() + content.vb: Protected Overrides Sub LoadContent + overridden: Microsoft.Xna.Framework.Game.LoadContent + overload: MLEM.Startup.MlemGame.LoadContent* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: MlemGame.Update(GameTime) + fullName: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Startup/MlemGame.cs + startLine: 44 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: protected override sealed void Update(GameTime gameTime) + parameters: + - id: gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected NotOverridable Overrides Sub Update(gameTime As GameTime) + overridden: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Startup.MlemGame.Update* + modifiers.csharp: + - protected + - override + - sealed + modifiers.vb: + - Protected + - Overrides + - NotOverridable +- uid: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) + id: Draw(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: Draw(GameTime) + nameWithType: MlemGame.Draw(GameTime) + fullName: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Startup/MlemGame.cs + startLine: 51 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: protected override sealed void Draw(GameTime gameTime) + parameters: + - id: gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected NotOverridable Overrides Sub Draw(gameTime As GameTime) + overridden: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Startup.MlemGame.Draw* + modifiers.csharp: + - protected + - override + - sealed + modifiers.vb: + - Protected + - Overrides + - NotOverridable +- uid: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) + id: DoDraw(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: DoDraw(GameTime) + nameWithType: MlemGame.DoDraw(GameTime) + fullName: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DoDraw + path: ../MLEM.Startup/MlemGame.cs + startLine: 59 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: protected virtual void DoDraw(GameTime gameTime) + parameters: + - id: gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected Overridable Sub DoDraw(gameTime As GameTime) + overload: MLEM.Startup.MlemGame.DoDraw* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) + id: DoUpdate(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: DoUpdate(GameTime) + nameWithType: MlemGame.DoUpdate(GameTime) + fullName: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DoUpdate + path: ../MLEM.Startup/MlemGame.cs + startLine: 63 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: protected virtual void DoUpdate(GameTime gameTime) + parameters: + - id: gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected Overridable Sub DoUpdate(gameTime As GameTime) + overload: MLEM.Startup.MlemGame.DoUpdate* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Startup.MlemGame.LoadContent``1(System.String) + commentId: M:MLEM.Startup.MlemGame.LoadContent``1(System.String) + id: LoadContent``1(System.String) + parent: MLEM.Startup.MlemGame + langs: + - csharp + - vb + name: LoadContent(String) + nameWithType: MlemGame.LoadContent(String) + fullName: MLEM.Startup.MlemGame.LoadContent(System.String) + type: Method + source: + remote: + path: MLEM.Startup/MlemGame.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LoadContent + path: ../MLEM.Startup/MlemGame.cs + startLine: 67 + assemblies: + - MLEM.Startup + namespace: MLEM.Startup + syntax: + content: public static T LoadContent(string name) + parameters: + - id: name + type: System.String + typeParameters: + - id: T + return: + type: '{T}' + content.vb: Public Shared Function LoadContent(Of T)(name As String) As T + overload: MLEM.Startup.MlemGame.LoadContent* + nameWithType.vb: MlemGame.LoadContent(Of T)(String) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Startup.MlemGame.LoadContent(Of T)(System.String) + name.vb: LoadContent(Of T)(String) +references: +- uid: MLEM.Startup + commentId: N:MLEM.Startup + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: Microsoft.Xna.Framework.Game + commentId: T:Microsoft.Xna.Framework.Game + parent: Microsoft.Xna.Framework + isExternal: true + name: Game + nameWithType: Game + fullName: Microsoft.Xna.Framework.Game +- uid: System.IDisposable + commentId: T:System.IDisposable + parent: System + isExternal: true + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable +- uid: Microsoft.Xna.Framework.Game.Dispose + commentId: M:Microsoft.Xna.Framework.Game.Dispose + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Dispose() + nameWithType: Game.Dispose() + fullName: Microsoft.Xna.Framework.Game.Dispose() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Dispose + name: Dispose + nameWithType: Game.Dispose + fullName: Microsoft.Xna.Framework.Game.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Dispose + name: Dispose + nameWithType: Game.Dispose + fullName: Microsoft.Xna.Framework.Game.Dispose + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean) + commentId: M:Microsoft.Xna.Framework.Game.Dispose(System.Boolean) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Dispose(Boolean) + nameWithType: Game.Dispose(Boolean) + fullName: Microsoft.Xna.Framework.Game.Dispose(System.Boolean) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Dispose(System.Boolean) + name: Dispose + nameWithType: Game.Dispose + fullName: Microsoft.Xna.Framework.Game.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.Game.Dispose(System.Boolean) + name: Dispose + nameWithType: Game.Dispose + fullName: Microsoft.Xna.Framework.Game.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.Game.Exit + commentId: M:Microsoft.Xna.Framework.Game.Exit + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Exit() + nameWithType: Game.Exit() + fullName: Microsoft.Xna.Framework.Game.Exit() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Exit + name: Exit + nameWithType: Game.Exit + fullName: Microsoft.Xna.Framework.Game.Exit + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Exit + name: Exit + nameWithType: Game.Exit + fullName: Microsoft.Xna.Framework.Game.Exit + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + commentId: M:Microsoft.Xna.Framework.Game.ResetElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: ResetElapsedTime() + nameWithType: Game.ResetElapsedTime() + fullName: Microsoft.Xna.Framework.Game.ResetElapsedTime() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + name: ResetElapsedTime + nameWithType: Game.ResetElapsedTime + fullName: Microsoft.Xna.Framework.Game.ResetElapsedTime + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + name: ResetElapsedTime + nameWithType: Game.ResetElapsedTime + fullName: Microsoft.Xna.Framework.Game.ResetElapsedTime + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.SuppressDraw + commentId: M:Microsoft.Xna.Framework.Game.SuppressDraw + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: SuppressDraw() + nameWithType: Game.SuppressDraw() + fullName: Microsoft.Xna.Framework.Game.SuppressDraw() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.SuppressDraw + name: SuppressDraw + nameWithType: Game.SuppressDraw + fullName: Microsoft.Xna.Framework.Game.SuppressDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.SuppressDraw + name: SuppressDraw + nameWithType: Game.SuppressDraw + fullName: Microsoft.Xna.Framework.Game.SuppressDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.RunOneFrame + commentId: M:Microsoft.Xna.Framework.Game.RunOneFrame + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: RunOneFrame() + nameWithType: Game.RunOneFrame() + fullName: Microsoft.Xna.Framework.Game.RunOneFrame() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.RunOneFrame + name: RunOneFrame + nameWithType: Game.RunOneFrame + fullName: Microsoft.Xna.Framework.Game.RunOneFrame + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.RunOneFrame + name: RunOneFrame + nameWithType: Game.RunOneFrame + fullName: Microsoft.Xna.Framework.Game.RunOneFrame + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.Run + commentId: M:Microsoft.Xna.Framework.Game.Run + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Run() + nameWithType: Game.Run() + fullName: Microsoft.Xna.Framework.Game.Run() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Run + name: Run + nameWithType: Game.Run + fullName: Microsoft.Xna.Framework.Game.Run + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Run + name: Run + nameWithType: Game.Run + fullName: Microsoft.Xna.Framework.Game.Run + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + commentId: M:Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Run(GameRunBehavior) + nameWithType: Game.Run(GameRunBehavior) + fullName: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + name: Run + nameWithType: Game.Run + fullName: Microsoft.Xna.Framework.Game.Run + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameRunBehavior + name: GameRunBehavior + nameWithType: GameRunBehavior + fullName: Microsoft.Xna.Framework.GameRunBehavior + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + name: Run + nameWithType: Game.Run + fullName: Microsoft.Xna.Framework.Game.Run + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameRunBehavior + name: GameRunBehavior + nameWithType: GameRunBehavior + fullName: Microsoft.Xna.Framework.GameRunBehavior + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.Tick + commentId: M:Microsoft.Xna.Framework.Game.Tick + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Tick() + nameWithType: Game.Tick() + fullName: Microsoft.Xna.Framework.Game.Tick() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Tick + name: Tick + nameWithType: Game.Tick + fullName: Microsoft.Xna.Framework.Game.Tick + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Tick + name: Tick + nameWithType: Game.Tick + fullName: Microsoft.Xna.Framework.Game.Tick + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.BeginDraw + commentId: M:Microsoft.Xna.Framework.Game.BeginDraw + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: BeginDraw() + nameWithType: Game.BeginDraw() + fullName: Microsoft.Xna.Framework.Game.BeginDraw() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.BeginDraw + name: BeginDraw + nameWithType: Game.BeginDraw + fullName: Microsoft.Xna.Framework.Game.BeginDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.BeginDraw + name: BeginDraw + nameWithType: Game.BeginDraw + fullName: Microsoft.Xna.Framework.Game.BeginDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.EndDraw + commentId: M:Microsoft.Xna.Framework.Game.EndDraw + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: EndDraw() + nameWithType: Game.EndDraw() + fullName: Microsoft.Xna.Framework.Game.EndDraw() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.EndDraw + name: EndDraw + nameWithType: Game.EndDraw + fullName: Microsoft.Xna.Framework.Game.EndDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.EndDraw + name: EndDraw + nameWithType: Game.EndDraw + fullName: Microsoft.Xna.Framework.Game.EndDraw + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.BeginRun + commentId: M:Microsoft.Xna.Framework.Game.BeginRun + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: BeginRun() + nameWithType: Game.BeginRun() + fullName: Microsoft.Xna.Framework.Game.BeginRun() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.BeginRun + name: BeginRun + nameWithType: Game.BeginRun + fullName: Microsoft.Xna.Framework.Game.BeginRun + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.BeginRun + name: BeginRun + nameWithType: Game.BeginRun + fullName: Microsoft.Xna.Framework.Game.BeginRun + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.EndRun + commentId: M:Microsoft.Xna.Framework.Game.EndRun + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: EndRun() + nameWithType: Game.EndRun() + fullName: Microsoft.Xna.Framework.Game.EndRun() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.EndRun + name: EndRun + nameWithType: Game.EndRun + fullName: Microsoft.Xna.Framework.Game.EndRun + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.EndRun + name: EndRun + nameWithType: Game.EndRun + fullName: Microsoft.Xna.Framework.Game.EndRun + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.UnloadContent + commentId: M:Microsoft.Xna.Framework.Game.UnloadContent + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: UnloadContent() + nameWithType: Game.UnloadContent() + fullName: Microsoft.Xna.Framework.Game.UnloadContent() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.UnloadContent + name: UnloadContent + nameWithType: Game.UnloadContent + fullName: Microsoft.Xna.Framework.Game.UnloadContent + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.UnloadContent + name: UnloadContent + nameWithType: Game.UnloadContent + fullName: Microsoft.Xna.Framework.Game.UnloadContent + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.Initialize + commentId: M:Microsoft.Xna.Framework.Game.Initialize + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Initialize() + nameWithType: Game.Initialize() + fullName: Microsoft.Xna.Framework.Game.Initialize() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Initialize + name: Initialize + nameWithType: Game.Initialize + fullName: Microsoft.Xna.Framework.Game.Initialize + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Initialize + name: Initialize + nameWithType: Game.Initialize + fullName: Microsoft.Xna.Framework.Game.Initialize + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + commentId: M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: OnExiting(Object, EventArgs) + nameWithType: Game.OnExiting(Object, EventArgs) + fullName: Microsoft.Xna.Framework.Game.OnExiting(System.Object, System.EventArgs) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs) + name: OnExiting + nameWithType: Game.OnExiting + fullName: Microsoft.Xna.Framework.Game.OnExiting + 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.Game.OnExiting(System.Object,System.EventArgs) + name: OnExiting + nameWithType: Game.OnExiting + fullName: Microsoft.Xna.Framework.Game.OnExiting + 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.Game.OnActivated(System.Object,System.EventArgs) + commentId: M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: OnActivated(Object, EventArgs) + nameWithType: Game.OnActivated(Object, EventArgs) + fullName: Microsoft.Xna.Framework.Game.OnActivated(System.Object, System.EventArgs) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs) + name: OnActivated + nameWithType: Game.OnActivated + fullName: Microsoft.Xna.Framework.Game.OnActivated + 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.Game.OnActivated(System.Object,System.EventArgs) + name: OnActivated + nameWithType: Game.OnActivated + fullName: Microsoft.Xna.Framework.Game.OnActivated + 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.Game.OnDeactivated(System.Object,System.EventArgs) + commentId: M:Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: OnDeactivated(Object, EventArgs) + nameWithType: Game.OnDeactivated(Object, EventArgs) + fullName: Microsoft.Xna.Framework.Game.OnDeactivated(System.Object, System.EventArgs) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs) + name: OnDeactivated + nameWithType: Game.OnDeactivated + fullName: Microsoft.Xna.Framework.Game.OnDeactivated + 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.Game.OnDeactivated(System.Object,System.EventArgs) + name: OnDeactivated + nameWithType: Game.OnDeactivated + fullName: Microsoft.Xna.Framework.Game.OnDeactivated + 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.Game.LaunchParameters + commentId: P:Microsoft.Xna.Framework.Game.LaunchParameters + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: LaunchParameters + nameWithType: Game.LaunchParameters + fullName: Microsoft.Xna.Framework.Game.LaunchParameters +- uid: Microsoft.Xna.Framework.Game.Components + commentId: P:Microsoft.Xna.Framework.Game.Components + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Components + nameWithType: Game.Components + fullName: Microsoft.Xna.Framework.Game.Components +- uid: Microsoft.Xna.Framework.Game.InactiveSleepTime + commentId: P:Microsoft.Xna.Framework.Game.InactiveSleepTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: InactiveSleepTime + nameWithType: Game.InactiveSleepTime + fullName: Microsoft.Xna.Framework.Game.InactiveSleepTime +- uid: Microsoft.Xna.Framework.Game.MaxElapsedTime + commentId: P:Microsoft.Xna.Framework.Game.MaxElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: MaxElapsedTime + nameWithType: Game.MaxElapsedTime + fullName: Microsoft.Xna.Framework.Game.MaxElapsedTime +- uid: Microsoft.Xna.Framework.Game.IsActive + commentId: P:Microsoft.Xna.Framework.Game.IsActive + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsActive + nameWithType: Game.IsActive + fullName: Microsoft.Xna.Framework.Game.IsActive +- uid: Microsoft.Xna.Framework.Game.IsMouseVisible + commentId: P:Microsoft.Xna.Framework.Game.IsMouseVisible + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsMouseVisible + nameWithType: Game.IsMouseVisible + fullName: Microsoft.Xna.Framework.Game.IsMouseVisible +- uid: Microsoft.Xna.Framework.Game.TargetElapsedTime + commentId: P:Microsoft.Xna.Framework.Game.TargetElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: TargetElapsedTime + nameWithType: Game.TargetElapsedTime + fullName: Microsoft.Xna.Framework.Game.TargetElapsedTime +- uid: Microsoft.Xna.Framework.Game.IsFixedTimeStep + commentId: P:Microsoft.Xna.Framework.Game.IsFixedTimeStep + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsFixedTimeStep + nameWithType: Game.IsFixedTimeStep + fullName: Microsoft.Xna.Framework.Game.IsFixedTimeStep +- uid: Microsoft.Xna.Framework.Game.Services + commentId: P:Microsoft.Xna.Framework.Game.Services + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Services + nameWithType: Game.Services + fullName: Microsoft.Xna.Framework.Game.Services +- uid: Microsoft.Xna.Framework.Game.Content + commentId: P:Microsoft.Xna.Framework.Game.Content + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Content + nameWithType: Game.Content + fullName: Microsoft.Xna.Framework.Game.Content +- uid: Microsoft.Xna.Framework.Game.GraphicsDevice + commentId: P:Microsoft.Xna.Framework.Game.GraphicsDevice + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: GraphicsDevice + nameWithType: Game.GraphicsDevice + fullName: Microsoft.Xna.Framework.Game.GraphicsDevice +- uid: Microsoft.Xna.Framework.Game.Window + commentId: P:Microsoft.Xna.Framework.Game.Window + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Window + nameWithType: Game.Window + fullName: Microsoft.Xna.Framework.Game.Window +- uid: Microsoft.Xna.Framework.Game.Activated + commentId: E:Microsoft.Xna.Framework.Game.Activated + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Activated + nameWithType: Game.Activated + fullName: Microsoft.Xna.Framework.Game.Activated +- uid: Microsoft.Xna.Framework.Game.Deactivated + commentId: E:Microsoft.Xna.Framework.Game.Deactivated + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Deactivated + nameWithType: Game.Deactivated + fullName: Microsoft.Xna.Framework.Game.Deactivated +- uid: Microsoft.Xna.Framework.Game.Disposed + commentId: E:Microsoft.Xna.Framework.Game.Disposed + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Disposed + nameWithType: Game.Disposed + fullName: Microsoft.Xna.Framework.Game.Disposed +- uid: Microsoft.Xna.Framework.Game.Exiting + commentId: E:Microsoft.Xna.Framework.Game.Exiting + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Exiting + nameWithType: Game.Exiting + fullName: Microsoft.Xna.Framework.Game.Exiting +- 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: MLEM.Startup.MlemGame.Input* + commentId: Overload:MLEM.Startup.MlemGame.Input + name: Input + nameWithType: MlemGame.Input + fullName: MLEM.Startup.MlemGame.Input +- 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.GraphicsDeviceManager + commentId: T:Microsoft.Xna.Framework.GraphicsDeviceManager + parent: Microsoft.Xna.Framework + isExternal: true + name: GraphicsDeviceManager + nameWithType: GraphicsDeviceManager + fullName: Microsoft.Xna.Framework.GraphicsDeviceManager +- uid: MLEM.Startup.MlemGame.SpriteBatch* + commentId: Overload:MLEM.Startup.MlemGame.SpriteBatch + name: SpriteBatch + nameWithType: MlemGame.SpriteBatch + fullName: MLEM.Startup.MlemGame.SpriteBatch +- 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: 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: MLEM.Startup.MlemGame.InputHandler* + commentId: Overload:MLEM.Startup.MlemGame.InputHandler + name: InputHandler + nameWithType: MlemGame.InputHandler + fullName: MLEM.Startup.MlemGame.InputHandler +- uid: MLEM.Startup.MlemGame.UiSystem* + commentId: Overload:MLEM.Startup.MlemGame.UiSystem + name: UiSystem + nameWithType: MlemGame.UiSystem + fullName: MLEM.Startup.MlemGame.UiSystem +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Startup.MlemGame.GenericCallback + commentId: T:MLEM.Startup.MlemGame.GenericCallback + parent: MLEM.Startup + name: MlemGame.GenericCallback + nameWithType: MlemGame.GenericCallback + fullName: MLEM.Startup.MlemGame.GenericCallback +- uid: MLEM.Startup.MlemGame.TimeCallback + commentId: T:MLEM.Startup.MlemGame.TimeCallback + parent: MLEM.Startup + name: MlemGame.TimeCallback + nameWithType: MlemGame.TimeCallback + fullName: MLEM.Startup.MlemGame.TimeCallback +- uid: MLEM.Startup.MlemGame.#ctor* + commentId: Overload:MLEM.Startup.MlemGame.#ctor + name: MlemGame + nameWithType: MlemGame.MlemGame + fullName: MLEM.Startup.MlemGame.MlemGame +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Game.LoadContent + commentId: M:Microsoft.Xna.Framework.Game.LoadContent + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: LoadContent() + nameWithType: Game.LoadContent() + fullName: Microsoft.Xna.Framework.Game.LoadContent() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.LoadContent + name: LoadContent + nameWithType: Game.LoadContent + fullName: Microsoft.Xna.Framework.Game.LoadContent + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.LoadContent + name: LoadContent + nameWithType: Game.LoadContent + fullName: Microsoft.Xna.Framework.Game.LoadContent + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Startup.MlemGame.LoadContent* + commentId: Overload:MLEM.Startup.MlemGame.LoadContent + name: LoadContent + nameWithType: MlemGame.LoadContent + fullName: MLEM.Startup.MlemGame.LoadContent +- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Update(GameTime) + nameWithType: Game.Update(GameTime) + fullName: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Game.Update + fullName: Microsoft.Xna.Framework.Game.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.Game.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Game.Update + fullName: Microsoft.Xna.Framework.Game.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.Startup.MlemGame.Update* + commentId: Overload:MLEM.Startup.MlemGame.Update + name: Update + nameWithType: MlemGame.Update + fullName: MLEM.Startup.MlemGame.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: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Draw(GameTime) + nameWithType: Game.Draw(GameTime) + fullName: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + nameWithType: Game.Draw + fullName: Microsoft.Xna.Framework.Game.Draw + 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.Game.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + nameWithType: Game.Draw + fullName: Microsoft.Xna.Framework.Game.Draw + 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.Startup.MlemGame.Draw* + commentId: Overload:MLEM.Startup.MlemGame.Draw + name: Draw + nameWithType: MlemGame.Draw + fullName: MLEM.Startup.MlemGame.Draw +- uid: MLEM.Startup.MlemGame.DoDraw* + commentId: Overload:MLEM.Startup.MlemGame.DoDraw + name: DoDraw + nameWithType: MlemGame.DoDraw + fullName: MLEM.Startup.MlemGame.DoDraw +- uid: MLEM.Startup.MlemGame.DoUpdate* + commentId: Overload:MLEM.Startup.MlemGame.DoUpdate + name: DoUpdate + nameWithType: MlemGame.DoUpdate + fullName: MLEM.Startup.MlemGame.DoUpdate +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T diff --git a/Docs/api/MLEM.Startup.yml b/Docs/api/MLEM.Startup.yml new file mode 100644 index 0000000..f36cdaf --- /dev/null +++ b/Docs/api/MLEM.Startup.yml @@ -0,0 +1,48 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Startup + commentId: N:MLEM.Startup + id: MLEM.Startup + children: + - MLEM.Startup.CoroutineEvents + - MLEM.Startup.MlemGame + - MLEM.Startup.MlemGame.GenericCallback + - MLEM.Startup.MlemGame.TimeCallback + langs: + - csharp + - vb + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup + type: Namespace + assemblies: + - MLEM.Startup +references: +- uid: MLEM.Startup.CoroutineEvents + commentId: T:MLEM.Startup.CoroutineEvents + name: CoroutineEvents + nameWithType: CoroutineEvents + fullName: MLEM.Startup.CoroutineEvents +- uid: MLEM.Startup.MlemGame + commentId: T:MLEM.Startup.MlemGame + parent: MLEM.Startup + name: MlemGame + nameWithType: MlemGame + fullName: MLEM.Startup.MlemGame +- uid: MLEM.Startup.MlemGame.GenericCallback + commentId: T:MLEM.Startup.MlemGame.GenericCallback + parent: MLEM.Startup + name: MlemGame.GenericCallback + nameWithType: MlemGame.GenericCallback + fullName: MLEM.Startup.MlemGame.GenericCallback +- uid: MLEM.Startup.MlemGame.TimeCallback + commentId: T:MLEM.Startup.MlemGame.TimeCallback + parent: MLEM.Startup + name: MlemGame.TimeCallback + nameWithType: MlemGame.TimeCallback + fullName: MLEM.Startup.MlemGame.TimeCallback +- uid: MLEM.Startup + commentId: N:MLEM.Startup + name: MLEM.Startup + nameWithType: MLEM.Startup + fullName: MLEM.Startup diff --git a/Docs/api/MLEM.Textures.NinePatch.yml b/Docs/api/MLEM.Textures.NinePatch.yml new file mode 100644 index 0000000..edbc42f --- /dev/null +++ b/Docs/api/MLEM.Textures.NinePatch.yml @@ -0,0 +1,1156 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + id: NinePatch + parent: MLEM.Textures + children: + - MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32) + - MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + - MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding) + - MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32) + - MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) + - MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single) + - MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF,System.Single) + - MLEM.Textures.NinePatch.Padding + - MLEM.Textures.NinePatch.Region + - MLEM.Textures.NinePatch.SourceRectangles + langs: + - csharp + - vb + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + type: Class + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NinePatch + path: ../MLEM/Textures/NinePatch.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: 'public class NinePatch : GenericDataHolder' + content.vb: >- + Public Class NinePatch + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + extensionMethods: + - MLEM.Textures.NinePatch.MLEM.Extended.Extensions.TextureExtensions.ToExtended + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Textures.NinePatch.Region + commentId: F:MLEM.Textures.NinePatch.Region + id: Region + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: Region + nameWithType: NinePatch.Region + fullName: MLEM.Textures.NinePatch.Region + type: Field + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Region + path: ../MLEM/Textures/NinePatch.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly TextureRegion Region + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Region As TextureRegion + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.NinePatch.Padding + commentId: F:MLEM.Textures.NinePatch.Padding + id: Padding + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: Padding + nameWithType: NinePatch.Padding + fullName: MLEM.Textures.NinePatch.Padding + type: Field + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Padding + path: ../MLEM/Textures/NinePatch.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly Padding Padding + return: + type: MLEM.Misc.Padding + content.vb: Public ReadOnly Padding As Padding + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.NinePatch.SourceRectangles + commentId: F:MLEM.Textures.NinePatch.SourceRectangles + id: SourceRectangles + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: SourceRectangles + nameWithType: NinePatch.SourceRectangles + fullName: MLEM.Textures.NinePatch.SourceRectangles + type: Field + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SourceRectangles + path: ../MLEM/Textures/NinePatch.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly Rectangle[] SourceRectangles + return: + type: Microsoft.Xna.Framework.Rectangle[] + content.vb: Public ReadOnly SourceRectangles As Rectangle() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding) + commentId: M:MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding) + id: '#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding)' + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: NinePatch(TextureRegion, Padding) + nameWithType: NinePatch.NinePatch(TextureRegion, Padding) + fullName: MLEM.Textures.NinePatch.NinePatch(MLEM.Textures.TextureRegion, MLEM.Misc.Padding) + type: Constructor + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/NinePatch.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public NinePatch(TextureRegion texture, Padding padding) + parameters: + - id: texture + type: MLEM.Textures.TextureRegion + - id: padding + type: MLEM.Misc.Padding + content.vb: Public Sub New(texture As TextureRegion, padding As Padding) + overload: MLEM.Textures.NinePatch.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) + id: '#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32)' + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: NinePatch(TextureRegion, Int32, Int32, Int32, Int32) + nameWithType: NinePatch.NinePatch(TextureRegion, Int32, Int32, Int32, Int32) + fullName: MLEM.Textures.NinePatch.NinePatch(MLEM.Textures.TextureRegion, System.Int32, System.Int32, System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/NinePatch.cs + startLine: 20 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public NinePatch(TextureRegion texture, int paddingLeft, int paddingRight, int paddingTop, int paddingBottom) + parameters: + - id: texture + type: MLEM.Textures.TextureRegion + - id: paddingLeft + type: System.Int32 + - id: paddingRight + type: System.Int32 + - id: paddingTop + type: System.Int32 + - id: paddingBottom + type: System.Int32 + content.vb: Public Sub New(texture As TextureRegion, paddingLeft As Integer, paddingRight As Integer, paddingTop As Integer, paddingBottom As Integer) + overload: MLEM.Textures.NinePatch.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)' + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: NinePatch(Texture2D, Int32, Int32, Int32, Int32) + nameWithType: NinePatch.NinePatch(Texture2D, Int32, Int32, Int32, Int32) + fullName: MLEM.Textures.NinePatch.NinePatch(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/NinePatch.cs + startLine: 24 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public NinePatch(Texture2D texture, int paddingLeft, int paddingRight, int paddingTop, int paddingBottom) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: paddingLeft + type: System.Int32 + - id: paddingRight + type: System.Int32 + - id: paddingTop + type: System.Int32 + - id: paddingBottom + type: System.Int32 + content.vb: Public Sub New(texture As Texture2D, paddingLeft As Integer, paddingRight As Integer, paddingTop As Integer, paddingBottom As Integer) + overload: MLEM.Textures.NinePatch.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32) + commentId: M:MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32)' + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: NinePatch(Texture2D, Int32) + nameWithType: NinePatch.NinePatch(Texture2D, Int32) + fullName: MLEM.Textures.NinePatch.NinePatch(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/NinePatch.cs + startLine: 28 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public NinePatch(Texture2D texture, int padding) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: padding + type: System.Int32 + content.vb: Public Sub New(texture As Texture2D, padding As Integer) + overload: MLEM.Textures.NinePatch.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32) + commentId: M:MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32) + id: '#ctor(MLEM.Textures.TextureRegion,System.Int32)' + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: NinePatch(TextureRegion, Int32) + nameWithType: NinePatch.NinePatch(TextureRegion, Int32) + fullName: MLEM.Textures.NinePatch.NinePatch(MLEM.Textures.TextureRegion, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/NinePatch.cs + startLine: 31 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public NinePatch(TextureRegion texture, int padding) + parameters: + - id: texture + type: MLEM.Textures.TextureRegion + - id: padding + type: System.Int32 + content.vb: Public Sub New(texture As TextureRegion, padding As Integer) + overload: MLEM.Textures.NinePatch.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single) + commentId: M:MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single) + id: CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single) + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: CreateRectangles(Rectangle, Single) + nameWithType: NinePatch.CreateRectangles(Rectangle, Single) + fullName: MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CreateRectangles + path: ../MLEM/Textures/NinePatch.cs + startLine: 34 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public IEnumerable CreateRectangles(Rectangle area, float patchScale = 1F) + parameters: + - id: area + type: Microsoft.Xna.Framework.Rectangle + - id: patchScale + type: System.Single + return: + type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Rectangle} + content.vb: Public Function CreateRectangles(area As Rectangle, patchScale As Single = 1F) As IEnumerable(Of Rectangle) + overload: MLEM.Textures.NinePatch.CreateRectangles* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF,System.Single) + commentId: M:MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF,System.Single) + id: CreateRectangles(MLEM.Misc.RectangleF,System.Single) + parent: MLEM.Textures.NinePatch + langs: + - csharp + - vb + name: CreateRectangles(RectangleF, Single) + nameWithType: NinePatch.CreateRectangles(RectangleF, Single) + fullName: MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CreateRectangles + path: ../MLEM/Textures/NinePatch.cs + startLine: 38 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public IEnumerable CreateRectangles(RectangleF area, float patchScale = 1F) + parameters: + - id: area + type: MLEM.Misc.RectangleF + - id: patchScale + type: System.Single + return: + type: System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + content.vb: Public Function CreateRectangles(area As RectangleF, patchScale As Single = 1F) As IEnumerable(Of RectangleF) + overload: MLEM.Textures.NinePatch.CreateRectangles* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Textures.NinePatch.MLEM.Extended.Extensions.TextureExtensions.ToExtended + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + parent: MLEM.Extended.Extensions.TextureExtensions + definition: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + name: ToExtended() + nameWithType: TextureExtensions.ToExtended() + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended() + spec.csharp: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + name: ToExtended(NinePatch) + nameWithType: TextureExtensions.ToExtended(NinePatch) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + spec.csharp: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch) + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Extensions.TextureExtensions + commentId: T:MLEM.Extended.Extensions.TextureExtensions + parent: MLEM.Extended.Extensions + name: TextureExtensions + nameWithType: TextureExtensions + fullName: MLEM.Extended.Extensions.TextureExtensions +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + parent: MLEM.Misc + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding +- uid: Microsoft.Xna.Framework.Rectangle[] + isExternal: true + name: Rectangle[] + nameWithType: Rectangle[] + fullName: Microsoft.Xna.Framework.Rectangle[] + nameWithType.vb: Rectangle() + fullName.vb: Microsoft.Xna.Framework.Rectangle() + name.vb: Rectangle() + spec.csharp: + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Textures.NinePatch.#ctor* + commentId: Overload:MLEM.Textures.NinePatch.#ctor + name: NinePatch + nameWithType: NinePatch.NinePatch + fullName: MLEM.Textures.NinePatch.NinePatch +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- 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: MLEM.Textures.NinePatch.CreateRectangles* + commentId: Overload:MLEM.Textures.NinePatch.CreateRectangles + name: CreateRectangles + nameWithType: NinePatch.CreateRectangles + fullName: MLEM.Textures.NinePatch.CreateRectangles +- 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.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Rectangle} + commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Rectangle} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Rectangle) + fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Rectangle) + name.vb: IEnumerable(Of Rectangle) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - 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: Microsoft.Xna.Framework.Rectangle + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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.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.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + commentId: T:System.Collections.Generic.IEnumerable{MLEM.Misc.RectangleF} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of RectangleF) + fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Misc.RectangleF) + name.vb: IEnumerable(Of RectangleF) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - 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.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Textures.NinePatchExtensions.yml b/Docs/api/MLEM.Textures.NinePatchExtensions.yml new file mode 100644 index 0000000..4b8f632 --- /dev/null +++ b/Docs/api/MLEM.Textures.NinePatchExtensions.yml @@ -0,0 +1,627 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures.NinePatchExtensions + commentId: T:MLEM.Textures.NinePatchExtensions + id: NinePatchExtensions + parent: MLEM.Textures + children: + - MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single) + - MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + - MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single) + - MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + langs: + - csharp + - vb + name: NinePatchExtensions + nameWithType: NinePatchExtensions + fullName: MLEM.Textures.NinePatchExtensions + type: Class + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NinePatchExtensions + path: ../MLEM/Textures/NinePatch.cs + startLine: 64 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static class NinePatchExtensions + content.vb: Public Module NinePatchExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + commentId: M:MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.NinePatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, NinePatch, RectangleF, Color, Single, Vector2, SpriteEffects, Single, Single) + nameWithType: NinePatchExtensions.Draw(SpriteBatch, NinePatch, RectangleF, Color, Single, Vector2, SpriteEffects, Single, Single) + fullName: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.NinePatch, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/NinePatch.cs + startLine: 66 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, NinePatch texture, RectangleF destinationRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth, float patchScale = 1F) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.NinePatch + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + - id: patchScale + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As NinePatch, destinationRectangle As RectangleF, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single, patchScale As Single = 1F) + overload: MLEM.Textures.NinePatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + commentId: M:MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.NinePatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, NinePatch, Rectangle, Color, Single, Vector2, SpriteEffects, Single, Single) + nameWithType: NinePatchExtensions.Draw(SpriteBatch, NinePatch, Rectangle, Color, Single, Vector2, SpriteEffects, Single, Single) + fullName: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.NinePatch, Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/NinePatch.cs + startLine: 76 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, NinePatch texture, Rectangle destinationRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth, float patchScale = 1F) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.NinePatch + - id: destinationRectangle + type: Microsoft.Xna.Framework.Rectangle + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + - id: patchScale + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As NinePatch, destinationRectangle As Rectangle, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single, patchScale As Single = 1F) + overload: MLEM.Textures.NinePatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single) + commentId: M:MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.NinePatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, NinePatch, RectangleF, Color, Single) + nameWithType: NinePatchExtensions.Draw(SpriteBatch, NinePatch, RectangleF, Color, Single) + fullName: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.NinePatch, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/NinePatch.cs + startLine: 80 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, NinePatch texture, RectangleF destinationRectangle, Color color, float patchScale = 1F) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.NinePatch + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + - id: patchScale + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As NinePatch, destinationRectangle As RectangleF, color As Color, patchScale As Single = 1F) + overload: MLEM.Textures.NinePatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single) + commentId: M:MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.NinePatchExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, NinePatch, Rectangle, Color, Single) + nameWithType: NinePatchExtensions.Draw(SpriteBatch, NinePatch, Rectangle, Color, Single) + fullName: MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.NinePatch, Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Color, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/NinePatch.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/NinePatch.cs + startLine: 84 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, NinePatch texture, Rectangle destinationRectangle, Color color, float patchScale = 1F) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.NinePatch + - id: destinationRectangle + type: Microsoft.Xna.Framework.Rectangle + - id: color + type: Microsoft.Xna.Framework.Color + - id: patchScale + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As NinePatch, destinationRectangle As Rectangle, color As Color, patchScale As Single = 1F) + overload: MLEM.Textures.NinePatchExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Textures.NinePatchExtensions.Draw* + commentId: Overload:MLEM.Textures.NinePatchExtensions.Draw + name: Draw + nameWithType: NinePatchExtensions.Draw + fullName: MLEM.Textures.NinePatchExtensions.Draw +- 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.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + parent: MLEM.Textures + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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 diff --git a/Docs/api/MLEM.Textures.TextureRegion.yml b/Docs/api/MLEM.Textures.TextureRegion.yml new file mode 100644 index 0000000..679e2ca --- /dev/null +++ b/Docs/api/MLEM.Textures.TextureRegion.yml @@ -0,0 +1,1070 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + id: TextureRegion + parent: MLEM.Textures + children: + - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) + - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) + - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + - MLEM.Textures.TextureRegion.Area + - MLEM.Textures.TextureRegion.Height + - MLEM.Textures.TextureRegion.Position + - MLEM.Textures.TextureRegion.Size + - MLEM.Textures.TextureRegion.Texture + - MLEM.Textures.TextureRegion.U + - MLEM.Textures.TextureRegion.V + - MLEM.Textures.TextureRegion.Width + langs: + - csharp + - vb + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + type: Class + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextureRegion + path: ../MLEM/Textures/TextureRegion.cs + startLine: 6 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: 'public class TextureRegion : GenericDataHolder' + content.vb: >- + Public Class TextureRegion + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + extensionMethods: + - MLEM.Textures.TextureRegion.MLEM.Extended.Extensions.TextureExtensions.ToExtended + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: MLEM.Textures.TextureRegion.Texture + commentId: F:MLEM.Textures.TextureRegion.Texture + id: Texture + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Texture + nameWithType: TextureRegion.Texture + fullName: MLEM.Textures.TextureRegion.Texture + type: Field + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM/Textures/TextureRegion.cs + startLine: 8 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly Texture2D Texture + return: + type: Microsoft.Xna.Framework.Graphics.Texture2D + content.vb: Public ReadOnly Texture As Texture2D + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.Area + commentId: F:MLEM.Textures.TextureRegion.Area + id: Area + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Area + nameWithType: TextureRegion.Area + fullName: MLEM.Textures.TextureRegion.Area + type: Field + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Area + path: ../MLEM/Textures/TextureRegion.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly Rectangle Area + return: + type: Microsoft.Xna.Framework.Rectangle + content.vb: Public ReadOnly Area As Rectangle + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.Position + commentId: P:MLEM.Textures.TextureRegion.Position + id: Position + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Position + nameWithType: TextureRegion.Position + fullName: MLEM.Textures.TextureRegion.Position + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Position + path: ../MLEM/Textures/TextureRegion.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public Point Position { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public ReadOnly Property Position As Point + overload: MLEM.Textures.TextureRegion.Position* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.U + commentId: P:MLEM.Textures.TextureRegion.U + id: U + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: U + nameWithType: TextureRegion.U + fullName: MLEM.Textures.TextureRegion.U + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: U + path: ../MLEM/Textures/TextureRegion.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public int U { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property U As Integer + overload: MLEM.Textures.TextureRegion.U* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.V + commentId: P:MLEM.Textures.TextureRegion.V + id: V + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: V + nameWithType: TextureRegion.V + fullName: MLEM.Textures.TextureRegion.V + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: V + path: ../MLEM/Textures/TextureRegion.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public int V { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property V As Integer + overload: MLEM.Textures.TextureRegion.V* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.Size + commentId: P:MLEM.Textures.TextureRegion.Size + id: Size + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Size + nameWithType: TextureRegion.Size + fullName: MLEM.Textures.TextureRegion.Size + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Size + path: ../MLEM/Textures/TextureRegion.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public Point Size { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Point + content.vb: Public ReadOnly Property Size As Point + overload: MLEM.Textures.TextureRegion.Size* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.Width + commentId: P:MLEM.Textures.TextureRegion.Width + id: Width + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Width + nameWithType: TextureRegion.Width + fullName: MLEM.Textures.TextureRegion.Width + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Width + path: ../MLEM/Textures/TextureRegion.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public int Width { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property Width As Integer + overload: MLEM.Textures.TextureRegion.Width* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.Height + commentId: P:MLEM.Textures.TextureRegion.Height + id: Height + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: Height + nameWithType: TextureRegion.Height + fullName: MLEM.Textures.TextureRegion.Height + type: Property + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Height + path: ../MLEM/Textures/TextureRegion.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public int Height { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property Height As Integer + overload: MLEM.Textures.TextureRegion.Height* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) + commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)' + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: TextureRegion(Texture2D, Rectangle) + nameWithType: TextureRegion.TextureRegion(Texture2D, Rectangle) + fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle) + type: Constructor + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/TextureRegion.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion(Texture2D texture, Rectangle area) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: area + type: Microsoft.Xna.Framework.Rectangle + content.vb: Public Sub New(texture As Texture2D, area As Rectangle) + overload: MLEM.Textures.TextureRegion.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) + commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)' + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: TextureRegion(Texture2D) + nameWithType: TextureRegion.TextureRegion(Texture2D) + fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D) + type: Constructor + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/TextureRegion.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion(Texture2D texture) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + content.vb: Public Sub New(texture As Texture2D) + overload: MLEM.Textures.TextureRegion.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)' + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: TextureRegion(Texture2D, Int32, Int32, Int32, Int32) + nameWithType: TextureRegion.TextureRegion(Texture2D, Int32, Int32, Int32, Int32) + fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/TextureRegion.cs + startLine: 25 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion(Texture2D texture, int u, int v, int width, int height) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: u + type: System.Int32 + - id: v + type: System.Int32 + - id: width + type: System.Int32 + - id: height + type: System.Int32 + content.vb: Public Sub New(texture As Texture2D, u As Integer, v As Integer, width As Integer, height As Integer) + overload: MLEM.Textures.TextureRegion.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)' + parent: MLEM.Textures.TextureRegion + langs: + - csharp + - vb + name: TextureRegion(Texture2D, Point, Point) + nameWithType: TextureRegion.TextureRegion(Texture2D, Point, Point) + fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) + type: Constructor + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/TextureRegion.cs + startLine: 28 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion(Texture2D texture, Point uv, Point size) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: uv + type: Microsoft.Xna.Framework.Point + - id: size + type: Microsoft.Xna.Framework.Point + content.vb: Public Sub New(texture As Texture2D, uv As Point, size As Point) + overload: MLEM.Textures.TextureRegion.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Textures.TextureRegion.MLEM.Extended.Extensions.TextureExtensions.ToExtended + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + parent: MLEM.Extended.Extensions.TextureExtensions + definition: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + name: ToExtended() + nameWithType: TextureExtensions.ToExtended() + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended() + spec.csharp: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + name: ToExtended(TextureRegion) + nameWithType: TextureExtensions.ToExtended(TextureRegion) + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + spec.csharp: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion) + name: ToExtended + nameWithType: TextureExtensions.ToExtended + fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Extended.Extensions.TextureExtensions + commentId: T:MLEM.Extended.Extensions.TextureExtensions + parent: MLEM.Extended.Extensions + name: TextureExtensions + nameWithType: TextureExtensions + fullName: MLEM.Extended.Extensions.TextureExtensions +- uid: MLEM.Extended.Extensions + commentId: N:MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + nameWithType: MLEM.Extended.Extensions + fullName: MLEM.Extended.Extensions +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- 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.Rectangle + commentId: T:Microsoft.Xna.Framework.Rectangle + parent: Microsoft.Xna.Framework + isExternal: true + name: Rectangle + nameWithType: Rectangle + fullName: Microsoft.Xna.Framework.Rectangle +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Textures.TextureRegion.Position* + commentId: Overload:MLEM.Textures.TextureRegion.Position + name: Position + nameWithType: TextureRegion.Position + fullName: MLEM.Textures.TextureRegion.Position +- 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.Textures.TextureRegion.U* + commentId: Overload:MLEM.Textures.TextureRegion.U + name: U + nameWithType: TextureRegion.U + fullName: MLEM.Textures.TextureRegion.U +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Textures.TextureRegion.V* + commentId: Overload:MLEM.Textures.TextureRegion.V + name: V + nameWithType: TextureRegion.V + fullName: MLEM.Textures.TextureRegion.V +- uid: MLEM.Textures.TextureRegion.Size* + commentId: Overload:MLEM.Textures.TextureRegion.Size + name: Size + nameWithType: TextureRegion.Size + fullName: MLEM.Textures.TextureRegion.Size +- uid: MLEM.Textures.TextureRegion.Width* + commentId: Overload:MLEM.Textures.TextureRegion.Width + name: Width + nameWithType: TextureRegion.Width + fullName: MLEM.Textures.TextureRegion.Width +- uid: MLEM.Textures.TextureRegion.Height* + commentId: Overload:MLEM.Textures.TextureRegion.Height + name: Height + nameWithType: TextureRegion.Height + fullName: MLEM.Textures.TextureRegion.Height +- uid: MLEM.Textures.TextureRegion.#ctor* + commentId: Overload:MLEM.Textures.TextureRegion.#ctor + name: TextureRegion + nameWithType: TextureRegion.TextureRegion + fullName: MLEM.Textures.TextureRegion.TextureRegion diff --git a/Docs/api/MLEM.Textures.TextureRegionExtensions.yml b/Docs/api/MLEM.Textures.TextureRegionExtensions.yml new file mode 100644 index 0000000..e20ac12 --- /dev/null +++ b/Docs/api/MLEM.Textures.TextureRegionExtensions.yml @@ -0,0 +1,777 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures.TextureRegionExtensions + commentId: T:MLEM.Textures.TextureRegionExtensions + id: TextureRegionExtensions + parent: MLEM.Textures + children: + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + - MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + langs: + - csharp + - vb + name: TextureRegionExtensions + nameWithType: TextureRegionExtensions + fullName: MLEM.Textures.TextureRegionExtensions + type: Class + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextureRegionExtensions + path: ../MLEM/Textures/TextureRegion.cs + startLine: 33 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static class TextureRegionExtensions + content.vb: Public Module TextureRegionExtensions + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 35 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 39 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: scale + type: System.Single + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, Rectangle, Color, Single, Vector2, SpriteEffects, Single) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, Rectangle, Color, Single, Vector2, SpriteEffects, Single) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 43 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, Rectangle destinationRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: destinationRectangle + type: Microsoft.Xna.Framework.Rectangle + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, destinationRectangle As Rectangle, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, RectangleF, Color, Single, Vector2, SpriteEffects, Single) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, RectangleF, Color, Single, Vector2, SpriteEffects, Single) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 47 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, RectangleF destinationRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + - id: rotation + type: System.Single + - id: origin + type: Microsoft.Xna.Framework.Vector2 + - id: effects + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + - id: layerDepth + type: System.Single + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, destinationRectangle As RectangleF, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, Vector2, Color) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, Vector2, Color) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 51 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, Vector2 position, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, position As Vector2, color As Color) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, Rectangle, Color) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, Rectangle, Color) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 55 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, Rectangle destinationRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: destinationRectangle + type: Microsoft.Xna.Framework.Rectangle + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, destinationRectangle As Rectangle, color As Color) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + commentId: M:MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color) + isExtensionMethod: true + parent: MLEM.Textures.TextureRegionExtensions + langs: + - csharp + - vb + name: Draw(SpriteBatch, TextureRegion, RectangleF, Color) + nameWithType: TextureRegionExtensions.Draw(SpriteBatch, TextureRegion, RectangleF, Color) + fullName: MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Textures.TextureRegion, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color) + type: Method + source: + remote: + path: MLEM/Textures/TextureRegion.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM/Textures/TextureRegion.cs + startLine: 59 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public static void Draw(this SpriteBatch batch, TextureRegion texture, RectangleF destinationRectangle, Color color) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: texture + type: MLEM.Textures.TextureRegion + - id: destinationRectangle + type: MLEM.Misc.RectangleF + - id: color + type: Microsoft.Xna.Framework.Color + content.vb: >- + + + Public Shared Sub Draw(batch As SpriteBatch, texture As TextureRegion, destinationRectangle As RectangleF, color As Color) + overload: MLEM.Textures.TextureRegionExtensions.Draw* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Textures.TextureRegionExtensions.Draw* + commentId: Overload:MLEM.Textures.TextureRegionExtensions.Draw + name: Draw + nameWithType: TextureRegionExtensions.Draw + fullName: MLEM.Textures.TextureRegionExtensions.Draw +- 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.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- 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 + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc diff --git a/Docs/api/MLEM.Textures.UniformTextureAtlas.yml b/Docs/api/MLEM.Textures.UniformTextureAtlas.yml new file mode 100644 index 0000000..9b63367 --- /dev/null +++ b/Docs/api/MLEM.Textures.UniformTextureAtlas.yml @@ -0,0 +1,961 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures.UniformTextureAtlas + commentId: T:MLEM.Textures.UniformTextureAtlas + id: UniformTextureAtlas + parent: MLEM.Textures + children: + - MLEM.Textures.UniformTextureAtlas.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32) + - MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point) + - MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle) + - MLEM.Textures.UniformTextureAtlas.Item(System.Int32) + - MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32) + - MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32,System.Int32,System.Int32) + - MLEM.Textures.UniformTextureAtlas.RegionAmountX + - MLEM.Textures.UniformTextureAtlas.RegionAmountY + - MLEM.Textures.UniformTextureAtlas.RegionHeight + - MLEM.Textures.UniformTextureAtlas.RegionWidth + - MLEM.Textures.UniformTextureAtlas.Texture + langs: + - csharp + - vb + name: UniformTextureAtlas + nameWithType: UniformTextureAtlas + fullName: MLEM.Textures.UniformTextureAtlas + type: Class + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UniformTextureAtlas + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 7 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: 'public class UniformTextureAtlas : GenericDataHolder' + content.vb: >- + Public Class UniformTextureAtlas + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Textures.UniformTextureAtlas.Texture + commentId: F:MLEM.Textures.UniformTextureAtlas.Texture + id: Texture + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Texture + nameWithType: UniformTextureAtlas.Texture + fullName: MLEM.Textures.UniformTextureAtlas.Texture + type: Field + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 9 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly Texture2D Texture + return: + type: Microsoft.Xna.Framework.Graphics.Texture2D + content.vb: Public ReadOnly Texture As Texture2D + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.UniformTextureAtlas.RegionAmountX + commentId: F:MLEM.Textures.UniformTextureAtlas.RegionAmountX + id: RegionAmountX + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: RegionAmountX + nameWithType: UniformTextureAtlas.RegionAmountX + fullName: MLEM.Textures.UniformTextureAtlas.RegionAmountX + type: Field + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RegionAmountX + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 10 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly int RegionAmountX + return: + type: System.Int32 + content.vb: Public ReadOnly RegionAmountX As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.UniformTextureAtlas.RegionAmountY + commentId: F:MLEM.Textures.UniformTextureAtlas.RegionAmountY + id: RegionAmountY + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: RegionAmountY + nameWithType: UniformTextureAtlas.RegionAmountY + fullName: MLEM.Textures.UniformTextureAtlas.RegionAmountY + type: Field + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RegionAmountY + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 11 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly int RegionAmountY + return: + type: System.Int32 + content.vb: Public ReadOnly RegionAmountY As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.UniformTextureAtlas.RegionWidth + commentId: F:MLEM.Textures.UniformTextureAtlas.RegionWidth + id: RegionWidth + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: RegionWidth + nameWithType: UniformTextureAtlas.RegionWidth + fullName: MLEM.Textures.UniformTextureAtlas.RegionWidth + type: Field + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RegionWidth + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 12 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly int RegionWidth + return: + type: System.Int32 + content.vb: Public ReadOnly RegionWidth As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.UniformTextureAtlas.RegionHeight + commentId: F:MLEM.Textures.UniformTextureAtlas.RegionHeight + id: RegionHeight + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: RegionHeight + nameWithType: UniformTextureAtlas.RegionHeight + fullName: MLEM.Textures.UniformTextureAtlas.RegionHeight + type: Field + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RegionHeight + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 13 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public readonly int RegionHeight + return: + type: System.Int32 + content.vb: Public ReadOnly RegionHeight As Integer + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Textures.UniformTextureAtlas.Item(System.Int32) + commentId: P:MLEM.Textures.UniformTextureAtlas.Item(System.Int32) + id: Item(System.Int32) + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Item[Int32] + nameWithType: UniformTextureAtlas.Item[Int32] + fullName: MLEM.Textures.UniformTextureAtlas.Item[System.Int32] + type: Property + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 14 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion this[int index] { get; } + parameters: + - id: index + type: System.Int32 + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property Item(index As Integer) As TextureRegion + overload: MLEM.Textures.UniformTextureAtlas.Item* + nameWithType.vb: UniformTextureAtlas.Item(Int32) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Textures.UniformTextureAtlas.Item(System.Int32) + name.vb: Item(Int32) +- uid: MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point) + commentId: P:MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point) + id: Item(Microsoft.Xna.Framework.Point) + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Item[Point] + nameWithType: UniformTextureAtlas.Item[Point] + fullName: MLEM.Textures.UniformTextureAtlas.Item[Microsoft.Xna.Framework.Point] + type: Property + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 15 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion this[Point point] { get; } + parameters: + - id: point + type: Microsoft.Xna.Framework.Point + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property Item(point As Point) As TextureRegion + overload: MLEM.Textures.UniformTextureAtlas.Item* + nameWithType.vb: UniformTextureAtlas.Item(Point) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point) + name.vb: Item(Point) +- uid: MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32) + commentId: P:MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32) + id: Item(System.Int32,System.Int32) + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Item[Int32, Int32] + nameWithType: UniformTextureAtlas.Item[Int32, Int32] + fullName: MLEM.Textures.UniformTextureAtlas.Item[System.Int32, System.Int32] + type: Property + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 16 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion this[int x, int y] { get; } + parameters: + - id: x + type: System.Int32 + - id: y + type: System.Int32 + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property Item(x As Integer, y As Integer) As TextureRegion + overload: MLEM.Textures.UniformTextureAtlas.Item* + nameWithType.vb: UniformTextureAtlas.Item(Int32, Int32) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Textures.UniformTextureAtlas.Item(System.Int32, System.Int32) + name.vb: Item(Int32, Int32) +- uid: MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle) + commentId: P:MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle) + id: Item(Microsoft.Xna.Framework.Rectangle) + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Item[Rectangle] + nameWithType: UniformTextureAtlas.Item[Rectangle] + fullName: MLEM.Textures.UniformTextureAtlas.Item[Microsoft.Xna.Framework.Rectangle] + type: Property + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 17 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion this[Rectangle rect] { get; } + parameters: + - id: rect + type: Microsoft.Xna.Framework.Rectangle + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property Item(rect As Rectangle) As TextureRegion + overload: MLEM.Textures.UniformTextureAtlas.Item* + nameWithType.vb: UniformTextureAtlas.Item(Rectangle) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle) + name.vb: Item(Rectangle) +- uid: MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32,System.Int32,System.Int32) + commentId: P:MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32,System.Int32,System.Int32) + id: Item(System.Int32,System.Int32,System.Int32,System.Int32) + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: Item[Int32, Int32, Int32, Int32] + nameWithType: UniformTextureAtlas.Item[Int32, Int32, Int32, Int32] + fullName: MLEM.Textures.UniformTextureAtlas.Item[System.Int32, System.Int32, System.Int32, System.Int32] + type: Property + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: this[] + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 18 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public TextureRegion this[int x, int y, int width, int height] { get; } + parameters: + - id: x + type: System.Int32 + - id: y + type: System.Int32 + - id: width + type: System.Int32 + - id: height + type: System.Int32 + return: + type: MLEM.Textures.TextureRegion + content.vb: Public ReadOnly Property Item(x As Integer, y As Integer, width As Integer, height As Integer) As TextureRegion + overload: MLEM.Textures.UniformTextureAtlas.Item* + nameWithType.vb: UniformTextureAtlas.Item(Int32, Int32, Int32, Int32) + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Textures.UniformTextureAtlas.Item(System.Int32, System.Int32, System.Int32, System.Int32) + name.vb: Item(Int32, Int32, Int32, Int32) +- uid: MLEM.Textures.UniformTextureAtlas.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32) + commentId: M:MLEM.Textures.UniformTextureAtlas.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32) + id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32)' + parent: MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: UniformTextureAtlas(Texture2D, Int32, Int32) + nameWithType: UniformTextureAtlas.UniformTextureAtlas(Texture2D, Int32, Int32) + fullName: MLEM.Textures.UniformTextureAtlas.UniformTextureAtlas(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32) + type: Constructor + source: + remote: + path: MLEM/Textures/UniformTextureAtlas.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM/Textures/UniformTextureAtlas.cs + startLine: 22 + assemblies: + - MLEM + namespace: MLEM.Textures + syntax: + content: public UniformTextureAtlas(Texture2D texture, int regionAmountX, int regionAmountY) + parameters: + - id: texture + type: Microsoft.Xna.Framework.Graphics.Texture2D + - id: regionAmountX + type: System.Int32 + - id: regionAmountY + type: System.Int32 + content.vb: Public Sub New(texture As Texture2D, regionAmountX As Integer, regionAmountY As Integer) + overload: MLEM.Textures.UniformTextureAtlas.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: Microsoft.Xna.Framework.Graphics.Texture2D + commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: Texture2D + nameWithType: Texture2D + fullName: Microsoft.Xna.Framework.Graphics.Texture2D +- 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: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Textures.UniformTextureAtlas.Item* + commentId: Overload:MLEM.Textures.UniformTextureAtlas.Item + name: Item + nameWithType: UniformTextureAtlas.Item + fullName: MLEM.Textures.UniformTextureAtlas.Item +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: MLEM.Textures.UniformTextureAtlas.#ctor* + commentId: Overload:MLEM.Textures.UniformTextureAtlas.#ctor + name: UniformTextureAtlas + nameWithType: UniformTextureAtlas.UniformTextureAtlas + fullName: MLEM.Textures.UniformTextureAtlas.UniformTextureAtlas diff --git a/Docs/api/MLEM.Textures.yml b/Docs/api/MLEM.Textures.yml new file mode 100644 index 0000000..971c1b8 --- /dev/null +++ b/Docs/api/MLEM.Textures.yml @@ -0,0 +1,53 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Textures + commentId: N:MLEM.Textures + id: MLEM.Textures + children: + - MLEM.Textures.NinePatch + - MLEM.Textures.NinePatchExtensions + - MLEM.Textures.TextureRegion + - MLEM.Textures.TextureRegionExtensions + - MLEM.Textures.UniformTextureAtlas + langs: + - csharp + - vb + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures + type: Namespace + assemblies: + - MLEM +references: +- uid: MLEM.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + parent: MLEM.Textures + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch +- uid: MLEM.Textures.NinePatchExtensions + commentId: T:MLEM.Textures.NinePatchExtensions + name: NinePatchExtensions + nameWithType: NinePatchExtensions + fullName: MLEM.Textures.NinePatchExtensions +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures.TextureRegionExtensions + commentId: T:MLEM.Textures.TextureRegionExtensions + name: TextureRegionExtensions + nameWithType: TextureRegionExtensions + fullName: MLEM.Textures.TextureRegionExtensions +- uid: MLEM.Textures.UniformTextureAtlas + commentId: T:MLEM.Textures.UniformTextureAtlas + name: UniformTextureAtlas + nameWithType: UniformTextureAtlas + fullName: MLEM.Textures.UniformTextureAtlas +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures diff --git a/Docs/api/MLEM.Ui.Anchor.yml b/Docs/api/MLEM.Ui.Anchor.yml new file mode 100644 index 0000000..6054fc6 --- /dev/null +++ b/Docs/api/MLEM.Ui.Anchor.yml @@ -0,0 +1,508 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + id: Anchor + parent: MLEM.Ui + children: + - MLEM.Ui.Anchor.AutoCenter + - MLEM.Ui.Anchor.AutoInline + - MLEM.Ui.Anchor.AutoInlineIgnoreOverflow + - MLEM.Ui.Anchor.AutoLeft + - MLEM.Ui.Anchor.AutoRight + - MLEM.Ui.Anchor.BottomCenter + - MLEM.Ui.Anchor.BottomLeft + - MLEM.Ui.Anchor.BottomRight + - MLEM.Ui.Anchor.Center + - MLEM.Ui.Anchor.CenterLeft + - MLEM.Ui.Anchor.CenterRight + - MLEM.Ui.Anchor.TopCenter + - MLEM.Ui.Anchor.TopLeft + - MLEM.Ui.Anchor.TopRight + langs: + - csharp + - vb + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor + type: Enum + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Anchor + path: ../MLEM.Ui/Anchor.cs + startLine: 1 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public enum Anchor + content.vb: Public Enum Anchor + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: MLEM.Ui.Anchor.TopLeft + commentId: F:MLEM.Ui.Anchor.TopLeft + id: TopLeft + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: TopLeft + nameWithType: Anchor.TopLeft + fullName: MLEM.Ui.Anchor.TopLeft + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TopLeft + path: ../MLEM.Ui/Anchor.cs + startLine: 3 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: TopLeft = 0 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.TopCenter + commentId: F:MLEM.Ui.Anchor.TopCenter + id: TopCenter + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: TopCenter + nameWithType: Anchor.TopCenter + fullName: MLEM.Ui.Anchor.TopCenter + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TopCenter + path: ../MLEM.Ui/Anchor.cs + startLine: 4 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: TopCenter = 1 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.TopRight + commentId: F:MLEM.Ui.Anchor.TopRight + id: TopRight + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: TopRight + nameWithType: Anchor.TopRight + fullName: MLEM.Ui.Anchor.TopRight + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TopRight + path: ../MLEM.Ui/Anchor.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: TopRight = 2 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.CenterLeft + commentId: F:MLEM.Ui.Anchor.CenterLeft + id: CenterLeft + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: CenterLeft + nameWithType: Anchor.CenterLeft + fullName: MLEM.Ui.Anchor.CenterLeft + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CenterLeft + path: ../MLEM.Ui/Anchor.cs + startLine: 6 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: CenterLeft = 3 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.Center + commentId: F:MLEM.Ui.Anchor.Center + id: Center + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: Center + nameWithType: Anchor.Center + fullName: MLEM.Ui.Anchor.Center + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Center + path: ../MLEM.Ui/Anchor.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: Center = 4 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.CenterRight + commentId: F:MLEM.Ui.Anchor.CenterRight + id: CenterRight + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: CenterRight + nameWithType: Anchor.CenterRight + fullName: MLEM.Ui.Anchor.CenterRight + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CenterRight + path: ../MLEM.Ui/Anchor.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: CenterRight = 5 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.BottomLeft + commentId: F:MLEM.Ui.Anchor.BottomLeft + id: BottomLeft + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: BottomLeft + nameWithType: Anchor.BottomLeft + fullName: MLEM.Ui.Anchor.BottomLeft + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BottomLeft + path: ../MLEM.Ui/Anchor.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: BottomLeft = 6 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.BottomCenter + commentId: F:MLEM.Ui.Anchor.BottomCenter + id: BottomCenter + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: BottomCenter + nameWithType: Anchor.BottomCenter + fullName: MLEM.Ui.Anchor.BottomCenter + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BottomCenter + path: ../MLEM.Ui/Anchor.cs + startLine: 10 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: BottomCenter = 7 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.BottomRight + commentId: F:MLEM.Ui.Anchor.BottomRight + id: BottomRight + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: BottomRight + nameWithType: Anchor.BottomRight + fullName: MLEM.Ui.Anchor.BottomRight + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BottomRight + path: ../MLEM.Ui/Anchor.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: BottomRight = 8 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.AutoLeft + commentId: F:MLEM.Ui.Anchor.AutoLeft + id: AutoLeft + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: AutoLeft + nameWithType: Anchor.AutoLeft + fullName: MLEM.Ui.Anchor.AutoLeft + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoLeft + path: ../MLEM.Ui/Anchor.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: AutoLeft = 9 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.AutoCenter + commentId: F:MLEM.Ui.Anchor.AutoCenter + id: AutoCenter + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: AutoCenter + nameWithType: Anchor.AutoCenter + fullName: MLEM.Ui.Anchor.AutoCenter + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoCenter + path: ../MLEM.Ui/Anchor.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: AutoCenter = 10 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.AutoRight + commentId: F:MLEM.Ui.Anchor.AutoRight + id: AutoRight + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: AutoRight + nameWithType: Anchor.AutoRight + fullName: MLEM.Ui.Anchor.AutoRight + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoRight + path: ../MLEM.Ui/Anchor.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: AutoRight = 11 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.AutoInline + commentId: F:MLEM.Ui.Anchor.AutoInline + id: AutoInline + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: AutoInline + nameWithType: Anchor.AutoInline + fullName: MLEM.Ui.Anchor.AutoInline + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoInline + path: ../MLEM.Ui/Anchor.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: AutoInline = 12 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: MLEM.Ui.Anchor.AutoInlineIgnoreOverflow + commentId: F:MLEM.Ui.Anchor.AutoInlineIgnoreOverflow + id: AutoInlineIgnoreOverflow + parent: MLEM.Ui.Anchor + langs: + - csharp + - vb + name: AutoInlineIgnoreOverflow + nameWithType: Anchor.AutoInlineIgnoreOverflow + fullName: MLEM.Ui.Anchor.AutoInlineIgnoreOverflow + type: Field + source: + remote: + path: MLEM.Ui/Anchor.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoInlineIgnoreOverflow + path: ../MLEM.Ui/Anchor.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: AutoInlineIgnoreOverflow = 13 + return: + type: MLEM.Ui.Anchor + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor diff --git a/Docs/api/MLEM.Ui.Elements.Button.yml b/Docs/api/MLEM.Ui.Elements.Button.yml new file mode 100644 index 0000000..df08b3c --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Button.yml @@ -0,0 +1,3336 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Button + commentId: T:MLEM.Ui.Elements.Button + id: Button + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Button.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + - MLEM.Ui.Elements.Button.DisabledColor + - MLEM.Ui.Elements.Button.DisabledTexture + - MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Button.HoveredColor + - MLEM.Ui.Elements.Button.HoveredTexture + - MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Button.IsDisabled + - MLEM.Ui.Elements.Button.NormalColor + - MLEM.Ui.Elements.Button.Text + - MLEM.Ui.Elements.Button.Texture + - MLEM.Ui.Elements.Button.Tooltip + langs: + - csharp + - vb + name: Button + nameWithType: Button + fullName: MLEM.Ui.Elements.Button + type: Class + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Button + path: ../MLEM.Ui/Elements/Button.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Button : Element' + content.vb: >- + Public Class Button + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.Dropdown + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Button.Texture + commentId: F:MLEM.Ui.Elements.Button.Texture + id: Texture + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: Texture + nameWithType: Button.Texture + fullName: MLEM.Ui.Elements.Button.Texture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/Button.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Texture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Texture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.NormalColor + commentId: F:MLEM.Ui.Elements.Button.NormalColor + id: NormalColor + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: NormalColor + nameWithType: Button.NormalColor + fullName: MLEM.Ui.Elements.Button.NormalColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NormalColor + path: ../MLEM.Ui/Elements/Button.cs + startLine: 10 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp NormalColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public NormalColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.HoveredTexture + commentId: F:MLEM.Ui.Elements.Button.HoveredTexture + id: HoveredTexture + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: HoveredTexture + nameWithType: Button.HoveredTexture + fullName: MLEM.Ui.Elements.Button.HoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredTexture + path: ../MLEM.Ui/Elements/Button.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public HoveredTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.HoveredColor + commentId: F:MLEM.Ui.Elements.Button.HoveredColor + id: HoveredColor + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: HoveredColor + nameWithType: Button.HoveredColor + fullName: MLEM.Ui.Elements.Button.HoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredColor + path: ../MLEM.Ui/Elements/Button.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public HoveredColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.DisabledTexture + commentId: F:MLEM.Ui.Elements.Button.DisabledTexture + id: DisabledTexture + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: DisabledTexture + nameWithType: Button.DisabledTexture + fullName: MLEM.Ui.Elements.Button.DisabledTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DisabledTexture + path: ../MLEM.Ui/Elements/Button.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp DisabledTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public DisabledTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.DisabledColor + commentId: F:MLEM.Ui.Elements.Button.DisabledColor + id: DisabledColor + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: DisabledColor + nameWithType: Button.DisabledColor + fullName: MLEM.Ui.Elements.Button.DisabledColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DisabledColor + path: ../MLEM.Ui/Elements/Button.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp DisabledColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public DisabledColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.Text + commentId: F:MLEM.Ui.Elements.Button.Text + id: Text + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: Text + nameWithType: Button.Text + fullName: MLEM.Ui.Elements.Button.Text + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Text + path: ../MLEM.Ui/Elements/Button.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph Text + return: + type: MLEM.Ui.Elements.Paragraph + content.vb: Public Text As Paragraph + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.Tooltip + commentId: F:MLEM.Ui.Elements.Button.Tooltip + id: Tooltip + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: Tooltip + nameWithType: Button.Tooltip + fullName: MLEM.Ui.Elements.Button.Tooltip + type: Field + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tooltip + path: ../MLEM.Ui/Elements/Button.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Tooltip Tooltip + return: + type: MLEM.Ui.Elements.Tooltip + content.vb: Public Tooltip As Tooltip + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.IsDisabled + commentId: P:MLEM.Ui.Elements.Button.IsDisabled + id: IsDisabled + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: IsDisabled + nameWithType: Button.IsDisabled + fullName: MLEM.Ui.Elements.Button.IsDisabled + type: Property + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsDisabled + path: ../MLEM.Ui/Elements/Button.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool IsDisabled { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property IsDisabled As Boolean + overload: MLEM.Ui.Elements.Button.IsDisabled* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + commentId: M:MLEM.Ui.Elements.Button.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)' + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: Button(Anchor, Vector2, String, String, Single) + nameWithType: Button.Button(Anchor, Vector2, String, String, Single) + fullName: MLEM.Ui.Elements.Button.Button(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.String, System.String, System.Single) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Button.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Button(Anchor anchor, Vector2 size, string text = null, string tooltipText = null, float tooltipWidth = 50F) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: text + type: System.String + - id: tooltipText + type: System.String + - id: tooltipWidth + type: System.Single + content.vb: Public Sub New(anchor As Anchor, size As Vector2, text As String = Nothing, tooltipText As String = Nothing, tooltipWidth As Single = 50F) + overload: MLEM.Ui.Elements.Button.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Button.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Button.cs + startLine: 37 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Button.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Button + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Button.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Button.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Button.cs + startLine: 51 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.Button.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + parent: MLEM.Ui.Elements + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph +- uid: MLEM.Ui.Elements.Tooltip + commentId: T:MLEM.Ui.Elements.Tooltip + parent: MLEM.Ui.Elements + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip +- uid: MLEM.Ui.Elements.Button.IsDisabled* + commentId: Overload:MLEM.Ui.Elements.Button.IsDisabled + name: IsDisabled + nameWithType: Button.IsDisabled + fullName: MLEM.Ui.Elements.Button.IsDisabled +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.Button.#ctor* + commentId: Overload:MLEM.Ui.Elements.Button.#ctor + name: Button + nameWithType: Button.Button + fullName: MLEM.Ui.Elements.Button.Button +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Button.Draw* + commentId: Overload:MLEM.Ui.Elements.Button.Draw + name: Draw + nameWithType: Button.Draw + fullName: MLEM.Ui.Elements.Button.Draw +- 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: 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Button.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Button.InitStyle + name: InitStyle + nameWithType: Button.InitStyle + fullName: MLEM.Ui.Elements.Button.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.Checkbox.CheckStateChange.yml b/Docs/api/MLEM.Ui.Elements.Checkbox.CheckStateChange.yml new file mode 100644 index 0000000..fd77eee --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Checkbox.CheckStateChange.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Checkbox.CheckStateChange + commentId: T:MLEM.Ui.Elements.Checkbox.CheckStateChange + id: Checkbox.CheckStateChange + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Checkbox.CheckStateChange + nameWithType: Checkbox.CheckStateChange + fullName: MLEM.Ui.Elements.Checkbox.CheckStateChange + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CheckStateChange + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 72 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void CheckStateChange(Checkbox box, bool checced); + parameters: + - id: box + type: MLEM.Ui.Elements.Checkbox + - id: checced + type: System.Boolean + content.vb: Public Delegate Sub CheckStateChange(box As Checkbox, checced As Boolean) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.Checkbox + commentId: T:MLEM.Ui.Elements.Checkbox + parent: MLEM.Ui.Elements + name: Checkbox + nameWithType: Checkbox + fullName: MLEM.Ui.Elements.Checkbox +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Checkbox.yml b/Docs/api/MLEM.Ui.Elements.Checkbox.yml new file mode 100644 index 0000000..f493477 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Checkbox.yml @@ -0,0 +1,3391 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Checkbox + commentId: T:MLEM.Ui.Elements.Checkbox + id: Checkbox + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Checkbox.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean) + - MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Checkbox.Checked + - MLEM.Ui.Elements.Checkbox.Checkmark + - MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Checkbox.HoveredColor + - MLEM.Ui.Elements.Checkbox.HoveredTexture + - MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Checkbox.Label + - MLEM.Ui.Elements.Checkbox.OnCheckStateChange + - MLEM.Ui.Elements.Checkbox.TextOffsetX + - MLEM.Ui.Elements.Checkbox.Texture + langs: + - csharp + - vb + name: Checkbox + nameWithType: Checkbox + fullName: MLEM.Ui.Elements.Checkbox + type: Class + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Checkbox + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Checkbox : Element' + content.vb: >- + Public Class Checkbox + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.RadioButton + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Checkbox.Texture + commentId: F:MLEM.Ui.Elements.Checkbox.Texture + id: Texture + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Texture + nameWithType: Checkbox.Texture + fullName: MLEM.Ui.Elements.Checkbox.Texture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Texture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Texture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.HoveredTexture + commentId: F:MLEM.Ui.Elements.Checkbox.HoveredTexture + id: HoveredTexture + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: HoveredTexture + nameWithType: Checkbox.HoveredTexture + fullName: MLEM.Ui.Elements.Checkbox.HoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredTexture + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public HoveredTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.HoveredColor + commentId: F:MLEM.Ui.Elements.Checkbox.HoveredColor + id: HoveredColor + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: HoveredColor + nameWithType: Checkbox.HoveredColor + fullName: MLEM.Ui.Elements.Checkbox.HoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredColor + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public HoveredColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.Checkmark + commentId: F:MLEM.Ui.Elements.Checkbox.Checkmark + id: Checkmark + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Checkmark + nameWithType: Checkbox.Checkmark + fullName: MLEM.Ui.Elements.Checkbox.Checkmark + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Checkmark + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Checkmark + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.TextureRegion} + content.vb: Public Checkmark As StyleProp(Of TextureRegion) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.Label + commentId: F:MLEM.Ui.Elements.Checkbox.Label + id: Label + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Label + nameWithType: Checkbox.Label + fullName: MLEM.Ui.Elements.Checkbox.Label + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Label + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph Label + return: + type: MLEM.Ui.Elements.Paragraph + content.vb: Public Label As Paragraph + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.TextOffsetX + commentId: F:MLEM.Ui.Elements.Checkbox.TextOffsetX + id: TextOffsetX + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: TextOffsetX + nameWithType: Checkbox.TextOffsetX + fullName: MLEM.Ui.Elements.Checkbox.TextOffsetX + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextOffsetX + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float TextOffsetX + return: + type: System.Single + content.vb: Public TextOffsetX As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.Checked + commentId: P:MLEM.Ui.Elements.Checkbox.Checked + id: Checked + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Checked + nameWithType: Checkbox.Checked + fullName: MLEM.Ui.Elements.Checkbox.Checked + type: Property + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Checked + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool Checked { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property Checked As Boolean + overload: MLEM.Ui.Elements.Checkbox.Checked* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.OnCheckStateChange + commentId: F:MLEM.Ui.Elements.Checkbox.OnCheckStateChange + id: OnCheckStateChange + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: OnCheckStateChange + nameWithType: Checkbox.OnCheckStateChange + fullName: MLEM.Ui.Elements.Checkbox.OnCheckStateChange + type: Field + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnCheckStateChange + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Checkbox.CheckStateChange OnCheckStateChange + return: + type: MLEM.Ui.Elements.Checkbox.CheckStateChange + content.vb: Public OnCheckStateChange As Checkbox.CheckStateChange + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean) + commentId: M:MLEM.Ui.Elements.Checkbox.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean)' + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Checkbox(Anchor, Vector2, String, Boolean) + nameWithType: Checkbox.Checkbox(Anchor, Vector2, String, Boolean) + fullName: MLEM.Ui.Elements.Checkbox.Checkbox(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.String, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 30 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Checkbox(Anchor anchor, Vector2 size, string label, bool defaultChecked = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: label + type: System.String + - id: defaultChecked + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, label As String, defaultChecked As Boolean = False) + overload: MLEM.Ui.Elements.Checkbox.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + id: CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: CalcActualSize(RectangleF) + nameWithType: Checkbox.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CalcActualSize + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override Vector2 CalcActualSize(RectangleF parentArea) + parameters: + - id: parentArea + type: MLEM.Misc.RectangleF + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Protected Overrides Function CalcActualSize(parentArea As RectangleF) As Vector2 + overridden: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + overload: MLEM.Ui.Elements.Checkbox.CalcActualSize* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Checkbox.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 49 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Checkbox.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Checkbox + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Checkbox.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Checkbox.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Checkbox.cs + startLine: 64 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.Checkbox.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.TextureRegion} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.TextureRegion} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of TextureRegion) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.TextureRegion) + name.vb: StyleProp(Of TextureRegion) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + parent: MLEM.Ui.Elements + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.Checkbox.Checked* + commentId: Overload:MLEM.Ui.Elements.Checkbox.Checked + name: Checked + nameWithType: Checkbox.Checked + fullName: MLEM.Ui.Elements.Checkbox.Checked +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.Checkbox.CheckStateChange + commentId: T:MLEM.Ui.Elements.Checkbox.CheckStateChange + parent: MLEM.Ui.Elements + name: Checkbox.CheckStateChange + nameWithType: Checkbox.CheckStateChange + fullName: MLEM.Ui.Elements.Checkbox.CheckStateChange +- uid: MLEM.Ui.Elements.Checkbox.#ctor* + commentId: Overload:MLEM.Ui.Elements.Checkbox.#ctor + name: Checkbox + nameWithType: Checkbox.Checkbox + fullName: MLEM.Ui.Elements.Checkbox.Checkbox +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Checkbox.CalcActualSize* + commentId: Overload:MLEM.Ui.Elements.Checkbox.CalcActualSize + name: CalcActualSize + nameWithType: Checkbox.CalcActualSize + fullName: MLEM.Ui.Elements.Checkbox.CalcActualSize +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Checkbox.Draw* + commentId: Overload:MLEM.Ui.Elements.Checkbox.Draw + name: Draw + nameWithType: Checkbox.Draw + fullName: MLEM.Ui.Elements.Checkbox.Draw +- 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: 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Checkbox.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Checkbox.InitStyle + name: InitStyle + nameWithType: Checkbox.InitStyle + fullName: MLEM.Ui.Elements.Checkbox.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate.yml b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate.yml new file mode 100644 index 0000000..c306485 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate.yml @@ -0,0 +1,121 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + id: CustomDrawGroup.BeginDelegate + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: CustomDrawGroup.BeginDelegate + nameWithType: CustomDrawGroup.BeginDelegate + fullName: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BeginDelegate + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 48 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void BeginDelegate(CustomDrawGroup element, GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix); + parameters: + - id: element + type: MLEM.Ui.Elements.CustomDrawGroup + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Delegate Sub BeginDelegate(element As CustomDrawGroup, time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.CustomDrawGroup + commentId: T:MLEM.Ui.Elements.CustomDrawGroup + parent: MLEM.Ui.Elements + name: CustomDrawGroup + nameWithType: CustomDrawGroup + fullName: MLEM.Ui.Elements.CustomDrawGroup +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.TransformCallback.yml b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.TransformCallback.yml new file mode 100644 index 0000000..9bcaba6 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.TransformCallback.yml @@ -0,0 +1,75 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + id: CustomDrawGroup.TransformCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: CustomDrawGroup.TransformCallback + nameWithType: CustomDrawGroup.TransformCallback + fullName: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TransformCallback + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 50 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate Matrix TransformCallback(CustomDrawGroup element, GameTime time, Matrix matrix); + parameters: + - id: element + type: MLEM.Ui.Elements.CustomDrawGroup + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: matrix + type: Microsoft.Xna.Framework.Matrix + return: + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Delegate Function TransformCallback(element As CustomDrawGroup, time As GameTime, matrix As Matrix) As Matrix + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.CustomDrawGroup + commentId: T:MLEM.Ui.Elements.CustomDrawGroup + parent: MLEM.Ui.Elements + name: CustomDrawGroup + nameWithType: CustomDrawGroup + fullName: MLEM.Ui.Elements.CustomDrawGroup +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.yml b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.yml new file mode 100644 index 0000000..2751cec --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.CustomDrawGroup.yml @@ -0,0 +1,3142 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.CustomDrawGroup + commentId: T:MLEM.Ui.Elements.CustomDrawGroup + id: CustomDrawGroup + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.CustomDrawGroup.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean) + - MLEM.Ui.Elements.CustomDrawGroup.BeginImpl + - MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - MLEM.Ui.Elements.CustomDrawGroup.Transform + - MLEM.Ui.Elements.CustomDrawGroup.TransformGetter + langs: + - csharp + - vb + name: CustomDrawGroup + nameWithType: CustomDrawGroup + fullName: MLEM.Ui.Elements.CustomDrawGroup + type: Class + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CustomDrawGroup + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class CustomDrawGroup : Group' + content.vb: >- + Public Class CustomDrawGroup + Inherits Group + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Group + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.CustomDrawGroup.Transform + commentId: F:MLEM.Ui.Elements.CustomDrawGroup.Transform + id: Transform + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: Transform + nameWithType: CustomDrawGroup.Transform + fullName: MLEM.Ui.Elements.CustomDrawGroup.Transform + type: Field + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Transform + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Matrix? Transform + return: + type: System.Nullable{Microsoft.Xna.Framework.Matrix} + content.vb: Public Transform As Matrix? + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.CustomDrawGroup.TransformGetter + commentId: F:MLEM.Ui.Elements.CustomDrawGroup.TransformGetter + id: TransformGetter + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: TransformGetter + nameWithType: CustomDrawGroup.TransformGetter + fullName: MLEM.Ui.Elements.CustomDrawGroup.TransformGetter + type: Field + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TransformGetter + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public CustomDrawGroup.TransformCallback TransformGetter + return: + type: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + content.vb: Public TransformGetter As CustomDrawGroup.TransformCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.CustomDrawGroup.BeginImpl + commentId: P:MLEM.Ui.Elements.CustomDrawGroup.BeginImpl + id: BeginImpl + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: BeginImpl + nameWithType: CustomDrawGroup.BeginImpl + fullName: MLEM.Ui.Elements.CustomDrawGroup.BeginImpl + type: Property + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BeginImpl + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public CustomDrawGroup.BeginDelegate BeginImpl { get; set; } + parameters: [] + return: + type: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + content.vb: Public Property BeginImpl As CustomDrawGroup.BeginDelegate + overload: MLEM.Ui.Elements.CustomDrawGroup.BeginImpl* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.CustomDrawGroup.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean) + commentId: M:MLEM.Ui.Elements.CustomDrawGroup.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean)' + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: CustomDrawGroup(Anchor, Vector2, CustomDrawGroup.TransformCallback, CustomDrawGroup.BeginDelegate, Boolean) + nameWithType: CustomDrawGroup.CustomDrawGroup(Anchor, Vector2, CustomDrawGroup.TransformCallback, CustomDrawGroup.BeginDelegate, Boolean) + fullName: MLEM.Ui.Elements.CustomDrawGroup.CustomDrawGroup(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.CustomDrawGroup.TransformCallback, MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public CustomDrawGroup(Anchor anchor, Vector2 size, CustomDrawGroup.TransformCallback transformGetter = null, CustomDrawGroup.BeginDelegate beginImpl = null, bool setHeightBasedOnChildren = true) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: transformGetter + type: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + - id: beginImpl + type: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + - id: setHeightBasedOnChildren + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, transformGetter As CustomDrawGroup.TransformCallback = Nothing, beginImpl As CustomDrawGroup.BeginDelegate = Nothing, setHeightBasedOnChildren As Boolean = True) + overload: MLEM.Ui.Elements.CustomDrawGroup.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: CustomDrawGroup.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.CustomDrawGroup.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + id: ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: MLEM.Ui.Elements.CustomDrawGroup + langs: + - csharp + - vb + name: ScaleOrigin(Single, Nullable) + nameWithType: CustomDrawGroup.ScaleOrigin(Single, Nullable) + fullName: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single, System.Nullable) + type: Method + source: + remote: + path: MLEM.Ui/Elements/CustomDrawGroup.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaleOrigin + path: ../MLEM.Ui/Elements/CustomDrawGroup.cs + startLine: 44 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void ScaleOrigin(float scale, Vector2? origin = default(Vector2? )) + parameters: + - id: scale + type: System.Single + - id: origin + type: System.Nullable{Microsoft.Xna.Framework.Vector2} + content.vb: Public Sub ScaleOrigin(scale As Single, origin As Vector2? = Nothing) + overload: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin* + nameWithType.vb: CustomDrawGroup.ScaleOrigin(Single, Nullable(Of Vector2)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) + name.vb: ScaleOrigin(Single, Nullable(Of Vector2)) +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Group + commentId: T:MLEM.Ui.Elements.Group + parent: MLEM.Ui.Elements + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable{Microsoft.Xna.Framework.Matrix} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Matrix} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Matrix) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Matrix) + name.vb: Nullable(Of Matrix) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + parent: MLEM.Ui.Elements + name: CustomDrawGroup.TransformCallback + nameWithType: CustomDrawGroup.TransformCallback + fullName: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback +- uid: MLEM.Ui.Elements.CustomDrawGroup.BeginImpl* + commentId: Overload:MLEM.Ui.Elements.CustomDrawGroup.BeginImpl + name: BeginImpl + nameWithType: CustomDrawGroup.BeginImpl + fullName: MLEM.Ui.Elements.CustomDrawGroup.BeginImpl +- uid: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + parent: MLEM.Ui.Elements + name: CustomDrawGroup.BeginDelegate + nameWithType: CustomDrawGroup.BeginDelegate + fullName: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate +- uid: MLEM.Ui.Elements.CustomDrawGroup.#ctor* + commentId: Overload:MLEM.Ui.Elements.CustomDrawGroup.#ctor + name: CustomDrawGroup + nameWithType: CustomDrawGroup.CustomDrawGroup + fullName: MLEM.Ui.Elements.CustomDrawGroup.CustomDrawGroup +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Group + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Group.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Group.Draw + fullName: MLEM.Ui.Elements.Group.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Group.Draw + fullName: MLEM.Ui.Elements.Group.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.CustomDrawGroup.Draw* + commentId: Overload:MLEM.Ui.Elements.CustomDrawGroup.Draw + name: Draw + nameWithType: CustomDrawGroup.Draw + fullName: MLEM.Ui.Elements.CustomDrawGroup.Draw +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin* + commentId: Overload:MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin + name: ScaleOrigin + nameWithType: CustomDrawGroup.ScaleOrigin + fullName: MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin +- uid: System.Nullable{Microsoft.Xna.Framework.Vector2} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Vector2) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2) + name.vb: Nullable(Of Vector2) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Ui.Elements.Dropdown.yml b/Docs/api/MLEM.Ui.Elements.Dropdown.yml new file mode 100644 index 0000000..12603d1 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Dropdown.yml @@ -0,0 +1,3068 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Dropdown + commentId: T:MLEM.Ui.Elements.Dropdown + id: Dropdown + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Dropdown.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + - MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback) + - MLEM.Ui.Elements.Dropdown.AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback) + - MLEM.Ui.Elements.Dropdown.IsOpen + - MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed + - MLEM.Ui.Elements.Dropdown.Panel + langs: + - csharp + - vb + name: Dropdown + nameWithType: Dropdown + fullName: MLEM.Ui.Elements.Dropdown + type: Class + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Dropdown + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Dropdown : Button' + content.vb: >- + Public Class Dropdown + Inherits Button + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Button + inheritedMembers: + - MLEM.Ui.Elements.Button.Texture + - MLEM.Ui.Elements.Button.NormalColor + - MLEM.Ui.Elements.Button.HoveredTexture + - MLEM.Ui.Elements.Button.HoveredColor + - MLEM.Ui.Elements.Button.DisabledTexture + - MLEM.Ui.Elements.Button.DisabledColor + - MLEM.Ui.Elements.Button.Text + - MLEM.Ui.Elements.Button.Tooltip + - MLEM.Ui.Elements.Button.IsDisabled + - MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Dropdown.Panel + commentId: F:MLEM.Ui.Elements.Dropdown.Panel + id: Panel + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: Panel + nameWithType: Dropdown.Panel + fullName: MLEM.Ui.Elements.Dropdown.Panel + type: Field + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Panel + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public readonly Panel Panel + return: + type: MLEM.Ui.Elements.Panel + content.vb: Public ReadOnly Panel As Panel + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Dropdown.IsOpen + commentId: P:MLEM.Ui.Elements.Dropdown.IsOpen + id: IsOpen + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: IsOpen + nameWithType: Dropdown.IsOpen + fullName: MLEM.Ui.Elements.Dropdown.IsOpen + type: Property + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsOpen + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool IsOpen { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property IsOpen As Boolean + overload: MLEM.Ui.Elements.Dropdown.IsOpen* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed + commentId: F:MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed + id: OnOpenedOrClosed + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: OnOpenedOrClosed + nameWithType: Dropdown.OnOpenedOrClosed + fullName: MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed + type: Field + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnOpenedOrClosed + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnOpenedOrClosed + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnOpenedOrClosed As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Dropdown.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + commentId: M:MLEM.Ui.Elements.Dropdown.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)' + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: Dropdown(Anchor, Vector2, String, String, Single) + nameWithType: Dropdown.Dropdown(Anchor, Vector2, String, String, Single) + fullName: MLEM.Ui.Elements.Dropdown.Dropdown(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.String, System.String, System.Single) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Dropdown(Anchor anchor, Vector2 size, string text = null, string tooltipText = null, float tooltipWidth = 50F) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: text + type: System.String + - id: tooltipText + type: System.String + - id: tooltipWidth + type: System.Single + content.vb: Public Sub New(anchor As Anchor, size As Vector2, text As String = Nothing, tooltipText As String = Nothing, tooltipWidth As Single = 50F) + overload: MLEM.Ui.Elements.Dropdown.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element) + id: AddElement(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: AddElement(Element) + nameWithType: Dropdown.AddElement(Element) + fullName: MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddElement + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 26 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void AddElement(Element element) + parameters: + - id: element + type: MLEM.Ui.Elements.Element + content.vb: Public Sub AddElement(element As Element) + overload: MLEM.Ui.Elements.Dropdown.AddElement* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Dropdown.AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback) + commentId: M:MLEM.Ui.Elements.Dropdown.AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback) + id: AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback) + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: AddElement(String, Element.GenericCallback) + nameWithType: Dropdown.AddElement(String, Element.GenericCallback) + fullName: MLEM.Ui.Elements.Dropdown.AddElement(System.String, MLEM.Ui.Elements.Element.GenericCallback) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddElement + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 41 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void AddElement(string text, Element.GenericCallback pressed = null) + parameters: + - id: text + type: System.String + - id: pressed + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public Sub AddElement(text As String, pressed As Element.GenericCallback = Nothing) + overload: MLEM.Ui.Elements.Dropdown.AddElement* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback) + commentId: M:MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback) + id: AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback) + parent: MLEM.Ui.Elements.Dropdown + langs: + - csharp + - vb + name: AddElement(Paragraph.TextCallback, Element.GenericCallback) + nameWithType: Dropdown.AddElement(Paragraph.TextCallback, Element.GenericCallback) + fullName: MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback, MLEM.Ui.Elements.Element.GenericCallback) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Dropdown.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddElement + path: ../MLEM.Ui/Elements/Dropdown.cs + startLine: 45 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void AddElement(Paragraph.TextCallback text, Element.GenericCallback pressed = null) + parameters: + - id: text + type: MLEM.Ui.Elements.Paragraph.TextCallback + - id: pressed + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public Sub AddElement(text As Paragraph.TextCallback, pressed As Element.GenericCallback = Nothing) + overload: MLEM.Ui.Elements.Dropdown.AddElement* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Button + commentId: T:MLEM.Ui.Elements.Button + parent: MLEM.Ui.Elements + name: Button + nameWithType: Button + fullName: MLEM.Ui.Elements.Button +- uid: MLEM.Ui.Elements.Button.Texture + commentId: F:MLEM.Ui.Elements.Button.Texture + parent: MLEM.Ui.Elements.Button + name: Texture + nameWithType: Button.Texture + fullName: MLEM.Ui.Elements.Button.Texture +- uid: MLEM.Ui.Elements.Button.NormalColor + commentId: F:MLEM.Ui.Elements.Button.NormalColor + parent: MLEM.Ui.Elements.Button + name: NormalColor + nameWithType: Button.NormalColor + fullName: MLEM.Ui.Elements.Button.NormalColor +- uid: MLEM.Ui.Elements.Button.HoveredTexture + commentId: F:MLEM.Ui.Elements.Button.HoveredTexture + parent: MLEM.Ui.Elements.Button + name: HoveredTexture + nameWithType: Button.HoveredTexture + fullName: MLEM.Ui.Elements.Button.HoveredTexture +- uid: MLEM.Ui.Elements.Button.HoveredColor + commentId: F:MLEM.Ui.Elements.Button.HoveredColor + parent: MLEM.Ui.Elements.Button + name: HoveredColor + nameWithType: Button.HoveredColor + fullName: MLEM.Ui.Elements.Button.HoveredColor +- uid: MLEM.Ui.Elements.Button.DisabledTexture + commentId: F:MLEM.Ui.Elements.Button.DisabledTexture + parent: MLEM.Ui.Elements.Button + name: DisabledTexture + nameWithType: Button.DisabledTexture + fullName: MLEM.Ui.Elements.Button.DisabledTexture +- uid: MLEM.Ui.Elements.Button.DisabledColor + commentId: F:MLEM.Ui.Elements.Button.DisabledColor + parent: MLEM.Ui.Elements.Button + name: DisabledColor + nameWithType: Button.DisabledColor + fullName: MLEM.Ui.Elements.Button.DisabledColor +- uid: MLEM.Ui.Elements.Button.Text + commentId: F:MLEM.Ui.Elements.Button.Text + parent: MLEM.Ui.Elements.Button + name: Text + nameWithType: Button.Text + fullName: MLEM.Ui.Elements.Button.Text +- uid: MLEM.Ui.Elements.Button.Tooltip + commentId: F:MLEM.Ui.Elements.Button.Tooltip + parent: MLEM.Ui.Elements.Button + name: Tooltip + nameWithType: Button.Tooltip + fullName: MLEM.Ui.Elements.Button.Tooltip +- uid: MLEM.Ui.Elements.Button.IsDisabled + commentId: P:MLEM.Ui.Elements.Button.IsDisabled + parent: MLEM.Ui.Elements.Button + name: IsDisabled + nameWithType: Button.IsDisabled + fullName: MLEM.Ui.Elements.Button.IsDisabled +- uid: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Button + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Button.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Button.Draw + fullName: MLEM.Ui.Elements.Button.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Button.Draw + fullName: MLEM.Ui.Elements.Button.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Button + name: InitStyle(UiStyle) + nameWithType: Button.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Button.InitStyle + fullName: MLEM.Ui.Elements.Button.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Button.InitStyle + fullName: MLEM.Ui.Elements.Button.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel + commentId: T:MLEM.Ui.Elements.Panel + parent: MLEM.Ui.Elements + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel +- uid: MLEM.Ui.Elements.Dropdown.IsOpen* + commentId: Overload:MLEM.Ui.Elements.Dropdown.IsOpen + name: IsOpen + nameWithType: Dropdown.IsOpen + fullName: MLEM.Ui.Elements.Dropdown.IsOpen +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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.Elements.Dropdown.#ctor* + commentId: Overload:MLEM.Ui.Elements.Dropdown.#ctor + name: Dropdown + nameWithType: Dropdown.Dropdown + fullName: MLEM.Ui.Elements.Dropdown.Dropdown +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Dropdown.AddElement* + commentId: Overload:MLEM.Ui.Elements.Dropdown.AddElement + name: AddElement + nameWithType: Dropdown.AddElement + fullName: MLEM.Ui.Elements.Dropdown.AddElement +- uid: MLEM.Ui.Elements.Paragraph.TextCallback + commentId: T:MLEM.Ui.Elements.Paragraph.TextCallback + parent: MLEM.Ui.Elements + name: Paragraph.TextCallback + nameWithType: Paragraph.TextCallback + fullName: MLEM.Ui.Elements.Paragraph.TextCallback diff --git a/Docs/api/MLEM.Ui.Elements.Element.DrawCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.DrawCallback.yml new file mode 100644 index 0000000..fe3e42a --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.DrawCallback.yml @@ -0,0 +1,94 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.DrawCallback + commentId: T:MLEM.Ui.Elements.Element.DrawCallback + id: Element.DrawCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.DrawCallback + nameWithType: Element.DrawCallback + fullName: MLEM.Ui.Elements.Element.DrawCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 532 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void DrawCallback(Element element, GameTime time, SpriteBatch batch, float alpha); + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + content.vb: Public Delegate Sub DrawCallback(element As Element, time As GameTime, batch As SpriteBatch, alpha As Single) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- 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: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Element.GamepadNextElementCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.GamepadNextElementCallback.yml new file mode 100644 index 0000000..ac91260 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.GamepadNextElementCallback.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.GamepadNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.GamepadNextElementCallback + id: Element.GamepadNextElementCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.GamepadNextElementCallback + nameWithType: Element.GamepadNextElementCallback + fullName: MLEM.Ui.Elements.Element.GamepadNextElementCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GamepadNextElementCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 538 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate Element GamepadNextElementCallback(Direction2 dir, Element usualNext); + parameters: + - id: dir + type: MLEM.Misc.Direction2 + - id: usualNext + type: MLEM.Ui.Elements.Element + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Delegate Function GamepadNextElementCallback(dir As Direction2, usualNext As Element) As Element + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- 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.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc diff --git a/Docs/api/MLEM.Ui.Elements.Element.GenericCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.GenericCallback.yml new file mode 100644 index 0000000..ba8bc23 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.GenericCallback.yml @@ -0,0 +1,49 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.GenericCallback + commentId: T:MLEM.Ui.Elements.Element.GenericCallback + id: Element.GenericCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.GenericCallback + nameWithType: Element.GenericCallback + fullName: MLEM.Ui.Elements.Element.GenericCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GenericCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 528 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void GenericCallback(Element element); + parameters: + - id: element + type: MLEM.Ui.Elements.Element + content.vb: Public Delegate Sub GenericCallback(element As Element) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element diff --git a/Docs/api/MLEM.Ui.Elements.Element.OtherElementCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.OtherElementCallback.yml new file mode 100644 index 0000000..dc105fd --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.OtherElementCallback.yml @@ -0,0 +1,51 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.OtherElementCallback + commentId: T:MLEM.Ui.Elements.Element.OtherElementCallback + id: Element.OtherElementCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.OtherElementCallback + nameWithType: Element.OtherElementCallback + fullName: MLEM.Ui.Elements.Element.OtherElementCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OtherElementCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 530 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void OtherElementCallback(Element thisElement, Element otherElement); + parameters: + - id: thisElement + type: MLEM.Ui.Elements.Element + - id: otherElement + type: MLEM.Ui.Elements.Element + content.vb: Public Delegate Sub OtherElementCallback(thisElement As Element, otherElement As Element) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element diff --git a/Docs/api/MLEM.Ui.Elements.Element.TabNextElementCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.TabNextElementCallback.yml new file mode 100644 index 0000000..ef06d3d --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.TabNextElementCallback.yml @@ -0,0 +1,66 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.TabNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.TabNextElementCallback + id: Element.TabNextElementCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.TabNextElementCallback + nameWithType: Element.TabNextElementCallback + fullName: MLEM.Ui.Elements.Element.TabNextElementCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TabNextElementCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 536 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate Element TabNextElementCallback(bool backward, Element usualNext); + parameters: + - id: backward + type: System.Boolean + - id: usualNext + type: MLEM.Ui.Elements.Element + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Delegate Function TabNextElementCallback(backward As Boolean, usualNext As Element) As Element + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Element.TextInputCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.TextInputCallback.yml new file mode 100644 index 0000000..2aa9f22 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.TextInputCallback.yml @@ -0,0 +1,79 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.TextInputCallback + commentId: T:MLEM.Ui.Elements.Element.TextInputCallback + id: Element.TextInputCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.TextInputCallback + nameWithType: Element.TextInputCallback + fullName: MLEM.Ui.Elements.Element.TextInputCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextInputCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 526 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void TextInputCallback(Element element, Keys key, char character); + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: key + type: Microsoft.Xna.Framework.Input.Keys + - id: character + type: System.Char + content.vb: Public Delegate Sub TextInputCallback(element As Element, key As Keys, character As Char) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element +- uid: Microsoft.Xna.Framework.Input.Keys + commentId: T:Microsoft.Xna.Framework.Input.Keys + parent: Microsoft.Xna.Framework.Input + isExternal: true + name: Keys + nameWithType: Keys + fullName: Microsoft.Xna.Framework.Input.Keys +- uid: System.Char + commentId: T:System.Char + parent: System + isExternal: true + name: Char + nameWithType: Char + fullName: System.Char +- uid: Microsoft.Xna.Framework.Input + commentId: N:Microsoft.Xna.Framework.Input + isExternal: true + name: Microsoft.Xna.Framework.Input + nameWithType: Microsoft.Xna.Framework.Input + fullName: Microsoft.Xna.Framework.Input +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Element.TimeCallback.yml b/Docs/api/MLEM.Ui.Elements.Element.TimeCallback.yml new file mode 100644 index 0000000..e930685 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.TimeCallback.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element.TimeCallback + commentId: T:MLEM.Ui.Elements.Element.TimeCallback + id: Element.TimeCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Element.TimeCallback + nameWithType: Element.TimeCallback + fullName: MLEM.Ui.Elements.Element.TimeCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TimeCallback + path: ../MLEM.Ui/Elements/Element.cs + startLine: 534 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void TimeCallback(Element element, GameTime time); + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Delegate Sub TimeCallback(element As Element, time As GameTime) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element +- 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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework diff --git a/Docs/api/MLEM.Ui.Elements.Element.yml b/Docs/api/MLEM.Ui.Elements.Element.yml new file mode 100644 index 0000000..eaa9aa9 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Element.yml @@ -0,0 +1,4559 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Element + commentId: T:MLEM.Ui.Elements.Element + id: Element + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Element.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + langs: + - csharp + - vb + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + type: Class + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Element + path: ../MLEM.Ui/Elements/Element.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public abstract class Element : GenericDataHolder' + content.vb: >- + Public MustInherit Class Element + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + derivedClasses: + - MLEM.Ui.Elements.Button + - MLEM.Ui.Elements.Checkbox + - MLEM.Ui.Elements.Group + - MLEM.Ui.Elements.Image + - MLEM.Ui.Elements.Panel + - MLEM.Ui.Elements.Paragraph + - MLEM.Ui.Elements.Paragraph.Link + - MLEM.Ui.Elements.ProgressBar + - MLEM.Ui.Elements.ScrollBar + - MLEM.Ui.Elements.TextField + - MLEM.Ui.Elements.VerticalSpace + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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 + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + id: Children + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Children + path: ../MLEM.Ui/Elements/Element.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected readonly List Children + return: + type: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + content.vb: Protected ReadOnly Children As List(Of Element) + modifiers.csharp: + - protected + - readonly + modifiers.vb: + - Protected + - ReadOnly +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + id: SortedChildren + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SortedChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected List SortedChildren { get; } + parameters: [] + return: + type: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + content.vb: Protected ReadOnly Property SortedChildren As List(Of Element) + overload: MLEM.Ui.Elements.Element.SortedChildren* + modifiers.csharp: + - protected + - get + modifiers.vb: + - Protected + - ReadOnly +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + id: System + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: System + path: ../MLEM.Ui/Elements/Element.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public UiSystem System { get; } + parameters: [] + return: + type: MLEM.Ui.UiSystem + content.vb: Public ReadOnly Property System As UiSystem + overload: MLEM.Ui.Elements.Element.System* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + id: Controls + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Controls + path: ../MLEM.Ui/Elements/Element.cs + startLine: 37 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + id: Input + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Input + path: ../MLEM.Ui/Elements/Element.cs + startLine: 38 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected InputHandler Input { get; } + parameters: [] + return: + type: MLEM.Input.InputHandler + content.vb: Protected ReadOnly Property Input As InputHandler + overload: MLEM.Ui.Elements.Element.Input* + modifiers.csharp: + - protected + - get + modifiers.vb: + - Protected + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + id: Parent + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Parent + path: ../MLEM.Ui/Elements/Element.cs + startLine: 39 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element Parent { get; } + parameters: [] + return: + type: MLEM.Ui.Elements.Element + content.vb: Public ReadOnly Property Parent As Element + overload: MLEM.Ui.Elements.Element.Parent* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + id: Root + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Root + path: ../MLEM.Ui/Elements/Element.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RootElement Root { get; } + parameters: [] + return: + type: MLEM.Ui.RootElement + content.vb: Public ReadOnly Property Root As RootElement + overload: MLEM.Ui.Elements.Element.Root* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + id: Scale + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Scale + path: ../MLEM.Ui/Elements/Element.cs + startLine: 41 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float Scale { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property Scale As Single + overload: MLEM.Ui.Elements.Element.Scale* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + id: Anchor + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Anchor + path: ../MLEM.Ui/Elements/Element.cs + startLine: 44 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Anchor Anchor { get; set; } + parameters: [] + return: + type: MLEM.Ui.Anchor + content.vb: Public Property Anchor As Anchor + overload: MLEM.Ui.Elements.Element.Anchor* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + id: Size + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Size + path: ../MLEM.Ui/Elements/Element.cs + startLine: 55 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 Size { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Size As Vector2 + overload: MLEM.Ui.Elements.Element.Size* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + id: ScaledSize + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaledSize + path: ../MLEM.Ui/Elements/Element.cs + startLine: 64 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScaledSize { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ReadOnly Property ScaledSize As Vector2 + overload: MLEM.Ui.Elements.Element.ScaledSize* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + id: PositionOffset + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PositionOffset + path: ../MLEM.Ui/Elements/Element.cs + startLine: 67 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 PositionOffset { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property PositionOffset As Vector2 + overload: MLEM.Ui.Elements.Element.PositionOffset* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + id: ScaledOffset + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaledOffset + path: ../MLEM.Ui/Elements/Element.cs + startLine: 76 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScaledOffset { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ReadOnly Property ScaledOffset As Vector2 + overload: MLEM.Ui.Elements.Element.ScaledOffset* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + id: Padding + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Padding + path: ../MLEM.Ui/Elements/Element.cs + startLine: 78 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Padding Padding + return: + type: MLEM.Misc.Padding + content.vb: Public Padding As Padding + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + id: ScaledPadding + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaledPadding + path: ../MLEM.Ui/Elements/Element.cs + startLine: 79 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Padding ScaledPadding { get; } + parameters: [] + return: + type: MLEM.Misc.Padding + content.vb: Public ReadOnly Property ScaledPadding As Padding + overload: MLEM.Ui.Elements.Element.ScaledPadding* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + id: ChildPadding + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ChildPadding + path: ../MLEM.Ui/Elements/Element.cs + startLine: 82 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Padding ChildPadding { get; set; } + parameters: [] + return: + type: MLEM.Misc.Padding + content.vb: Public Property ChildPadding As Padding + overload: MLEM.Ui.Elements.Element.ChildPadding* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + id: ScaledChildPadding + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaledChildPadding + path: ../MLEM.Ui/Elements/Element.cs + startLine: 91 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Padding ScaledChildPadding { get; } + parameters: [] + return: + type: MLEM.Misc.Padding + content.vb: Public ReadOnly Property ScaledChildPadding As Padding + overload: MLEM.Ui.Elements.Element.ScaledChildPadding* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + id: ChildPaddedArea + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ChildPaddedArea + path: ../MLEM.Ui/Elements/Element.cs + startLine: 92 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RectangleF ChildPaddedArea { get; } + parameters: [] + return: + type: MLEM.Misc.RectangleF + content.vb: Public ReadOnly Property ChildPaddedArea As RectangleF + overload: MLEM.Ui.Elements.Element.ChildPaddedArea* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + id: UnscrolledArea + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UnscrolledArea + path: ../MLEM.Ui/Elements/Element.cs + startLine: 95 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RectangleF UnscrolledArea { get; } + parameters: [] + return: + type: MLEM.Misc.RectangleF + content.vb: Public ReadOnly Property UnscrolledArea As RectangleF + overload: MLEM.Ui.Elements.Element.UnscrolledArea* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + id: Area + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Area + path: ../MLEM.Ui/Elements/Element.cs + startLine: 102 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RectangleF Area { get; } + parameters: [] + return: + type: MLEM.Misc.RectangleF + content.vb: Public ReadOnly Property Area As RectangleF + overload: MLEM.Ui.Elements.Element.Area* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + id: DisplayArea + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DisplayArea + path: ../MLEM.Ui/Elements/Element.cs + startLine: 103 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RectangleF DisplayArea { get; } + parameters: [] + return: + type: MLEM.Misc.RectangleF + content.vb: Public ReadOnly Property DisplayArea As RectangleF + overload: MLEM.Ui.Elements.Element.DisplayArea* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + id: ScrollOffset + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollOffset + path: ../MLEM.Ui/Elements/Element.cs + startLine: 105 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScrollOffset + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ScrollOffset As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + id: ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaledScrollOffset + path: ../MLEM.Ui/Elements/Element.cs + startLine: 106 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScaledScrollOffset { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ReadOnly Property ScaledScrollOffset As Vector2 + overload: MLEM.Ui.Elements.Element.ScaledScrollOffset* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + id: IsHidden + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsHidden + path: ../MLEM.Ui/Elements/Element.cs + startLine: 109 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool IsHidden { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property IsHidden As Boolean + overload: MLEM.Ui.Elements.Element.IsHidden* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + id: Priority + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Priority + path: ../MLEM.Ui/Elements/Element.cs + startLine: 120 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public int Priority { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property Priority As Integer + overload: MLEM.Ui.Elements.Element.Priority* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + id: CanBeSelected + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanBeSelected + path: ../MLEM.Ui/Elements/Element.cs + startLine: 129 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool CanBeSelected + return: + type: System.Boolean + content.vb: Public CanBeSelected As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + id: CanBeMoused + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanBeMoused + path: ../MLEM.Ui/Elements/Element.cs + startLine: 130 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool CanBeMoused + return: + type: System.Boolean + content.vb: Public CanBeMoused As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + id: CanBePressed + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanBePressed + path: ../MLEM.Ui/Elements/Element.cs + startLine: 131 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool CanBePressed + return: + type: System.Boolean + content.vb: Public CanBePressed As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + id: CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanAutoAnchorsAttach + path: ../MLEM.Ui/Elements/Element.cs + startLine: 132 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool CanAutoAnchorsAttach + return: + type: System.Boolean + content.vb: Public CanAutoAnchorsAttach As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + id: SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetHeightBasedOnChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 133 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool SetHeightBasedOnChildren + return: + type: System.Boolean + content.vb: Public SetHeightBasedOnChildren As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + id: SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetWidthBasedOnChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 134 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool SetWidthBasedOnChildren + return: + type: System.Boolean + content.vb: Public SetWidthBasedOnChildren As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + id: DrawAlpha + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawAlpha + path: ../MLEM.Ui/Elements/Element.cs + startLine: 135 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float DrawAlpha + return: + type: System.Single + content.vb: Public DrawAlpha As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + id: IsMouseOver + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsMouseOver + path: ../MLEM.Ui/Elements/Element.cs + startLine: 137 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool IsMouseOver { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsMouseOver As Boolean + overload: MLEM.Ui.Elements.Element.IsMouseOver* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + id: IsSelected + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected + type: Property + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsSelected + path: ../MLEM.Ui/Elements/Element.cs + startLine: 138 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool IsSelected { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsSelected As Boolean + overload: MLEM.Ui.Elements.Element.IsSelected* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + id: OnDrawn + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnDrawn + path: ../MLEM.Ui/Elements/Element.cs + startLine: 140 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.DrawCallback OnDrawn + return: + type: MLEM.Ui.Elements.Element.DrawCallback + content.vb: Public OnDrawn As Element.DrawCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + id: OnUpdated + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnUpdated + path: ../MLEM.Ui/Elements/Element.cs + startLine: 141 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.TimeCallback OnUpdated + return: + type: MLEM.Ui.Elements.Element.TimeCallback + content.vb: Public OnUpdated As Element.TimeCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + id: OnPressed + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnPressed + path: ../MLEM.Ui/Elements/Element.cs + startLine: 142 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnPressed + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnPressed As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + id: OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnSecondaryPressed + path: ../MLEM.Ui/Elements/Element.cs + startLine: 143 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnSecondaryPressed + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnSecondaryPressed As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + id: OnSelected + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnSelected + path: ../MLEM.Ui/Elements/Element.cs + startLine: 144 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnSelected + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnSelected As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + id: OnDeselected + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnDeselected + path: ../MLEM.Ui/Elements/Element.cs + startLine: 145 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnDeselected + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnDeselected As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + id: OnMouseEnter + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnMouseEnter + path: ../MLEM.Ui/Elements/Element.cs + startLine: 146 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnMouseEnter + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnMouseEnter As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + id: OnMouseExit + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnMouseExit + path: ../MLEM.Ui/Elements/Element.cs + startLine: 147 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnMouseExit + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnMouseExit As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + id: OnTextInput + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnTextInput + path: ../MLEM.Ui/Elements/Element.cs + startLine: 148 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.TextInputCallback OnTextInput + return: + type: MLEM.Ui.Elements.Element.TextInputCallback + content.vb: Public OnTextInput As Element.TextInputCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + id: OnAreaUpdated + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnAreaUpdated + path: ../MLEM.Ui/Elements/Element.cs + startLine: 149 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnAreaUpdated + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnAreaUpdated As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + id: OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnMousedElementChanged + path: ../MLEM.Ui/Elements/Element.cs + startLine: 150 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.OtherElementCallback OnMousedElementChanged + return: + type: MLEM.Ui.Elements.Element.OtherElementCallback + content.vb: Public OnMousedElementChanged As Element.OtherElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + id: OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnSelectedElementChanged + path: ../MLEM.Ui/Elements/Element.cs + startLine: 151 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.OtherElementCallback OnSelectedElementChanged + return: + type: MLEM.Ui.Elements.Element.OtherElementCallback + content.vb: Public OnSelectedElementChanged As Element.OtherElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + id: GetTabNextElement + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTabNextElement + path: ../MLEM.Ui/Elements/Element.cs + startLine: 152 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.TabNextElementCallback GetTabNextElement + return: + type: MLEM.Ui.Elements.Element.TabNextElementCallback + content.vb: Public GetTabNextElement As Element.TabNextElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + id: GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetGamepadNextElement + path: ../MLEM.Ui/Elements/Element.cs + startLine: 153 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GamepadNextElementCallback GetGamepadNextElement + return: + type: MLEM.Ui.Elements.Element.GamepadNextElementCallback + content.vb: Public GetGamepadNextElement As Element.GamepadNextElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + id: OnChildAdded + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnChildAdded + path: ../MLEM.Ui/Elements/Element.cs + startLine: 154 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.OtherElementCallback OnChildAdded + return: + type: MLEM.Ui.Elements.Element.OtherElementCallback + content.vb: Public OnChildAdded As Element.OtherElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + id: OnChildRemoved + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnChildRemoved + path: ../MLEM.Ui/Elements/Element.cs + startLine: 155 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.OtherElementCallback OnChildRemoved + return: + type: MLEM.Ui.Elements.Element.OtherElementCallback + content.vb: Public OnChildRemoved As Element.OtherElementCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + id: SelectionIndicator + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectionIndicator + path: ../MLEM.Ui/Elements/Element.cs + startLine: 157 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp SelectionIndicator + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public SelectionIndicator As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + id: ActionSound + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ActionSound + path: ../MLEM.Ui/Elements/Element.cs + startLine: 158 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp ActionSound + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Audio.SoundEffectInstance} + content.vb: Public ActionSound As StyleProp(Of SoundEffectInstance) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + id: SecondActionSound + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound + type: Field + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SecondActionSound + path: ../MLEM.Ui/Elements/Element.cs + startLine: 159 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp SecondActionSound + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Audio.SoundEffectInstance} + content.vb: Public SecondActionSound As StyleProp(Of SoundEffectInstance) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2)' + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Element(Anchor, Vector2) + nameWithType: Element.Element(Anchor, Vector2) + fullName: MLEM.Ui.Elements.Element.Element(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Element.cs + startLine: 161 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element(Anchor anchor, Vector2 size) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub New(anchor As Anchor, size As Vector2) + overload: MLEM.Ui.Elements.Element.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + id: AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddChild + path: ../MLEM.Ui/Elements/Element.cs + startLine: 175 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + public T AddChild(T element, int index = -1) + where T : Element + parameters: + - id: element + type: '{T}' + - id: index + type: System.Int32 + typeParameters: + - id: T + return: + type: '{T}' + content.vb: Public Function AddChild(Of T As Element)(element As T, index As Integer = -1) As T + overload: MLEM.Ui.Elements.Element.AddChild* + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + id: RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RemoveChild + path: ../MLEM.Ui/Elements/Element.cs + startLine: 191 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void RemoveChild(Element element) + parameters: + - id: element + type: MLEM.Ui.Elements.Element + content.vb: Public Sub RemoveChild(element As Element) + overload: MLEM.Ui.Elements.Element.RemoveChild* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RemoveChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 206 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void RemoveChildren(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + content.vb: Public Sub RemoveChildren(condition As Func(Of Element, Boolean) = Nothing) + overload: MLEM.Ui.Elements.Element.RemoveChildren* + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + id: SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetSortedChildrenDirty + path: ../MLEM.Ui/Elements/Element.cs + startLine: 215 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void SetSortedChildrenDirty() + content.vb: Public Sub SetSortedChildrenDirty + overload: MLEM.Ui.Elements.Element.SetSortedChildrenDirty* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + id: UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpdateSortedChildrenIfDirty + path: ../MLEM.Ui/Elements/Element.cs + startLine: 219 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void UpdateSortedChildrenIfDirty() + content.vb: Public Sub UpdateSortedChildrenIfDirty + overload: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + id: ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ForceUpdateSortedChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 224 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual void ForceUpdateSortedChildren() + content.vb: Public Overridable Sub ForceUpdateSortedChildren + overload: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + id: SetAreaDirty + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetAreaDirty + path: ../MLEM.Ui/Elements/Element.cs + startLine: 232 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void SetAreaDirty() + content.vb: Public Sub SetAreaDirty + overload: MLEM.Ui.Elements.Element.SetAreaDirty* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + id: UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpdateAreaIfDirty + path: ../MLEM.Ui/Elements/Element.cs + startLine: 238 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void UpdateAreaIfDirty() + content.vb: Public Sub UpdateAreaIfDirty + overload: MLEM.Ui.Elements.Element.UpdateAreaIfDirty* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + id: ForceUpdateArea + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ForceUpdateArea + path: ../MLEM.Ui/Elements/Element.cs + startLine: 243 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual void ForceUpdateArea() + content.vb: Public Overridable Sub ForceUpdateArea + overload: MLEM.Ui.Elements.Element.ForceUpdateArea* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + id: CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CalcActualSize + path: ../MLEM.Ui/Elements/Element.cs + startLine: 364 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual Vector2 CalcActualSize(RectangleF parentArea) + parameters: + - id: parentArea + type: MLEM.Misc.RectangleF + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Protected Overridable Function CalcActualSize(parentArea As RectangleF) As Vector2 + overload: MLEM.Ui.Elements.Element.CalcActualSize* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + id: GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetAreaForAutoAnchors + path: ../MLEM.Ui/Elements/Element.cs + startLine: 370 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual RectangleF GetAreaForAutoAnchors() + return: + type: MLEM.Misc.RectangleF + content.vb: Protected Overridable Function GetAreaForAutoAnchors As RectangleF + overload: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetLowestChild + path: ../MLEM.Ui/Elements/Element.cs + startLine: 374 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element GetLowestChild(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Function GetLowestChild(condition As Func(Of Element, Boolean) = Nothing) As Element + overload: MLEM.Ui.Elements.Element.GetLowestChild* + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRightmostChild + path: ../MLEM.Ui/Elements/Element.cs + startLine: 387 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element GetRightmostChild(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Function GetRightmostChild(condition As Func(Of Element, Boolean) = Nothing) As Element + overload: MLEM.Ui.Elements.Element.GetRightmostChild* + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetLowestOlderSibling + path: ../MLEM.Ui/Elements/Element.cs + startLine: 400 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element GetLowestOlderSibling(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Function GetLowestOlderSibling(condition As Func(Of Element, Boolean) = Nothing) As Element + overload: MLEM.Ui.Elements.Element.GetLowestOlderSibling* + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetOlderSibling + path: ../MLEM.Ui/Elements/Element.cs + startLine: 415 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element GetOlderSibling(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Function GetOlderSibling(condition As Func(Of Element, Boolean) = Nothing) As Element + overload: MLEM.Ui.Elements.Element.GetOlderSibling* + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + id: GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetSiblings + path: ../MLEM.Ui/Elements/Element.cs + startLine: 429 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public IEnumerable GetSiblings(Func condition = null) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + return: + type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} + content.vb: Public Function GetSiblings(condition As Func(Of Element, Boolean) = Nothing) As IEnumerable(Of Element) + overload: MLEM.Ui.Elements.Element.GetSiblings* + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + id: GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 440 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + public IEnumerable GetChildren(Func condition = null, bool regardGrandchildren = false, bool ignoreFalseGrandchildren = false) + where T : Element + parameters: + - id: condition + type: System.Func{{T},System.Boolean} + - id: regardGrandchildren + type: System.Boolean + - id: ignoreFalseGrandchildren + type: System.Boolean + typeParameters: + - id: T + return: + type: System.Collections.Generic.IEnumerable{{T}} + content.vb: Public Function GetChildren(Of T As Element)(condition As Func(Of T, Boolean) = Nothing, regardGrandchildren As Boolean = False, ignoreFalseGrandchildren As Boolean = False) As IEnumerable(Of T) + overload: MLEM.Ui.Elements.Element.GetChildren* + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + id: GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 452 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public IEnumerable GetChildren(Func condition = null, bool regardGrandchildren = false, bool ignoreFalseGrandchildren = false) + parameters: + - id: condition + type: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + - id: regardGrandchildren + type: System.Boolean + - id: ignoreFalseGrandchildren + type: System.Boolean + return: + type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} + content.vb: Public Function GetChildren(condition As Func(Of Element, Boolean) = Nothing, regardGrandchildren As Boolean = False, ignoreFalseGrandchildren As Boolean = False) As IEnumerable(Of Element) + overload: MLEM.Ui.Elements.Element.GetChildren* + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + id: GetParentTree + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetParentTree + path: ../MLEM.Ui/Elements/Element.cs + startLine: 456 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public IEnumerable GetParentTree() + return: + type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} + content.vb: Public Function GetParentTree As IEnumerable(Of Element) + overload: MLEM.Ui.Elements.Element.GetParentTree* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + id: GetRelevantChildren + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRelevantChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 464 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual List GetRelevantChildren() + return: + type: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + content.vb: Protected Overridable Function GetRelevantChildren As List(Of Element) + overload: MLEM.Ui.Elements.Element.GetRelevantChildren* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/Element.cs + startLine: 468 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual void Update(GameTime time) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Overridable Sub Update(time As GameTime) + overload: MLEM.Ui.Elements.Element.Update* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Element.cs + startLine: 476 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overridable Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overload: MLEM.Ui.Elements.Element.Draw* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawEarly + path: ../MLEM.Ui/Elements/Element.cs + startLine: 487 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual void DrawEarly(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overridable Sub DrawEarly(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overload: MLEM.Ui.Elements.Element.DrawEarly* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + id: GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetElementUnderPos + path: ../MLEM.Ui/Elements/Element.cs + startLine: 494 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public virtual Element GetElementUnderPos(Vector2 position) + parameters: + - id: position + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Overridable Function GetElementUnderPos(position As Vector2) As Element + overload: MLEM.Ui.Elements.Element.GetElementUnderPos* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + id: AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AndChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 506 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void AndChildren(Action action) + parameters: + - id: action + type: System.Action{MLEM.Ui.Elements.Element} + content.vb: Public Sub AndChildren(action As Action(Of Element)) + overload: MLEM.Ui.Elements.Element.AndChildren* + nameWithType.vb: Element.AndChildren(Action(Of Element)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + id: ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReorderChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 512 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void ReorderChildren(Comparison comparison) + parameters: + - id: comparison + type: System.Comparison{MLEM.Ui.Elements.Element} + content.vb: Public Sub ReorderChildren(comparison As Comparison(Of Element)) + overload: MLEM.Ui.Elements.Element.ReorderChildren* + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + id: ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ReverseChildren + path: ../MLEM.Ui/Elements/Element.cs + startLine: 516 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void ReverseChildren(int index = 0, int? count = default(int? )) + parameters: + - id: index + type: System.Int32 + - id: count + type: System.Nullable{System.Int32} + content.vb: Public Sub ReverseChildren(index As Integer = 0, count As Integer? = Nothing) + overload: MLEM.Ui.Elements.Element.ReverseChildren* + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Element.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Element.cs + startLine: 520 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overridable Sub InitStyle(style As UiStyle) + overload: MLEM.Ui.Elements.Element.InitStyle* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + commentId: T:System.Collections.Generic.List{MLEM.Ui.Elements.Element} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of Element) + fullName.vb: System.Collections.Generic.List(Of MLEM.Ui.Elements.Element) + name.vb: List(Of Element) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Elements.Element.SortedChildren* + commentId: Overload:MLEM.Ui.Elements.Element.SortedChildren + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System* + commentId: Overload:MLEM.Ui.Elements.Element.System + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- 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.Input* + commentId: Overload:MLEM.Ui.Elements.Element.Input + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- 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: MLEM.Ui.Elements.Element.Parent* + commentId: Overload:MLEM.Ui.Elements.Element.Parent + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- 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.Elements.Element.Root* + commentId: Overload:MLEM.Ui.Elements.Element.Root + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.RootElement + commentId: T:MLEM.Ui.RootElement + parent: MLEM.Ui + name: RootElement + nameWithType: RootElement + fullName: MLEM.Ui.RootElement +- uid: MLEM.Ui.Elements.Element.Scale* + commentId: Overload:MLEM.Ui.Elements.Element.Scale + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.Element.Anchor* + commentId: Overload:MLEM.Ui.Elements.Element.Anchor + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: MLEM.Ui.Elements.Element.Size* + commentId: Overload:MLEM.Ui.Elements.Element.Size + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.ScaledSize* + commentId: Overload:MLEM.Ui.Elements.Element.ScaledSize + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset* + commentId: Overload:MLEM.Ui.Elements.Element.PositionOffset + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset* + commentId: Overload:MLEM.Ui.Elements.Element.ScaledOffset + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Misc.Padding + commentId: T:MLEM.Misc.Padding + parent: MLEM.Misc + name: Padding + nameWithType: Padding + fullName: MLEM.Misc.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding* + commentId: Overload:MLEM.Ui.Elements.Element.ScaledPadding + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding* + commentId: Overload:MLEM.Ui.Elements.Element.ChildPadding + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding* + commentId: Overload:MLEM.Ui.Elements.Element.ScaledChildPadding + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea* + commentId: Overload:MLEM.Ui.Elements.Element.ChildPaddedArea + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Ui.Elements.Element.UnscrolledArea* + commentId: Overload:MLEM.Ui.Elements.Element.UnscrolledArea + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area* + commentId: Overload:MLEM.Ui.Elements.Element.Area + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea* + commentId: Overload:MLEM.Ui.Elements.Element.DisplayArea + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset* + commentId: Overload:MLEM.Ui.Elements.Element.ScaledScrollOffset + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden* + commentId: Overload:MLEM.Ui.Elements.Element.IsHidden + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.Element.Priority* + commentId: Overload:MLEM.Ui.Elements.Element.Priority + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Ui.Elements.Element.IsMouseOver* + commentId: Overload:MLEM.Ui.Elements.Element.IsMouseOver + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected* + commentId: Overload:MLEM.Ui.Elements.Element.IsSelected + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- 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.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.Elements.Element.TextInputCallback + commentId: T:MLEM.Ui.Elements.Element.TextInputCallback + parent: MLEM.Ui.Elements + name: Element.TextInputCallback + nameWithType: Element.TextInputCallback + fullName: MLEM.Ui.Elements.Element.TextInputCallback +- uid: MLEM.Ui.Elements.Element.OtherElementCallback + commentId: T:MLEM.Ui.Elements.Element.OtherElementCallback + parent: MLEM.Ui.Elements + name: Element.OtherElementCallback + nameWithType: Element.OtherElementCallback + fullName: MLEM.Ui.Elements.Element.OtherElementCallback +- uid: MLEM.Ui.Elements.Element.TabNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.TabNextElementCallback + parent: MLEM.Ui.Elements + name: Element.TabNextElementCallback + nameWithType: Element.TabNextElementCallback + fullName: MLEM.Ui.Elements.Element.TabNextElementCallback +- uid: MLEM.Ui.Elements.Element.GamepadNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.GamepadNextElementCallback + parent: MLEM.Ui.Elements + name: Element.GamepadNextElementCallback + nameWithType: Element.GamepadNextElementCallback + fullName: MLEM.Ui.Elements.Element.GamepadNextElementCallback +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Audio.SoundEffectInstance} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Audio.SoundEffectInstance} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of SoundEffectInstance) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Audio.SoundEffectInstance) + name.vb: StyleProp(Of SoundEffectInstance) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Audio.SoundEffectInstance + name: SoundEffectInstance + nameWithType: SoundEffectInstance + fullName: Microsoft.Xna.Framework.Audio.SoundEffectInstance + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Audio.SoundEffectInstance + name: SoundEffectInstance + nameWithType: SoundEffectInstance + fullName: Microsoft.Xna.Framework.Audio.SoundEffectInstance + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.#ctor* + commentId: Overload:MLEM.Ui.Elements.Element.#ctor + name: Element + nameWithType: Element.Element + fullName: MLEM.Ui.Elements.Element.Element +- uid: MLEM.Ui.Elements.Element.AddChild* + commentId: Overload:MLEM.Ui.Elements.Element.AddChild + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: MLEM.Ui.Elements.Element.RemoveChild* + commentId: Overload:MLEM.Ui.Elements.Element.RemoveChild + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild +- uid: MLEM.Ui.Elements.Element.RemoveChildren* + commentId: Overload:MLEM.Ui.Elements.Element.RemoveChildren + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren +- uid: System.Func{MLEM.Ui.Elements.Element,System.Boolean} + commentId: T:System.Func{MLEM.Ui.Elements.Element,System.Boolean} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of Element, Boolean) + fullName.vb: System.Func(Of MLEM.Ui.Elements.Element, System.Boolean) + name.vb: Func(Of Element, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty* + commentId: Overload:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty* + commentId: Overload:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren* + commentId: Overload:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren +- uid: MLEM.Ui.Elements.Element.SetAreaDirty* + commentId: Overload:MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty* + commentId: Overload:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea* + commentId: Overload:MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea +- uid: MLEM.Ui.Elements.Element.CalcActualSize* + commentId: Overload:MLEM.Ui.Elements.Element.CalcActualSize + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors* + commentId: Overload:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors +- uid: MLEM.Ui.Elements.Element.GetLowestChild* + commentId: Overload:MLEM.Ui.Elements.Element.GetLowestChild + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild +- uid: MLEM.Ui.Elements.Element.GetRightmostChild* + commentId: Overload:MLEM.Ui.Elements.Element.GetRightmostChild + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling* + commentId: Overload:MLEM.Ui.Elements.Element.GetLowestOlderSibling + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling +- uid: MLEM.Ui.Elements.Element.GetOlderSibling* + commentId: Overload:MLEM.Ui.Elements.Element.GetOlderSibling + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling +- uid: MLEM.Ui.Elements.Element.GetSiblings* + commentId: Overload:MLEM.Ui.Elements.Element.GetSiblings + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings +- uid: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} + commentId: T:System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Element) + fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element) + name.vb: IEnumerable(Of Element) + 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.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - 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.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - 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: MLEM.Ui.Elements.Element.GetChildren* + commentId: Overload:MLEM.Ui.Elements.Element.GetChildren + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren +- uid: System.Func{{T},System.Boolean} + commentId: T:System.Func{``0,System.Boolean} + parent: System + definition: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, Boolean) + fullName.vb: System.Func(Of T, System.Boolean) + name.vb: Func(Of T, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable{{T}} + commentId: T:System.Collections.Generic.IEnumerable{``0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + 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: MLEM.Ui.Elements.Element.GetParentTree* + commentId: Overload:MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren* + commentId: Overload:MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren +- uid: MLEM.Ui.Elements.Element.Update* + commentId: Overload:MLEM.Ui.Elements.Element.Update + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.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.Elements.Element.Draw* + commentId: Overload:MLEM.Ui.Elements.Element.Draw + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw +- 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.DrawEarly* + commentId: Overload:MLEM.Ui.Elements.Element.DrawEarly + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos* + commentId: Overload:MLEM.Ui.Elements.Element.GetElementUnderPos + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos +- uid: MLEM.Ui.Elements.Element.AndChildren* + commentId: Overload:MLEM.Ui.Elements.Element.AndChildren + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren +- 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: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren* + commentId: Overload:MLEM.Ui.Elements.Element.ReorderChildren + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren +- uid: System.Comparison{MLEM.Ui.Elements.Element} + commentId: T:System.Comparison{MLEM.Ui.Elements.Element} + parent: System + definition: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + nameWithType.vb: Comparison(Of Element) + fullName.vb: System.Comparison(Of MLEM.Ui.Elements.Element) + name.vb: Comparison(Of Element) + spec.csharp: + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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.Comparison`1 + commentId: T:System.Comparison`1 + isExternal: true + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + nameWithType.vb: Comparison(Of T) + fullName.vb: System.Comparison(Of T) + name.vb: Comparison(Of T) + spec.csharp: + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren* + commentId: Overload:MLEM.Ui.Elements.Element.ReverseChildren + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren +- uid: System.Nullable{System.Int32} + commentId: T:System.Nullable{System.Int32} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Int32) + fullName.vb: System.Nullable(Of System.Int32) + name.vb: Nullable(Of Int32) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Element.InitStyle + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.ElementHelper.yml b/Docs/api/MLEM.Ui.Elements.ElementHelper.yml new file mode 100644 index 0000000..597970a --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.ElementHelper.yml @@ -0,0 +1,682 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.ElementHelper + commentId: T:MLEM.Ui.Elements.ElementHelper + id: ElementHelper + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single) + - MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean) + - MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged) + - MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String) + langs: + - csharp + - vb + name: ElementHelper + nameWithType: ElementHelper + fullName: MLEM.Ui.Elements.ElementHelper + type: Class + source: + remote: + path: MLEM.Ui/Elements/ElementHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ElementHelper + path: ../MLEM.Ui/Elements/ElementHelper.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static class ElementHelper + content.vb: Public Module ElementHelper + inheritance: + - System.Object + inheritedMembers: + - 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 + - static + - class + modifiers.vb: + - Public + - Module +- uid: MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single) + commentId: M:MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single) + id: ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single) + parent: MLEM.Ui.Elements.ElementHelper + langs: + - csharp + - vb + name: ImageButton(Anchor, Vector2, TextureRegion, String, String, Single, Single) + nameWithType: ElementHelper.ImageButton(Anchor, Vector2, TextureRegion, String, String, Single, Single) + fullName: MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, System.String, System.String, System.Single, System.Single) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ElementHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageButton + path: ../MLEM.Ui/Elements/ElementHelper.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static Button ImageButton(Anchor anchor, Vector2 size, TextureRegion texture, string text = null, string tooltipText = null, float tooltipWidth = 50F, float imagePadding = 2F) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: texture + type: MLEM.Textures.TextureRegion + - id: text + type: System.String + - id: tooltipText + type: System.String + - id: tooltipWidth + type: System.Single + - id: imagePadding + type: System.Single + return: + type: MLEM.Ui.Elements.Button + content.vb: Public Shared Function ImageButton(anchor As Anchor, size As Vector2, texture As TextureRegion, text As String = Nothing, tooltipText As String = Nothing, tooltipWidth As Single = 50F, imagePadding As Single = 2F) As Button + overload: MLEM.Ui.Elements.ElementHelper.ImageButton* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String) + commentId: M:MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String) + id: ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String) + parent: MLEM.Ui.Elements.ElementHelper + langs: + - csharp + - vb + name: ShowInfoBox(UiSystem, Anchor, Single, String, Single, String) + nameWithType: ElementHelper.ShowInfoBox(UiSystem, Anchor, Single, String, Single, String) + fullName: MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem, MLEM.Ui.Anchor, System.Single, System.String, System.Single, System.String) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ElementHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ShowInfoBox + path: ../MLEM.Ui/Elements/ElementHelper.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static Panel ShowInfoBox(UiSystem system, Anchor anchor, float width, string text, float buttonHeight = 10F, string okText = "Okay") + parameters: + - id: system + type: MLEM.Ui.UiSystem + - id: anchor + type: MLEM.Ui.Anchor + - id: width + type: System.Single + - id: text + type: System.String + - id: buttonHeight + type: System.Single + - id: okText + type: System.String + return: + type: MLEM.Ui.Elements.Panel + content.vb: Public Shared Function ShowInfoBox(system As UiSystem, anchor As Anchor, width As Single, text As String, buttonHeight As Single = 10F, okText As String = "Okay") As Panel + overload: MLEM.Ui.Elements.ElementHelper.ShowInfoBox* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean) + commentId: M:MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean) + id: MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean) + parent: MLEM.Ui.Elements.ElementHelper + langs: + - csharp + - vb + name: MakeColumns(Element, Vector2, Int32, Boolean) + nameWithType: ElementHelper.MakeColumns(Element, Vector2, Int32, Boolean) + fullName: MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.Vector2, System.Int32, System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ElementHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MakeColumns + path: ../MLEM.Ui/Elements/ElementHelper.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static Group[] MakeColumns(Element parent, Vector2 totalSize, int amount, bool setHeightBasedOnChildren = true) + parameters: + - id: parent + type: MLEM.Ui.Elements.Element + - id: totalSize + type: Microsoft.Xna.Framework.Vector2 + - id: amount + type: System.Int32 + - id: setHeightBasedOnChildren + type: System.Boolean + return: + type: MLEM.Ui.Elements.Group[] + content.vb: Public Shared Function MakeColumns(parent As Element, totalSize As Vector2, amount As Integer, setHeightBasedOnChildren As Boolean = True) As Group() + overload: MLEM.Ui.Elements.ElementHelper.MakeColumns* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged) + commentId: M:MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged) + id: NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged) + parent: MLEM.Ui.Elements.ElementHelper + langs: + - csharp + - vb + name: NumberField(Anchor, Vector2, Int32, Int32, TextField.Rule, TextField.TextChanged) + nameWithType: ElementHelper.NumberField(Anchor, Vector2, Int32, Int32, TextField.Rule, TextField.TextChanged) + fullName: MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.Int32, System.Int32, MLEM.Ui.Elements.TextField.Rule, MLEM.Ui.Elements.TextField.TextChanged) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ElementHelper.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: NumberField + path: ../MLEM.Ui/Elements/ElementHelper.cs + startLine: 39 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static Group NumberField(Anchor anchor, Vector2 size, int defaultValue = 0, int stepPerClick = 1, TextField.Rule rule = null, TextField.TextChanged onTextChange = null) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: defaultValue + type: System.Int32 + - id: stepPerClick + type: System.Int32 + - id: rule + type: MLEM.Ui.Elements.TextField.Rule + - id: onTextChange + type: MLEM.Ui.Elements.TextField.TextChanged + return: + type: MLEM.Ui.Elements.Group + content.vb: Public Shared Function NumberField(anchor As Anchor, size As Vector2, defaultValue As Integer = 0, stepPerClick As Integer = 1, rule As TextField.Rule = Nothing, onTextChange As TextField.TextChanged = Nothing) As Group + overload: MLEM.Ui.Elements.ElementHelper.NumberField* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- 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: MLEM.Ui.Elements.ElementHelper.ImageButton* + commentId: Overload:MLEM.Ui.Elements.ElementHelper.ImageButton + name: ImageButton + nameWithType: ElementHelper.ImageButton + fullName: MLEM.Ui.Elements.ElementHelper.ImageButton +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.Button + commentId: T:MLEM.Ui.Elements.Button + parent: MLEM.Ui.Elements + name: Button + nameWithType: Button + fullName: MLEM.Ui.Elements.Button +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Ui.Elements.ElementHelper.ShowInfoBox* + commentId: Overload:MLEM.Ui.Elements.ElementHelper.ShowInfoBox + name: ShowInfoBox + nameWithType: ElementHelper.ShowInfoBox + fullName: MLEM.Ui.Elements.ElementHelper.ShowInfoBox +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- uid: MLEM.Ui.Elements.Panel + commentId: T:MLEM.Ui.Elements.Panel + parent: MLEM.Ui.Elements + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel +- uid: MLEM.Ui.Elements.ElementHelper.MakeColumns* + commentId: Overload:MLEM.Ui.Elements.ElementHelper.MakeColumns + name: MakeColumns + nameWithType: ElementHelper.MakeColumns + fullName: MLEM.Ui.Elements.ElementHelper.MakeColumns +- 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: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.Group[] + isExternal: true + name: Group[] + nameWithType: Group[] + fullName: MLEM.Ui.Elements.Group[] + nameWithType.vb: Group() + fullName.vb: MLEM.Ui.Elements.Group() + name.vb: Group() + spec.csharp: + - uid: MLEM.Ui.Elements.Group + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Ui.Elements.Group + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Ui.Elements.ElementHelper.NumberField* + commentId: Overload:MLEM.Ui.Elements.ElementHelper.NumberField + name: NumberField + nameWithType: ElementHelper.NumberField + fullName: MLEM.Ui.Elements.ElementHelper.NumberField +- uid: MLEM.Ui.Elements.TextField.Rule + commentId: T:MLEM.Ui.Elements.TextField.Rule + parent: MLEM.Ui.Elements + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule +- uid: MLEM.Ui.Elements.TextField.TextChanged + commentId: T:MLEM.Ui.Elements.TextField.TextChanged + parent: MLEM.Ui.Elements + name: TextField.TextChanged + nameWithType: TextField.TextChanged + fullName: MLEM.Ui.Elements.TextField.TextChanged +- uid: MLEM.Ui.Elements.Group + commentId: T:MLEM.Ui.Elements.Group + parent: MLEM.Ui.Elements + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group diff --git a/Docs/api/MLEM.Ui.Elements.Group.yml b/Docs/api/MLEM.Ui.Elements.Group.yml new file mode 100644 index 0000000..882aa6f --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Group.yml @@ -0,0 +1,2845 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Group + commentId: T:MLEM.Ui.Elements.Group + id: Group + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Group.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean) + - MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + langs: + - csharp + - vb + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group + type: Class + source: + remote: + path: MLEM.Ui/Elements/Group.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Group + path: ../MLEM.Ui/Elements/Group.cs + startLine: 4 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Group : Element' + content.vb: >- + Public Class Group + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.CustomDrawGroup + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Group.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean) + commentId: M:MLEM.Ui.Elements.Group.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean)' + parent: MLEM.Ui.Elements.Group + langs: + - csharp + - vb + name: Group(Anchor, Vector2, Boolean) + nameWithType: Group.Group(Anchor, Vector2, Boolean) + fullName: MLEM.Ui.Elements.Group.Group(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Group.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Group.cs + startLine: 6 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Group(Anchor anchor, Vector2 size, bool setHeightBasedOnChildren = true) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: setHeightBasedOnChildren + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, setHeightBasedOnChildren As Boolean = True) + overload: MLEM.Ui.Elements.Group.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Group + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Group.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Group.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Group.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Group.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Group.#ctor* + commentId: Overload:MLEM.Ui.Elements.Group.#ctor + name: Group + nameWithType: Group.Group + fullName: MLEM.Ui.Elements.Group.Group +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Group.Draw* + commentId: Overload:MLEM.Ui.Elements.Group.Draw + name: Draw + nameWithType: Group.Draw + fullName: MLEM.Ui.Elements.Group.Draw +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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 diff --git a/Docs/api/MLEM.Ui.Elements.Image.TextureCallback.yml b/Docs/api/MLEM.Ui.Elements.Image.TextureCallback.yml new file mode 100644 index 0000000..be4ca8a --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Image.TextureCallback.yml @@ -0,0 +1,62 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Image.TextureCallback + commentId: T:MLEM.Ui.Elements.Image.TextureCallback + id: Image.TextureCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Image.TextureCallback + nameWithType: Image.TextureCallback + fullName: MLEM.Ui.Elements.Image.TextureCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextureCallback + path: ../MLEM.Ui/Elements/Image.cs + startLine: 78 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate TextureRegion TextureCallback(Image image); + parameters: + - id: image + type: MLEM.Ui.Elements.Image + return: + type: MLEM.Textures.TextureRegion + content.vb: Public Delegate Function TextureCallback(image As Image) As TextureRegion + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.Image + commentId: T:MLEM.Ui.Elements.Image + parent: MLEM.Ui.Elements + name: Image + nameWithType: Image + fullName: MLEM.Ui.Elements.Image +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures diff --git a/Docs/api/MLEM.Ui.Elements.Image.yml b/Docs/api/MLEM.Ui.Elements.Image.yml new file mode 100644 index 0000000..0923995 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Image.yml @@ -0,0 +1,3318 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Image + commentId: T:MLEM.Ui.Elements.Image + id: Image + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean) + - MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean) + - MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Image.Color + - MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Image.GetTextureCallback + - MLEM.Ui.Elements.Image.ImageEffects + - MLEM.Ui.Elements.Image.ImageRotation + - MLEM.Ui.Elements.Image.ImageScale + - MLEM.Ui.Elements.Image.MaintainImageAspect + - MLEM.Ui.Elements.Image.ScaleToImage + - MLEM.Ui.Elements.Image.Texture + langs: + - csharp + - vb + name: Image + nameWithType: Image + fullName: MLEM.Ui.Elements.Image + type: Class + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Image + path: ../MLEM.Ui/Elements/Image.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Image : Element' + content.vb: >- + Public Class Image + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.SpriteAnimationImage + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Image.Color + commentId: F:MLEM.Ui.Elements.Image.Color + id: Color + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: Color + nameWithType: Image.Color + fullName: MLEM.Ui.Elements.Image.Color + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Color + path: ../MLEM.Ui/Elements/Image.cs + startLine: 10 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Color + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public Color As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.GetTextureCallback + commentId: F:MLEM.Ui.Elements.Image.GetTextureCallback + id: GetTextureCallback + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: GetTextureCallback + nameWithType: Image.GetTextureCallback + fullName: MLEM.Ui.Elements.Image.GetTextureCallback + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTextureCallback + path: ../MLEM.Ui/Elements/Image.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Image.TextureCallback GetTextureCallback + return: + type: MLEM.Ui.Elements.Image.TextureCallback + content.vb: Public GetTextureCallback As Image.TextureCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.Texture + commentId: P:MLEM.Ui.Elements.Image.Texture + id: Texture + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: Texture + nameWithType: Image.Texture + fullName: MLEM.Ui.Elements.Image.Texture + type: Property + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/Image.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public TextureRegion Texture { get; set; } + parameters: [] + return: + type: MLEM.Textures.TextureRegion + content.vb: Public Property Texture As TextureRegion + overload: MLEM.Ui.Elements.Image.Texture* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.ScaleToImage + commentId: P:MLEM.Ui.Elements.Image.ScaleToImage + id: ScaleToImage + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: ScaleToImage + nameWithType: Image.ScaleToImage + fullName: MLEM.Ui.Elements.Image.ScaleToImage + type: Property + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScaleToImage + path: ../MLEM.Ui/Elements/Image.cs + startLine: 29 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool ScaleToImage { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property ScaleToImage As Boolean + overload: MLEM.Ui.Elements.Image.ScaleToImage* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.MaintainImageAspect + commentId: F:MLEM.Ui.Elements.Image.MaintainImageAspect + id: MaintainImageAspect + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: MaintainImageAspect + nameWithType: Image.MaintainImageAspect + fullName: MLEM.Ui.Elements.Image.MaintainImageAspect + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MaintainImageAspect + path: ../MLEM.Ui/Elements/Image.cs + startLine: 38 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool MaintainImageAspect + return: + type: System.Boolean + content.vb: Public MaintainImageAspect As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.ImageEffects + commentId: F:MLEM.Ui.Elements.Image.ImageEffects + id: ImageEffects + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: ImageEffects + nameWithType: Image.ImageEffects + fullName: MLEM.Ui.Elements.Image.ImageEffects + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageEffects + path: ../MLEM.Ui/Elements/Image.cs + startLine: 39 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public SpriteEffects ImageEffects + return: + type: Microsoft.Xna.Framework.Graphics.SpriteEffects + content.vb: Public ImageEffects As SpriteEffects + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.ImageScale + commentId: F:MLEM.Ui.Elements.Image.ImageScale + id: ImageScale + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: ImageScale + nameWithType: Image.ImageScale + fullName: MLEM.Ui.Elements.Image.ImageScale + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageScale + path: ../MLEM.Ui/Elements/Image.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ImageScale + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ImageScale As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.ImageRotation + commentId: F:MLEM.Ui.Elements.Image.ImageRotation + id: ImageRotation + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: ImageRotation + nameWithType: Image.ImageRotation + fullName: MLEM.Ui.Elements.Image.ImageRotation + type: Field + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ImageRotation + path: ../MLEM.Ui/Elements/Image.cs + startLine: 41 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float ImageRotation + return: + type: System.Single + content.vb: Public ImageRotation As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean) + commentId: M:MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean)' + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: Image(Anchor, Vector2, TextureRegion, Boolean) + nameWithType: Image.Image(Anchor, Vector2, TextureRegion, Boolean) + fullName: MLEM.Ui.Elements.Image.Image(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Image.cs + startLine: 43 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Image(Anchor anchor, Vector2 size, TextureRegion texture, bool scaleToImage = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: texture + type: MLEM.Textures.TextureRegion + - id: scaleToImage + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, texture As TextureRegion, scaleToImage As Boolean = False) + overload: MLEM.Ui.Elements.Image.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean) + commentId: M:MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean)' + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: Image(Anchor, Vector2, Image.TextureCallback, Boolean) + nameWithType: Image.Image(Anchor, Vector2, Image.TextureCallback, Boolean) + fullName: MLEM.Ui.Elements.Image.Image(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.Image.TextureCallback, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Image.cs + startLine: 50 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Image(Anchor anchor, Vector2 size, Image.TextureCallback getTextureCallback, bool scaleToImage = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: getTextureCallback + type: MLEM.Ui.Elements.Image.TextureCallback + - id: scaleToImage + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, getTextureCallback As Image.TextureCallback, scaleToImage As Boolean = False) + overload: MLEM.Ui.Elements.Image.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + id: CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: CalcActualSize(RectangleF) + nameWithType: Image.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CalcActualSize + path: ../MLEM.Ui/Elements/Image.cs + startLine: 58 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override Vector2 CalcActualSize(RectangleF parentArea) + parameters: + - id: parentArea + type: MLEM.Misc.RectangleF + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Protected Overrides Function CalcActualSize(parentArea As RectangleF) As Vector2 + overridden: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + overload: MLEM.Ui.Elements.Image.CalcActualSize* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Image + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Image.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Image.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Image.cs + startLine: 62 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Image.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Elements.Image.TextureCallback + commentId: T:MLEM.Ui.Elements.Image.TextureCallback + parent: MLEM.Ui.Elements + name: Image.TextureCallback + nameWithType: Image.TextureCallback + fullName: MLEM.Ui.Elements.Image.TextureCallback +- uid: MLEM.Ui.Elements.Image.Texture* + commentId: Overload:MLEM.Ui.Elements.Image.Texture + name: Texture + nameWithType: Image.Texture + fullName: MLEM.Ui.Elements.Image.Texture +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Ui.Elements.Image.ScaleToImage* + commentId: Overload:MLEM.Ui.Elements.Image.ScaleToImage + name: ScaleToImage + nameWithType: Image.ScaleToImage + fullName: MLEM.Ui.Elements.Image.ScaleToImage +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteEffects + nameWithType: SpriteEffects + fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects +- 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.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- 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.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.Image.#ctor* + commentId: Overload:MLEM.Ui.Elements.Image.#ctor + name: Image + nameWithType: Image.Image + fullName: MLEM.Ui.Elements.Image.Image +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Image.CalcActualSize* + commentId: Overload:MLEM.Ui.Elements.Image.CalcActualSize + name: CalcActualSize + nameWithType: Image.CalcActualSize + fullName: MLEM.Ui.Elements.Image.CalcActualSize +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Image.Draw* + commentId: Overload:MLEM.Ui.Elements.Image.Draw + name: Draw + nameWithType: Image.Draw + fullName: MLEM.Ui.Elements.Image.Draw +- 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: 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix diff --git a/Docs/api/MLEM.Ui.Elements.Panel.yml b/Docs/api/MLEM.Ui.Elements.Panel.yml new file mode 100644 index 0000000..987cd8a --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Panel.yml @@ -0,0 +1,3475 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Panel + commentId: T:MLEM.Ui.Elements.Panel + id: Panel + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Panel.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean) + - MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Panel.ForceUpdateArea + - MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Panel.GetRelevantChildren + - MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Panel.ScrollBar + - MLEM.Ui.Elements.Panel.ScrollSetup + - MLEM.Ui.Elements.Panel.Texture + langs: + - csharp + - vb + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel + type: Class + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Panel + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Panel : Element' + content.vb: >- + Public Class Panel + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.Tooltip + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Panel.Texture + commentId: F:MLEM.Ui.Elements.Panel.Texture + id: Texture + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: Texture + nameWithType: Panel.Texture + fullName: MLEM.Ui.Elements.Panel.Texture + type: Field + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Texture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Texture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Panel.ScrollBar + commentId: F:MLEM.Ui.Elements.Panel.ScrollBar + id: ScrollBar + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: ScrollBar + nameWithType: Panel.ScrollBar + fullName: MLEM.Ui.Elements.Panel.ScrollBar + type: Field + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollBar + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public readonly ScrollBar ScrollBar + return: + type: MLEM.Ui.Elements.ScrollBar + content.vb: Public ReadOnly ScrollBar As ScrollBar + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Panel.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean) + commentId: M:MLEM.Ui.Elements.Panel.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean)' + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: Panel(Anchor, Vector2, Vector2, Boolean, Boolean, Nullable, Boolean) + nameWithType: Panel.Panel(Anchor, Vector2, Vector2, Boolean, Boolean, Nullable, Boolean) + fullName: MLEM.Ui.Elements.Panel.Panel(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Boolean, System.Boolean, System.Nullable, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 21 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Panel(Anchor anchor, Vector2 size, Vector2 positionOffset, bool setHeightBasedOnChildren = false, bool scrollOverflow = false, Point? scrollerSize = default(Point? ), bool autoHideScrollbar = true) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: positionOffset + type: Microsoft.Xna.Framework.Vector2 + - id: setHeightBasedOnChildren + type: System.Boolean + - id: scrollOverflow + type: System.Boolean + - id: scrollerSize + type: System.Nullable{Microsoft.Xna.Framework.Point} + - id: autoHideScrollbar + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, positionOffset As Vector2, setHeightBasedOnChildren As Boolean = False, scrollOverflow As Boolean = False, scrollerSize As Point? = Nothing, autoHideScrollbar As Boolean = True) + overload: MLEM.Ui.Elements.Panel.#ctor* + nameWithType.vb: Panel.Panel(Anchor, Vector2, Vector2, Boolean, Boolean, Nullable(Of Point), Boolean) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Panel.Panel(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Boolean, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Point), System.Boolean) + name.vb: Panel(Anchor, Vector2, Vector2, Boolean, Boolean, Nullable(Of Point), Boolean) +- uid: MLEM.Ui.Elements.Panel.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Panel.ForceUpdateArea + id: ForceUpdateArea + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: ForceUpdateArea() + nameWithType: Panel.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Panel.ForceUpdateArea() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ForceUpdateArea + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 55 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void ForceUpdateArea() + content.vb: Public Overrides Sub ForceUpdateArea + overridden: MLEM.Ui.Elements.Element.ForceUpdateArea + overload: MLEM.Ui.Elements.Panel.ForceUpdateArea* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + id: ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: ForceUpdateSortedChildren() + nameWithType: Panel.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ForceUpdateSortedChildren + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 83 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void ForceUpdateSortedChildren() + content.vb: Public Overrides Sub ForceUpdateSortedChildren + overridden: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + overload: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Panel.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Panel.GetRelevantChildren + id: GetRelevantChildren + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: GetRelevantChildren() + nameWithType: Panel.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Panel.GetRelevantChildren() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetRelevantChildren + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 89 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override List GetRelevantChildren() + return: + type: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + content.vb: Protected Overrides Function GetRelevantChildren As List(Of Element) + overridden: MLEM.Ui.Elements.Element.GetRelevantChildren + overload: MLEM.Ui.Elements.Panel.GetRelevantChildren* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Panel.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 115 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Panel.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Panel.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DrawEarly + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 127 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void DrawEarly(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub DrawEarly(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Panel.DrawEarly* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + id: GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: GetElementUnderPos(Vector2) + nameWithType: Panel.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetElementUnderPos + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 148 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override Element GetElementUnderPos(Vector2 position) + parameters: + - id: position + type: Microsoft.Xna.Framework.Vector2 + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Overrides Function GetElementUnderPos(position As Vector2) As Element + overridden: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + overload: MLEM.Ui.Elements.Panel.GetElementUnderPos* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Panel.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 162 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.Panel.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Panel.ScrollSetup + commentId: M:MLEM.Ui.Elements.Panel.ScrollSetup + id: ScrollSetup + parent: MLEM.Ui.Elements.Panel + langs: + - csharp + - vb + name: ScrollSetup() + nameWithType: Panel.ScrollSetup() + fullName: MLEM.Ui.Elements.Panel.ScrollSetup() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Panel.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollSetup + path: ../MLEM.Ui/Elements/Panel.cs + startLine: 167 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual void ScrollSetup() + content.vb: Protected Overridable Sub ScrollSetup + overload: MLEM.Ui.Elements.Panel.ScrollSetup* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Elements.ScrollBar + commentId: T:MLEM.Ui.Elements.ScrollBar + parent: MLEM.Ui.Elements + name: ScrollBar + nameWithType: ScrollBar + fullName: MLEM.Ui.Elements.ScrollBar +- uid: MLEM.Ui.Elements.Panel.#ctor* + commentId: Overload:MLEM.Ui.Elements.Panel.#ctor + name: Panel + nameWithType: Panel.Panel + fullName: MLEM.Ui.Elements.Panel.Panel +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System.Nullable{Microsoft.Xna.Framework.Point} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Point} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Point) + fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Point) + name.vb: Nullable(Of Point) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- 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.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.ForceUpdateArea* + commentId: Overload:MLEM.Ui.Elements.Panel.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Panel.ForceUpdateArea + fullName: MLEM.Ui.Elements.Panel.ForceUpdateArea +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren* + commentId: Overload:MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Panel.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.GetRelevantChildren* + commentId: Overload:MLEM.Ui.Elements.Panel.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Panel.GetRelevantChildren + fullName: MLEM.Ui.Elements.Panel.GetRelevantChildren +- uid: System.Collections.Generic.List{MLEM.Ui.Elements.Element} + commentId: T:System.Collections.Generic.List{MLEM.Ui.Elements.Element} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of Element) + fullName.vb: System.Collections.Generic.List(Of MLEM.Ui.Elements.Element) + name.vb: List(Of Element) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + 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.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.Draw* + commentId: Overload:MLEM.Ui.Elements.Panel.Draw + name: Draw + nameWithType: Panel.Draw + fullName: MLEM.Ui.Elements.Panel.Draw +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.DrawEarly* + commentId: Overload:MLEM.Ui.Elements.Panel.DrawEarly + name: DrawEarly + nameWithType: Panel.DrawEarly + fullName: MLEM.Ui.Elements.Panel.DrawEarly +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.GetElementUnderPos* + commentId: Overload:MLEM.Ui.Elements.Panel.GetElementUnderPos + name: GetElementUnderPos + nameWithType: Panel.GetElementUnderPos + fullName: MLEM.Ui.Elements.Panel.GetElementUnderPos +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Panel.InitStyle + name: InitStyle + nameWithType: Panel.InitStyle + fullName: MLEM.Ui.Elements.Panel.InitStyle +- 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.Elements.Panel.ScrollSetup* + commentId: Overload:MLEM.Ui.Elements.Panel.ScrollSetup + name: ScrollSetup + nameWithType: Panel.ScrollSetup + fullName: MLEM.Ui.Elements.Panel.ScrollSetup diff --git a/Docs/api/MLEM.Ui.Elements.Paragraph.Link.yml b/Docs/api/MLEM.Ui.Elements.Paragraph.Link.yml new file mode 100644 index 0000000..2da0906 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Paragraph.Link.yml @@ -0,0 +1,2944 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Paragraph.Link + commentId: T:MLEM.Ui.Elements.Paragraph.Link + id: Paragraph.Link + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Paragraph.Link.#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[]) + - MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Paragraph.Link.LinkCluster + - MLEM.Ui.Elements.Paragraph.Link.Token + langs: + - csharp + - vb + name: Paragraph.Link + nameWithType: Paragraph.Link + fullName: MLEM.Ui.Elements.Paragraph.Link + type: Class + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Link + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 159 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Link : Element' + content.vb: >- + Public Class Link + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Paragraph.Link.Token + commentId: F:MLEM.Ui.Elements.Paragraph.Link.Token + id: Token + parent: MLEM.Ui.Elements.Paragraph.Link + langs: + - csharp + - vb + name: Token + nameWithType: Paragraph.Link.Token + fullName: MLEM.Ui.Elements.Paragraph.Link.Token + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Token + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 161 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public readonly Token Token + return: + type: MLEM.Formatting.Token + content.vb: Public ReadOnly Token As Token + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Paragraph.Link.LinkCluster + commentId: F:MLEM.Ui.Elements.Paragraph.Link.LinkCluster + id: LinkCluster + parent: MLEM.Ui.Elements.Paragraph.Link + langs: + - csharp + - vb + name: LinkCluster + nameWithType: Paragraph.Link.LinkCluster + fullName: MLEM.Ui.Elements.Paragraph.Link.LinkCluster + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LinkCluster + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 162 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public readonly Paragraph.Link[] LinkCluster + return: + type: MLEM.Ui.Elements.Paragraph.Link[] + content.vb: Public ReadOnly LinkCluster As Paragraph.Link() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Paragraph.Link.#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[]) + commentId: M:MLEM.Ui.Elements.Paragraph.Link.#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[]) + id: '#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[])' + parent: MLEM.Ui.Elements.Paragraph.Link + langs: + - csharp + - vb + name: Link(Anchor, Token, Vector2, Paragraph.Link[]) + nameWithType: Paragraph.Link.Link(Anchor, Token, Vector2, Paragraph.Link[]) + fullName: MLEM.Ui.Elements.Paragraph.Link.Link(MLEM.Ui.Anchor, MLEM.Formatting.Token, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.Paragraph.Link[]) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 164 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Link(Anchor anchor, Token token, Vector2 size, Paragraph.Link[] linkCluster) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: token + type: MLEM.Formatting.Token + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: linkCluster + type: MLEM.Ui.Elements.Paragraph.Link[] + content.vb: Public Sub New(anchor As Anchor, token As Token, size As Vector2, linkCluster As Paragraph.Link()) + overload: MLEM.Ui.Elements.Paragraph.Link.#ctor* + nameWithType.vb: Paragraph.Link.Link(Anchor, Token, Vector2, Paragraph.Link()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Elements.Paragraph.Link.Link(MLEM.Ui.Anchor, MLEM.Formatting.Token, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.Paragraph.Link()) + name.vb: Link(Anchor, Token, Vector2, Paragraph.Link()) +- uid: MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Paragraph.Link + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Paragraph.Link.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 178 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Paragraph.Link.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.Token + commentId: T:MLEM.Formatting.Token + parent: MLEM.Formatting + name: Token + nameWithType: Token + fullName: MLEM.Formatting.Token +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Ui.Elements.Paragraph.Link[] + isExternal: true + name: Paragraph.Link[] + nameWithType: Paragraph.Link[] + fullName: MLEM.Ui.Elements.Paragraph.Link[] + nameWithType.vb: Paragraph.Link() + fullName.vb: MLEM.Ui.Elements.Paragraph.Link() + name.vb: Paragraph.Link() + spec.csharp: + - uid: MLEM.Ui.Elements.Paragraph.Link + name: Paragraph.Link + nameWithType: Paragraph.Link + fullName: MLEM.Ui.Elements.Paragraph.Link + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: MLEM.Ui.Elements.Paragraph.Link + name: Paragraph.Link + nameWithType: Paragraph.Link + fullName: MLEM.Ui.Elements.Paragraph.Link + - name: () + nameWithType: () + fullName: () +- uid: MLEM.Ui.Elements.Paragraph.Link.#ctor* + commentId: Overload:MLEM.Ui.Elements.Paragraph.Link.#ctor + name: Link + nameWithType: Paragraph.Link.Link + fullName: MLEM.Ui.Elements.Paragraph.Link.Link +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.Link.Draw* + commentId: Overload:MLEM.Ui.Elements.Paragraph.Link.Draw + name: Draw + nameWithType: Paragraph.Link.Draw + fullName: MLEM.Ui.Elements.Paragraph.Link.Draw +- 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: 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: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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 diff --git a/Docs/api/MLEM.Ui.Elements.Paragraph.TextCallback.yml b/Docs/api/MLEM.Ui.Elements.Paragraph.TextCallback.yml new file mode 100644 index 0000000..f5721ad --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Paragraph.TextCallback.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Paragraph.TextCallback + commentId: T:MLEM.Ui.Elements.Paragraph.TextCallback + id: Paragraph.TextCallback + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Paragraph.TextCallback + nameWithType: Paragraph.TextCallback + fullName: MLEM.Ui.Elements.Paragraph.TextCallback + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextCallback + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 154 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate string TextCallback(Paragraph paragraph); + parameters: + - id: paragraph + type: MLEM.Ui.Elements.Paragraph + return: + type: System.String + content.vb: Public Delegate Function TextCallback(paragraph As Paragraph) As String + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + parent: MLEM.Ui.Elements + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Paragraph.TextModifier.yml b/Docs/api/MLEM.Ui.Elements.Paragraph.TextModifier.yml new file mode 100644 index 0000000..6c30836 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Paragraph.TextModifier.yml @@ -0,0 +1,70 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Paragraph.TextModifier + commentId: T:MLEM.Ui.Elements.Paragraph.TextModifier + id: Paragraph.TextModifier + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: Paragraph.TextModifier + nameWithType: Paragraph.TextModifier + fullName: MLEM.Ui.Elements.Paragraph.TextModifier + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextModifier + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 156 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public delegate string TextModifier(string text); + parameters: + - id: text + type: System.String + return: + type: System.String + content.vb: >- + + + Public Delegate Function TextModifier(text As String) As String + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.Paragraph.yml b/Docs/api/MLEM.Ui.Elements.Paragraph.yml new file mode 100644 index 0000000..1a012df --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Paragraph.yml @@ -0,0 +1,3818 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + id: Paragraph + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean) + - MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean) + - MLEM.Ui.Elements.Paragraph.AutoAdjustWidth + - MLEM.Ui.Elements.Paragraph.BoldFont + - MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Paragraph.FormatSettings + - MLEM.Ui.Elements.Paragraph.Formatting + - MLEM.Ui.Elements.Paragraph.GetTextCallback + - MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Paragraph.ItalicFont + - MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Paragraph.RegularFont + - MLEM.Ui.Elements.Paragraph.RenderedTextModifier + - MLEM.Ui.Elements.Paragraph.Text + - MLEM.Ui.Elements.Paragraph.TextColor + - MLEM.Ui.Elements.Paragraph.TextScale + - MLEM.Ui.Elements.Paragraph.TimeIntoAnimation + - MLEM.Ui.Elements.Paragraph.TokenizedText + - MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph + type: Class + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Paragraph + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Paragraph : Element' + content.vb: >- + Public Class Paragraph + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Paragraph.Formatting + commentId: F:MLEM.Ui.Elements.Paragraph.Formatting + id: Formatting + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Formatting + nameWithType: Paragraph.Formatting + fullName: MLEM.Ui.Elements.Paragraph.Formatting + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Formatting + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 22 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public FormattingCodeCollection Formatting + return: + type: MLEM.Formatting.FormattingCodeCollection + content.vb: >- + + + Public Formatting As FormattingCodeCollection + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.RegularFont + commentId: F:MLEM.Ui.Elements.Paragraph.RegularFont + id: RegularFont + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: RegularFont + nameWithType: Paragraph.RegularFont + fullName: MLEM.Ui.Elements.Paragraph.RegularFont + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RegularFont + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 23 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp RegularFont + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + content.vb: Public RegularFont As StyleProp(Of GenericFont) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.BoldFont + commentId: F:MLEM.Ui.Elements.Paragraph.BoldFont + id: BoldFont + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: BoldFont + nameWithType: Paragraph.BoldFont + fullName: MLEM.Ui.Elements.Paragraph.BoldFont + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BoldFont + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")] + + public StyleProp BoldFont + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + content.vb: >- + + + Public BoldFont As StyleProp(Of GenericFont) + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new GenericFont.Bold and GenericFont.Italic instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.ItalicFont + commentId: F:MLEM.Ui.Elements.Paragraph.ItalicFont + id: ItalicFont + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: ItalicFont + nameWithType: Paragraph.ItalicFont + fullName: MLEM.Ui.Elements.Paragraph.ItalicFont + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ItalicFont + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 27 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")] + + public StyleProp ItalicFont + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + content.vb: >- + + + Public ItalicFont As StyleProp(Of GenericFont) + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new GenericFont.Bold and GenericFont.Italic instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.FormatSettings + commentId: F:MLEM.Ui.Elements.Paragraph.FormatSettings + id: FormatSettings + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: FormatSettings + nameWithType: Paragraph.FormatSettings + fullName: MLEM.Ui.Elements.Paragraph.FormatSettings + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormatSettings + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 29 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public StyleProp FormatSettings + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Formatting.FormatSettings} + content.vb: >- + + + Public FormatSettings As StyleProp(Of FormatSettings) + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.TokenizedText + commentId: P:MLEM.Ui.Elements.Paragraph.TokenizedText + id: TokenizedText + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: TokenizedText + nameWithType: Paragraph.TokenizedText + fullName: MLEM.Ui.Elements.Paragraph.TokenizedText + type: Property + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TokenizedText + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 30 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public TokenizedString TokenizedText { get; } + parameters: [] + return: + type: MLEM.Formatting.TokenizedString + content.vb: Public ReadOnly Property TokenizedText As TokenizedString + overload: MLEM.Ui.Elements.Paragraph.TokenizedText* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.Paragraph.TextColor + commentId: F:MLEM.Ui.Elements.Paragraph.TextColor + id: TextColor + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: TextColor + nameWithType: Paragraph.TextColor + fullName: MLEM.Ui.Elements.Paragraph.TextColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextColor + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 32 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp TextColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public TextColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.TextScale + commentId: F:MLEM.Ui.Elements.Paragraph.TextScale + id: TextScale + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: TextScale + nameWithType: Paragraph.TextScale + fullName: MLEM.Ui.Elements.Paragraph.TextScale + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextScale + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 33 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp TextScale + return: + type: MLEM.Ui.Style.StyleProp{System.Single} + content.vb: Public TextScale As StyleProp(Of Single) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.Text + commentId: P:MLEM.Ui.Elements.Paragraph.Text + id: Text + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Text + nameWithType: Paragraph.Text + fullName: MLEM.Ui.Elements.Paragraph.Text + type: Property + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Text + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 34 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string Text { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Text As String + overload: MLEM.Ui.Elements.Paragraph.Text* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.AutoAdjustWidth + commentId: F:MLEM.Ui.Elements.Paragraph.AutoAdjustWidth + id: AutoAdjustWidth + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: AutoAdjustWidth + nameWithType: Paragraph.AutoAdjustWidth + fullName: MLEM.Ui.Elements.Paragraph.AutoAdjustWidth + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoAdjustWidth + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 49 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool AutoAdjustWidth + return: + type: System.Boolean + content.vb: Public AutoAdjustWidth As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.GetTextCallback + commentId: F:MLEM.Ui.Elements.Paragraph.GetTextCallback + id: GetTextCallback + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: GetTextCallback + nameWithType: Paragraph.GetTextCallback + fullName: MLEM.Ui.Elements.Paragraph.GetTextCallback + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTextCallback + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 50 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph.TextCallback GetTextCallback + return: + type: MLEM.Ui.Elements.Paragraph.TextCallback + content.vb: Public GetTextCallback As Paragraph.TextCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.RenderedTextModifier + commentId: F:MLEM.Ui.Elements.Paragraph.RenderedTextModifier + id: RenderedTextModifier + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: RenderedTextModifier + nameWithType: Paragraph.RenderedTextModifier + fullName: MLEM.Ui.Elements.Paragraph.RenderedTextModifier + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RenderedTextModifier + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 52 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public Paragraph.TextModifier RenderedTextModifier + return: + type: MLEM.Ui.Elements.Paragraph.TextModifier + content.vb: >- + + + Public RenderedTextModifier As Paragraph.TextModifier + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.TimeIntoAnimation + commentId: F:MLEM.Ui.Elements.Paragraph.TimeIntoAnimation + id: TimeIntoAnimation + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: TimeIntoAnimation + nameWithType: Paragraph.TimeIntoAnimation + fullName: MLEM.Ui.Elements.Paragraph.TimeIntoAnimation + type: Field + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TimeIntoAnimation + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 54 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public TimeSpan TimeIntoAnimation + return: + type: System.TimeSpan + content.vb: >- + + + Public TimeIntoAnimation As TimeSpan + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean) + commentId: M:MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean)' + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Paragraph(Anchor, Single, Paragraph.TextCallback, Boolean) + nameWithType: Paragraph.Paragraph(Anchor, Single, Paragraph.TextCallback, Boolean) + fullName: MLEM.Ui.Elements.Paragraph.Paragraph(MLEM.Ui.Anchor, System.Single, MLEM.Ui.Elements.Paragraph.TextCallback, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 56 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph(Anchor anchor, float width, Paragraph.TextCallback textCallback, bool centerText = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: width + type: System.Single + - id: textCallback + type: MLEM.Ui.Elements.Paragraph.TextCallback + - id: centerText + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, width As Single, textCallback As Paragraph.TextCallback, centerText As Boolean = False) + overload: MLEM.Ui.Elements.Paragraph.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean) + commentId: M:MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean)' + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Paragraph(Anchor, Single, String, Boolean) + nameWithType: Paragraph.Paragraph(Anchor, Single, String, Boolean) + fullName: MLEM.Ui.Elements.Paragraph.Paragraph(MLEM.Ui.Anchor, System.Single, System.String, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 64 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph(Anchor anchor, float width, string text, bool centerText = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: width + type: System.Single + - id: text + type: System.String + - id: centerText + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, width As Single, text As String, centerText As Boolean = False) + overload: MLEM.Ui.Elements.Paragraph.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF) + id: CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: CalcActualSize(RectangleF) + nameWithType: Paragraph.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CalcActualSize + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 73 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override Vector2 CalcActualSize(RectangleF parentArea) + parameters: + - id: parentArea + type: MLEM.Misc.RectangleF + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Protected Overrides Function CalcActualSize(parentArea As RectangleF) As Vector2 + overridden: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + overload: MLEM.Ui.Elements.Paragraph.CalcActualSize* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Paragraph.Update(GameTime) + fullName: MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 87 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.Paragraph.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Paragraph.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 97 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.Paragraph.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Paragraph.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 112 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.Paragraph.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2) + id: ParseText(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Paragraph + langs: + - csharp + - vb + name: ParseText(Vector2) + nameWithType: Paragraph.ParseText(Vector2) + fullName: MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Paragraph.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ParseText + path: ../MLEM.Ui/Elements/Paragraph.cs + startLine: 121 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected virtual void ParseText(Vector2 size) + parameters: + - id: size + type: Microsoft.Xna.Framework.Vector2 + content.vb: Protected Overridable Sub ParseText(size As Vector2) + overload: MLEM.Ui.Elements.Paragraph.ParseText* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Formatting.FormattingCodeCollection + commentId: T:MLEM.Formatting.FormattingCodeCollection + parent: MLEM.Formatting + name: FormattingCodeCollection + nameWithType: FormattingCodeCollection + fullName: MLEM.Formatting.FormattingCodeCollection +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of GenericFont) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Font.GenericFont) + name.vb: StyleProp(Of GenericFont) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{MLEM.Formatting.FormatSettings} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Formatting.FormatSettings} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of FormatSettings) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Formatting.FormatSettings) + name.vb: StyleProp(Of FormatSettings) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.TokenizedText* + commentId: Overload:MLEM.Ui.Elements.Paragraph.TokenizedText + name: TokenizedText + nameWithType: Paragraph.TokenizedText + fullName: MLEM.Ui.Elements.Paragraph.TokenizedText +- uid: MLEM.Formatting.TokenizedString + commentId: T:MLEM.Formatting.TokenizedString + parent: MLEM.Formatting + name: TokenizedString + nameWithType: TokenizedString + fullName: MLEM.Formatting.TokenizedString +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{System.Single} + commentId: T:MLEM.Ui.Style.StyleProp{System.Single} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Single) + fullName.vb: MLEM.Ui.Style.StyleProp(Of System.Single) + name.vb: StyleProp(Of Single) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.Text* + commentId: Overload:MLEM.Ui.Elements.Paragraph.Text + name: Text + nameWithType: Paragraph.Text + fullName: MLEM.Ui.Elements.Paragraph.Text +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.Paragraph.TextCallback + commentId: T:MLEM.Ui.Elements.Paragraph.TextCallback + parent: MLEM.Ui.Elements + name: Paragraph.TextCallback + nameWithType: Paragraph.TextCallback + fullName: MLEM.Ui.Elements.Paragraph.TextCallback +- uid: MLEM.Ui.Elements.Paragraph.TextModifier + commentId: T:MLEM.Ui.Elements.Paragraph.TextModifier + parent: MLEM.Ui.Elements + name: Paragraph.TextModifier + nameWithType: Paragraph.TextModifier + fullName: MLEM.Ui.Elements.Paragraph.TextModifier +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: MLEM.Ui.Elements.Paragraph.#ctor* + commentId: Overload:MLEM.Ui.Elements.Paragraph.#ctor + name: Paragraph + nameWithType: Paragraph.Paragraph + fullName: MLEM.Ui.Elements.Paragraph.Paragraph +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.CalcActualSize* + commentId: Overload:MLEM.Ui.Elements.Paragraph.CalcActualSize + name: CalcActualSize + nameWithType: Paragraph.CalcActualSize + fullName: MLEM.Ui.Elements.Paragraph.CalcActualSize +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Paragraph.Update* + commentId: Overload:MLEM.Ui.Elements.Paragraph.Update + name: Update + nameWithType: Paragraph.Update + fullName: MLEM.Ui.Elements.Paragraph.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.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.Draw* + commentId: Overload:MLEM.Ui.Elements.Paragraph.Draw + name: Draw + nameWithType: Paragraph.Draw + fullName: MLEM.Ui.Elements.Paragraph.Draw +- 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Paragraph.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Paragraph.InitStyle + name: InitStyle + nameWithType: Paragraph.InitStyle + fullName: MLEM.Ui.Elements.Paragraph.InitStyle +- 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.Elements.Paragraph.ParseText* + commentId: Overload:MLEM.Ui.Elements.Paragraph.ParseText + name: ParseText + nameWithType: Paragraph.ParseText + fullName: MLEM.Ui.Elements.Paragraph.ParseText diff --git a/Docs/api/MLEM.Ui.Elements.ProgressBar.yml b/Docs/api/MLEM.Ui.Elements.ProgressBar.yml new file mode 100644 index 0000000..8907054 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.ProgressBar.yml @@ -0,0 +1,3324 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.ProgressBar + commentId: T:MLEM.Ui.Elements.ProgressBar + id: ProgressBar + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.ProgressBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single) + - MLEM.Ui.Elements.ProgressBar.Color + - MLEM.Ui.Elements.ProgressBar.CurrentValue + - MLEM.Ui.Elements.ProgressBar.Direction + - MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.ProgressBar.MaxValue + - MLEM.Ui.Elements.ProgressBar.ProgressColor + - MLEM.Ui.Elements.ProgressBar.ProgressPadding + - MLEM.Ui.Elements.ProgressBar.ProgressTexture + - MLEM.Ui.Elements.ProgressBar.Texture + langs: + - csharp + - vb + name: ProgressBar + nameWithType: ProgressBar + fullName: MLEM.Ui.Elements.ProgressBar + type: Class + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBar + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class ProgressBar : Element' + content.vb: >- + Public Class ProgressBar + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.ProgressBar.Texture + commentId: F:MLEM.Ui.Elements.ProgressBar.Texture + id: Texture + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: Texture + nameWithType: ProgressBar.Texture + fullName: MLEM.Ui.Elements.ProgressBar.Texture + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Texture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Texture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.Color + commentId: F:MLEM.Ui.Elements.ProgressBar.Color + id: Color + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: Color + nameWithType: ProgressBar.Color + fullName: MLEM.Ui.Elements.ProgressBar.Color + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Color + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Color + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public Color As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.ProgressPadding + commentId: F:MLEM.Ui.Elements.ProgressBar.ProgressPadding + id: ProgressPadding + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: ProgressPadding + nameWithType: ProgressBar.ProgressPadding + fullName: MLEM.Ui.Elements.ProgressBar.ProgressPadding + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressPadding + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp ProgressPadding + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + content.vb: Public ProgressPadding As StyleProp(Of Vector2) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.ProgressTexture + commentId: F:MLEM.Ui.Elements.ProgressBar.ProgressTexture + id: ProgressTexture + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: ProgressTexture + nameWithType: ProgressBar.ProgressTexture + fullName: MLEM.Ui.Elements.ProgressBar.ProgressTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressTexture + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp ProgressTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public ProgressTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.ProgressColor + commentId: F:MLEM.Ui.Elements.ProgressBar.ProgressColor + id: ProgressColor + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: ProgressColor + nameWithType: ProgressBar.ProgressColor + fullName: MLEM.Ui.Elements.ProgressBar.ProgressColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressColor + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp ProgressColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public ProgressColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.Direction + commentId: F:MLEM.Ui.Elements.ProgressBar.Direction + id: Direction + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: Direction + nameWithType: ProgressBar.Direction + fullName: MLEM.Ui.Elements.ProgressBar.Direction + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Direction + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Direction2 Direction + return: + type: MLEM.Misc.Direction2 + content.vb: Public Direction As Direction2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.MaxValue + commentId: F:MLEM.Ui.Elements.ProgressBar.MaxValue + id: MaxValue + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: MaxValue + nameWithType: ProgressBar.MaxValue + fullName: MLEM.Ui.Elements.ProgressBar.MaxValue + type: Field + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MaxValue + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float MaxValue + return: + type: System.Single + content.vb: Public MaxValue As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.CurrentValue + commentId: P:MLEM.Ui.Elements.ProgressBar.CurrentValue + id: CurrentValue + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: CurrentValue + nameWithType: ProgressBar.CurrentValue + fullName: MLEM.Ui.Elements.ProgressBar.CurrentValue + type: Property + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentValue + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 20 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float CurrentValue { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property CurrentValue As Single + overload: MLEM.Ui.Elements.ProgressBar.CurrentValue* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single) + commentId: M:MLEM.Ui.Elements.ProgressBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single)' + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: ProgressBar(Anchor, Vector2, Direction2, Single, Single) + nameWithType: ProgressBar.ProgressBar(Anchor, Vector2, Direction2, Single, Single) + fullName: MLEM.Ui.Elements.ProgressBar.ProgressBar(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Misc.Direction2, System.Single, System.Single) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public ProgressBar(Anchor anchor, Vector2 size, Direction2 direction, float maxValue, float currentValue = 0F) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: direction + type: MLEM.Misc.Direction2 + - id: maxValue + type: System.Single + - id: currentValue + type: System.Single + content.vb: Public Sub New(anchor As Anchor, size As Vector2, direction As Direction2, maxValue As Single, currentValue As Single = 0F) + overload: MLEM.Ui.Elements.ProgressBar.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: ProgressBar.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 34 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.ProgressBar.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.ProgressBar + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: ProgressBar.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ProgressBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/ProgressBar.cs + startLine: 70 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.ProgressBar.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Vector2) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Vector2) + name.vb: StyleProp(Of Vector2) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.ProgressBar.CurrentValue* + commentId: Overload:MLEM.Ui.Elements.ProgressBar.CurrentValue + name: CurrentValue + nameWithType: ProgressBar.CurrentValue + fullName: MLEM.Ui.Elements.ProgressBar.CurrentValue +- uid: MLEM.Ui.Elements.ProgressBar.#ctor* + commentId: Overload:MLEM.Ui.Elements.ProgressBar.#ctor + name: ProgressBar + nameWithType: ProgressBar.ProgressBar + fullName: MLEM.Ui.Elements.ProgressBar.ProgressBar +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.ProgressBar.Draw* + commentId: Overload:MLEM.Ui.Elements.ProgressBar.Draw + name: Draw + nameWithType: ProgressBar.Draw + fullName: MLEM.Ui.Elements.ProgressBar.Draw +- 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: 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.ProgressBar.InitStyle* + commentId: Overload:MLEM.Ui.Elements.ProgressBar.InitStyle + name: InitStyle + nameWithType: ProgressBar.InitStyle + fullName: MLEM.Ui.Elements.ProgressBar.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.RadioButton.yml b/Docs/api/MLEM.Ui.Elements.RadioButton.yml new file mode 100644 index 0000000..aa1bd6c --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.RadioButton.yml @@ -0,0 +1,2902 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.RadioButton + commentId: T:MLEM.Ui.Elements.RadioButton + id: RadioButton + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.RadioButton.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String) + - MLEM.Ui.Elements.RadioButton.Group + - MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle) + langs: + - csharp + - vb + name: RadioButton + nameWithType: RadioButton + fullName: MLEM.Ui.Elements.RadioButton + type: Class + source: + remote: + path: MLEM.Ui/Elements/RadioButton.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RadioButton + path: ../MLEM.Ui/Elements/RadioButton.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class RadioButton : Checkbox' + content.vb: >- + Public Class RadioButton + Inherits Checkbox + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Checkbox + inheritedMembers: + - MLEM.Ui.Elements.Checkbox.Texture + - MLEM.Ui.Elements.Checkbox.HoveredTexture + - MLEM.Ui.Elements.Checkbox.HoveredColor + - MLEM.Ui.Elements.Checkbox.Checkmark + - MLEM.Ui.Elements.Checkbox.Label + - MLEM.Ui.Elements.Checkbox.TextOffsetX + - MLEM.Ui.Elements.Checkbox.Checked + - MLEM.Ui.Elements.Checkbox.OnCheckStateChange + - MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.RadioButton.Group + commentId: F:MLEM.Ui.Elements.RadioButton.Group + id: Group + parent: MLEM.Ui.Elements.RadioButton + langs: + - csharp + - vb + name: Group + nameWithType: RadioButton.Group + fullName: MLEM.Ui.Elements.RadioButton.Group + type: Field + source: + remote: + path: MLEM.Ui/Elements/RadioButton.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Group + path: ../MLEM.Ui/Elements/RadioButton.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string Group + return: + type: System.String + content.vb: Public Group As String + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.RadioButton.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String) + commentId: M:MLEM.Ui.Elements.RadioButton.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String)' + parent: MLEM.Ui.Elements.RadioButton + langs: + - csharp + - vb + name: RadioButton(Anchor, Vector2, String, Boolean, String) + nameWithType: RadioButton.RadioButton(Anchor, Vector2, String, Boolean, String) + fullName: MLEM.Ui.Elements.RadioButton.RadioButton(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.String, System.Boolean, System.String) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/RadioButton.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/RadioButton.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public RadioButton(Anchor anchor, Vector2 size, string label, bool defaultChecked = false, string group = "") + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: label + type: System.String + - id: defaultChecked + type: System.Boolean + - id: group + type: System.String + content.vb: Public Sub New(anchor As Anchor, size As Vector2, label As String, defaultChecked As Boolean = False, group As String = "") + overload: MLEM.Ui.Elements.RadioButton.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.RadioButton + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: RadioButton.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/RadioButton.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/RadioButton.cs + startLine: 23 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.RadioButton.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Checkbox + commentId: T:MLEM.Ui.Elements.Checkbox + parent: MLEM.Ui.Elements + name: Checkbox + nameWithType: Checkbox + fullName: MLEM.Ui.Elements.Checkbox +- uid: MLEM.Ui.Elements.Checkbox.Texture + commentId: F:MLEM.Ui.Elements.Checkbox.Texture + parent: MLEM.Ui.Elements.Checkbox + name: Texture + nameWithType: Checkbox.Texture + fullName: MLEM.Ui.Elements.Checkbox.Texture +- uid: MLEM.Ui.Elements.Checkbox.HoveredTexture + commentId: F:MLEM.Ui.Elements.Checkbox.HoveredTexture + parent: MLEM.Ui.Elements.Checkbox + name: HoveredTexture + nameWithType: Checkbox.HoveredTexture + fullName: MLEM.Ui.Elements.Checkbox.HoveredTexture +- uid: MLEM.Ui.Elements.Checkbox.HoveredColor + commentId: F:MLEM.Ui.Elements.Checkbox.HoveredColor + parent: MLEM.Ui.Elements.Checkbox + name: HoveredColor + nameWithType: Checkbox.HoveredColor + fullName: MLEM.Ui.Elements.Checkbox.HoveredColor +- uid: MLEM.Ui.Elements.Checkbox.Checkmark + commentId: F:MLEM.Ui.Elements.Checkbox.Checkmark + parent: MLEM.Ui.Elements.Checkbox + name: Checkmark + nameWithType: Checkbox.Checkmark + fullName: MLEM.Ui.Elements.Checkbox.Checkmark +- uid: MLEM.Ui.Elements.Checkbox.Label + commentId: F:MLEM.Ui.Elements.Checkbox.Label + parent: MLEM.Ui.Elements.Checkbox + name: Label + nameWithType: Checkbox.Label + fullName: MLEM.Ui.Elements.Checkbox.Label +- uid: MLEM.Ui.Elements.Checkbox.TextOffsetX + commentId: F:MLEM.Ui.Elements.Checkbox.TextOffsetX + parent: MLEM.Ui.Elements.Checkbox + name: TextOffsetX + nameWithType: Checkbox.TextOffsetX + fullName: MLEM.Ui.Elements.Checkbox.TextOffsetX +- uid: MLEM.Ui.Elements.Checkbox.Checked + commentId: P:MLEM.Ui.Elements.Checkbox.Checked + parent: MLEM.Ui.Elements.Checkbox + name: Checked + nameWithType: Checkbox.Checked + fullName: MLEM.Ui.Elements.Checkbox.Checked +- uid: MLEM.Ui.Elements.Checkbox.OnCheckStateChange + commentId: F:MLEM.Ui.Elements.Checkbox.OnCheckStateChange + parent: MLEM.Ui.Elements.Checkbox + name: OnCheckStateChange + nameWithType: Checkbox.OnCheckStateChange + fullName: MLEM.Ui.Elements.Checkbox.OnCheckStateChange +- uid: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Checkbox + name: CalcActualSize(RectangleF) + nameWithType: Checkbox.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Checkbox.CalcActualSize + fullName: MLEM.Ui.Elements.Checkbox.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Checkbox.CalcActualSize + fullName: MLEM.Ui.Elements.Checkbox.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Checkbox + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Checkbox.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Checkbox.Draw + fullName: MLEM.Ui.Elements.Checkbox.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Checkbox.Draw + fullName: MLEM.Ui.Elements.Checkbox.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Ui.Elements.RadioButton.#ctor* + commentId: Overload:MLEM.Ui.Elements.RadioButton.#ctor + name: RadioButton + nameWithType: RadioButton.RadioButton + fullName: MLEM.Ui.Elements.RadioButton.RadioButton +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Checkbox + name: InitStyle(UiStyle) + nameWithType: Checkbox.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Checkbox.InitStyle + fullName: MLEM.Ui.Elements.Checkbox.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Checkbox.InitStyle + fullName: MLEM.Ui.Elements.Checkbox.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.RadioButton.InitStyle* + commentId: Overload:MLEM.Ui.Elements.RadioButton.InitStyle + name: InitStyle + nameWithType: RadioButton.InitStyle + fullName: MLEM.Ui.Elements.RadioButton.InitStyle +- 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 diff --git a/Docs/api/MLEM.Ui.Elements.ScrollBar.ValueChanged.yml b/Docs/api/MLEM.Ui.Elements.ScrollBar.ValueChanged.yml new file mode 100644 index 0000000..1b31064 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.ScrollBar.ValueChanged.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.ScrollBar.ValueChanged + commentId: T:MLEM.Ui.Elements.ScrollBar.ValueChanged + id: ScrollBar.ValueChanged + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: ScrollBar.ValueChanged + nameWithType: ScrollBar.ValueChanged + fullName: MLEM.Ui.Elements.ScrollBar.ValueChanged + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ValueChanged + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 156 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void ValueChanged(Element element, float value); + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: value + type: System.Single + content.vb: Public Delegate Sub ValueChanged(element As Element, value As Single) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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 + commentId: T:MLEM.Ui.Elements.Element + parent: MLEM.Ui.Elements + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.ScrollBar.yml b/Docs/api/MLEM.Ui.Elements.ScrollBar.yml new file mode 100644 index 0000000..adcdec9 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.ScrollBar.yml @@ -0,0 +1,3474 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.ScrollBar + commentId: T:MLEM.Ui.Elements.ScrollBar + id: ScrollBar + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.ScrollBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean) + - MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + - MLEM.Ui.Elements.ScrollBar.Background + - MLEM.Ui.Elements.ScrollBar.CurrentValue + - MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.ScrollBar.Horizontal + - MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.ScrollBar.MaxValue + - MLEM.Ui.Elements.ScrollBar.OnAutoHide + - MLEM.Ui.Elements.ScrollBar.OnValueChanged + - MLEM.Ui.Elements.ScrollBar.ScrollerOffset + - MLEM.Ui.Elements.ScrollBar.ScrollerSize + - MLEM.Ui.Elements.ScrollBar.ScrollerTexture + - MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + - MLEM.Ui.Elements.ScrollBar.SmoothScrolling + - MLEM.Ui.Elements.ScrollBar.StepPerScroll + - MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: ScrollBar + nameWithType: ScrollBar + fullName: MLEM.Ui.Elements.ScrollBar + type: Class + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollBar + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class ScrollBar : Element' + content.vb: >- + Public Class ScrollBar + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + derivedClasses: + - MLEM.Ui.Elements.Slider + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.ScrollBar.Background + commentId: F:MLEM.Ui.Elements.ScrollBar.Background + id: Background + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: Background + nameWithType: ScrollBar.Background + fullName: MLEM.Ui.Elements.ScrollBar.Background + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Background + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Background + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Background As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerTexture + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerTexture + id: ScrollerTexture + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: ScrollerTexture + nameWithType: ScrollBar.ScrollerTexture + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollerTexture + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp ScrollerTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public ScrollerTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerOffset + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerOffset + id: ScrollerOffset + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: ScrollerOffset + nameWithType: ScrollBar.ScrollerOffset + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerOffset + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollerOffset + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScrollerOffset + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ScrollerOffset As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerSize + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerSize + id: ScrollerSize + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: ScrollerSize + nameWithType: ScrollBar.ScrollerSize + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerSize + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollerSize + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Vector2 ScrollerSize + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ScrollerSize As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.MaxValue + commentId: P:MLEM.Ui.Elements.ScrollBar.MaxValue + id: MaxValue + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: MaxValue + nameWithType: ScrollBar.MaxValue + fullName: MLEM.Ui.Elements.ScrollBar.MaxValue + type: Property + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MaxValue + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float MaxValue { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property MaxValue As Single + overload: MLEM.Ui.Elements.ScrollBar.MaxValue* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.CurrentValue + commentId: P:MLEM.Ui.Elements.ScrollBar.CurrentValue + id: CurrentValue + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: CurrentValue + nameWithType: ScrollBar.CurrentValue + fullName: MLEM.Ui.Elements.ScrollBar.CurrentValue + type: Property + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CurrentValue + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 33 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float CurrentValue { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property CurrentValue As Single + overload: MLEM.Ui.Elements.ScrollBar.CurrentValue* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.Horizontal + commentId: F:MLEM.Ui.Elements.ScrollBar.Horizontal + id: Horizontal + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: Horizontal + nameWithType: ScrollBar.Horizontal + fullName: MLEM.Ui.Elements.ScrollBar.Horizontal + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Horizontal + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 45 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public readonly bool Horizontal + return: + type: System.Boolean + content.vb: Public ReadOnly Horizontal As Boolean + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.ScrollBar.StepPerScroll + commentId: F:MLEM.Ui.Elements.ScrollBar.StepPerScroll + id: StepPerScroll + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: StepPerScroll + nameWithType: ScrollBar.StepPerScroll + fullName: MLEM.Ui.Elements.ScrollBar.StepPerScroll + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: StepPerScroll + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 46 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float StepPerScroll + return: + type: System.Single + content.vb: Public StepPerScroll As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.OnValueChanged + commentId: F:MLEM.Ui.Elements.ScrollBar.OnValueChanged + id: OnValueChanged + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: OnValueChanged + nameWithType: ScrollBar.OnValueChanged + fullName: MLEM.Ui.Elements.ScrollBar.OnValueChanged + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnValueChanged + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 47 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public ScrollBar.ValueChanged OnValueChanged + return: + type: MLEM.Ui.Elements.ScrollBar.ValueChanged + content.vb: Public OnValueChanged As ScrollBar.ValueChanged + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.OnAutoHide + commentId: F:MLEM.Ui.Elements.ScrollBar.OnAutoHide + id: OnAutoHide + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: OnAutoHide + nameWithType: ScrollBar.OnAutoHide + fullName: MLEM.Ui.Elements.ScrollBar.OnAutoHide + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnAutoHide + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 48 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Element.GenericCallback OnAutoHide + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnAutoHide As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + commentId: F:MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + id: AutoHideWhenEmpty + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: AutoHideWhenEmpty + nameWithType: ScrollBar.AutoHideWhenEmpty + fullName: MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AutoHideWhenEmpty + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 52 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool AutoHideWhenEmpty + return: + type: System.Boolean + content.vb: Public AutoHideWhenEmpty As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.SmoothScrolling + commentId: F:MLEM.Ui.Elements.ScrollBar.SmoothScrolling + id: SmoothScrolling + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: SmoothScrolling + nameWithType: ScrollBar.SmoothScrolling + fullName: MLEM.Ui.Elements.ScrollBar.SmoothScrolling + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SmoothScrolling + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 53 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public bool SmoothScrolling + return: + type: System.Boolean + content.vb: Public SmoothScrolling As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + commentId: F:MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + id: SmoothScrollFactor + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: SmoothScrollFactor + nameWithType: ScrollBar.SmoothScrollFactor + fullName: MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + type: Field + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SmoothScrollFactor + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 54 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float SmoothScrollFactor + return: + type: System.Single + content.vb: Public SmoothScrollFactor As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean) + commentId: M:MLEM.Ui.Elements.ScrollBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean)' + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: ScrollBar(Anchor, Vector2, Int32, Single, Boolean) + nameWithType: ScrollBar.ScrollBar(Anchor, Vector2, Int32, Single, Boolean) + fullName: MLEM.Ui.Elements.ScrollBar.ScrollBar(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.Int32, System.Single, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 60 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public ScrollBar(Anchor anchor, Vector2 size, int scrollerSize, float maxValue, bool horizontal = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: scrollerSize + type: System.Int32 + - id: maxValue + type: System.Single + - id: horizontal + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, scrollerSize As Integer, maxValue As Single, horizontal As Boolean = False) + overload: MLEM.Ui.Elements.ScrollBar.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: ScrollBar.Update(GameTime) + fullName: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 67 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.ScrollBar.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: ScrollBar.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 136 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.ScrollBar.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.ScrollBar + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: ScrollBar.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/ScrollBar.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/ScrollBar.cs + startLine: 150 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.ScrollBar.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- 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.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.ScrollBar.MaxValue* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.MaxValue + name: MaxValue + nameWithType: ScrollBar.MaxValue + fullName: MLEM.Ui.Elements.ScrollBar.MaxValue +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.ScrollBar.CurrentValue* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.CurrentValue + name: CurrentValue + nameWithType: ScrollBar.CurrentValue + fullName: MLEM.Ui.Elements.ScrollBar.CurrentValue +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.ScrollBar.ValueChanged + commentId: T:MLEM.Ui.Elements.ScrollBar.ValueChanged + parent: MLEM.Ui.Elements + name: ScrollBar.ValueChanged + nameWithType: ScrollBar.ValueChanged + fullName: MLEM.Ui.Elements.ScrollBar.ValueChanged +- 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.Elements.ScrollBar.#ctor* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.#ctor + name: ScrollBar + nameWithType: ScrollBar.ScrollBar + fullName: MLEM.Ui.Elements.ScrollBar.ScrollBar +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.ScrollBar.Update* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.Update + name: Update + nameWithType: ScrollBar.Update + fullName: MLEM.Ui.Elements.ScrollBar.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.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.ScrollBar.Draw* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.Draw + name: Draw + nameWithType: ScrollBar.Draw + fullName: MLEM.Ui.Elements.ScrollBar.Draw +- 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.ScrollBar.InitStyle* + commentId: Overload:MLEM.Ui.Elements.ScrollBar.InitStyle + name: InitStyle + nameWithType: ScrollBar.InitStyle + fullName: MLEM.Ui.Elements.ScrollBar.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.Slider.yml b/Docs/api/MLEM.Ui.Elements.Slider.yml new file mode 100644 index 0000000..a3018f7 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Slider.yml @@ -0,0 +1,2899 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Slider + commentId: T:MLEM.Ui.Elements.Slider + id: Slider + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Slider.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single) + - MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Slider + nameWithType: Slider + fullName: MLEM.Ui.Elements.Slider + type: Class + source: + remote: + path: MLEM.Ui/Elements/Slider.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Slider + path: ../MLEM.Ui/Elements/Slider.cs + startLine: 6 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Slider : ScrollBar' + content.vb: >- + Public Class Slider + Inherits ScrollBar + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.ScrollBar + inheritedMembers: + - MLEM.Ui.Elements.ScrollBar.Background + - MLEM.Ui.Elements.ScrollBar.ScrollerTexture + - MLEM.Ui.Elements.ScrollBar.ScrollerOffset + - MLEM.Ui.Elements.ScrollBar.ScrollerSize + - MLEM.Ui.Elements.ScrollBar.MaxValue + - MLEM.Ui.Elements.ScrollBar.CurrentValue + - MLEM.Ui.Elements.ScrollBar.Horizontal + - MLEM.Ui.Elements.ScrollBar.StepPerScroll + - MLEM.Ui.Elements.ScrollBar.OnValueChanged + - MLEM.Ui.Elements.ScrollBar.OnAutoHide + - MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + - MLEM.Ui.Elements.ScrollBar.SmoothScrolling + - MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + - MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Slider.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single) + commentId: M:MLEM.Ui.Elements.Slider.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single)' + parent: MLEM.Ui.Elements.Slider + langs: + - csharp + - vb + name: Slider(Anchor, Vector2, Int32, Single) + nameWithType: Slider.Slider(Anchor, Vector2, Int32, Single) + fullName: MLEM.Ui.Elements.Slider.Slider(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, System.Int32, System.Single) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Slider.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Slider.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Slider(Anchor anchor, Vector2 size, int scrollerSize, float maxValue) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: scrollerSize + type: System.Int32 + - id: maxValue + type: System.Single + content.vb: Public Sub New(anchor As Anchor, size As Vector2, scrollerSize As Integer, maxValue As Single) + overload: MLEM.Ui.Elements.Slider.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Slider + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Slider.Update(GameTime) + fullName: MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Slider.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/Slider.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.Slider.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.ScrollBar + commentId: T:MLEM.Ui.Elements.ScrollBar + parent: MLEM.Ui.Elements + name: ScrollBar + nameWithType: ScrollBar + fullName: MLEM.Ui.Elements.ScrollBar +- uid: MLEM.Ui.Elements.ScrollBar.Background + commentId: F:MLEM.Ui.Elements.ScrollBar.Background + parent: MLEM.Ui.Elements.ScrollBar + name: Background + nameWithType: ScrollBar.Background + fullName: MLEM.Ui.Elements.ScrollBar.Background +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerTexture + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerTexture + parent: MLEM.Ui.Elements.ScrollBar + name: ScrollerTexture + nameWithType: ScrollBar.ScrollerTexture + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerTexture +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerOffset + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerOffset + parent: MLEM.Ui.Elements.ScrollBar + name: ScrollerOffset + nameWithType: ScrollBar.ScrollerOffset + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerOffset +- uid: MLEM.Ui.Elements.ScrollBar.ScrollerSize + commentId: F:MLEM.Ui.Elements.ScrollBar.ScrollerSize + parent: MLEM.Ui.Elements.ScrollBar + name: ScrollerSize + nameWithType: ScrollBar.ScrollerSize + fullName: MLEM.Ui.Elements.ScrollBar.ScrollerSize +- uid: MLEM.Ui.Elements.ScrollBar.MaxValue + commentId: P:MLEM.Ui.Elements.ScrollBar.MaxValue + parent: MLEM.Ui.Elements.ScrollBar + name: MaxValue + nameWithType: ScrollBar.MaxValue + fullName: MLEM.Ui.Elements.ScrollBar.MaxValue +- uid: MLEM.Ui.Elements.ScrollBar.CurrentValue + commentId: P:MLEM.Ui.Elements.ScrollBar.CurrentValue + parent: MLEM.Ui.Elements.ScrollBar + name: CurrentValue + nameWithType: ScrollBar.CurrentValue + fullName: MLEM.Ui.Elements.ScrollBar.CurrentValue +- uid: MLEM.Ui.Elements.ScrollBar.Horizontal + commentId: F:MLEM.Ui.Elements.ScrollBar.Horizontal + parent: MLEM.Ui.Elements.ScrollBar + name: Horizontal + nameWithType: ScrollBar.Horizontal + fullName: MLEM.Ui.Elements.ScrollBar.Horizontal +- uid: MLEM.Ui.Elements.ScrollBar.StepPerScroll + commentId: F:MLEM.Ui.Elements.ScrollBar.StepPerScroll + parent: MLEM.Ui.Elements.ScrollBar + name: StepPerScroll + nameWithType: ScrollBar.StepPerScroll + fullName: MLEM.Ui.Elements.ScrollBar.StepPerScroll +- uid: MLEM.Ui.Elements.ScrollBar.OnValueChanged + commentId: F:MLEM.Ui.Elements.ScrollBar.OnValueChanged + parent: MLEM.Ui.Elements.ScrollBar + name: OnValueChanged + nameWithType: ScrollBar.OnValueChanged + fullName: MLEM.Ui.Elements.ScrollBar.OnValueChanged +- uid: MLEM.Ui.Elements.ScrollBar.OnAutoHide + commentId: F:MLEM.Ui.Elements.ScrollBar.OnAutoHide + parent: MLEM.Ui.Elements.ScrollBar + name: OnAutoHide + nameWithType: ScrollBar.OnAutoHide + fullName: MLEM.Ui.Elements.ScrollBar.OnAutoHide +- uid: MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + commentId: F:MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty + parent: MLEM.Ui.Elements.ScrollBar + name: AutoHideWhenEmpty + nameWithType: ScrollBar.AutoHideWhenEmpty + fullName: MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty +- uid: MLEM.Ui.Elements.ScrollBar.SmoothScrolling + commentId: F:MLEM.Ui.Elements.ScrollBar.SmoothScrolling + parent: MLEM.Ui.Elements.ScrollBar + name: SmoothScrolling + nameWithType: ScrollBar.SmoothScrolling + fullName: MLEM.Ui.Elements.ScrollBar.SmoothScrolling +- uid: MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + commentId: F:MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor + parent: MLEM.Ui.Elements.ScrollBar + name: SmoothScrollFactor + nameWithType: ScrollBar.SmoothScrollFactor + fullName: MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor +- uid: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.ScrollBar + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: ScrollBar.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: ScrollBar.Draw + fullName: MLEM.Ui.Elements.ScrollBar.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: ScrollBar.Draw + fullName: MLEM.Ui.Elements.ScrollBar.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.ScrollBar + name: InitStyle(UiStyle) + nameWithType: ScrollBar.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: ScrollBar.InitStyle + fullName: MLEM.Ui.Elements.ScrollBar.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: ScrollBar.InitStyle + fullName: MLEM.Ui.Elements.ScrollBar.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Slider.#ctor* + commentId: Overload:MLEM.Ui.Elements.Slider.#ctor + name: Slider + nameWithType: Slider.Slider + fullName: MLEM.Ui.Elements.Slider.Slider +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.ScrollBar + isExternal: true + name: Update(GameTime) + nameWithType: ScrollBar.Update(GameTime) + fullName: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: ScrollBar.Update + fullName: MLEM.Ui.Elements.ScrollBar.Update + - 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: MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: ScrollBar.Update + fullName: MLEM.Ui.Elements.ScrollBar.Update + - 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.Elements.Slider.Update* + commentId: Overload:MLEM.Ui.Elements.Slider.Update + name: Update + nameWithType: Slider.Update + fullName: MLEM.Ui.Elements.Slider.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 diff --git a/Docs/api/MLEM.Ui.Elements.SpriteAnimationImage.yml b/Docs/api/MLEM.Ui.Elements.SpriteAnimationImage.yml new file mode 100644 index 0000000..fd0efc2 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.SpriteAnimationImage.yml @@ -0,0 +1,2961 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.SpriteAnimationImage + commentId: T:MLEM.Ui.Elements.SpriteAnimationImage + id: SpriteAnimationImage + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean) + - MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean) + - MLEM.Ui.Elements.SpriteAnimationImage.Group + - MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: SpriteAnimationImage + nameWithType: SpriteAnimationImage + fullName: MLEM.Ui.Elements.SpriteAnimationImage + type: Class + source: + remote: + path: MLEM.Ui/Elements/SpriteAnimationImage.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SpriteAnimationImage + path: ../MLEM.Ui/Elements/SpriteAnimationImage.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class SpriteAnimationImage : Image' + content.vb: >- + Public Class SpriteAnimationImage + Inherits Image + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Image + inheritedMembers: + - MLEM.Ui.Elements.Image.Color + - MLEM.Ui.Elements.Image.GetTextureCallback + - MLEM.Ui.Elements.Image.Texture + - MLEM.Ui.Elements.Image.ScaleToImage + - MLEM.Ui.Elements.Image.MaintainImageAspect + - MLEM.Ui.Elements.Image.ImageEffects + - MLEM.Ui.Elements.Image.ImageScale + - MLEM.Ui.Elements.Image.ImageRotation + - MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.SpriteAnimationImage.Group + commentId: F:MLEM.Ui.Elements.SpriteAnimationImage.Group + id: Group + parent: MLEM.Ui.Elements.SpriteAnimationImage + langs: + - csharp + - vb + name: Group + nameWithType: SpriteAnimationImage.Group + fullName: MLEM.Ui.Elements.SpriteAnimationImage.Group + type: Field + source: + remote: + path: MLEM.Ui/Elements/SpriteAnimationImage.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Group + path: ../MLEM.Ui/Elements/SpriteAnimationImage.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public SpriteAnimationGroup Group + return: + type: MLEM.Animations.SpriteAnimationGroup + content.vb: Public Group As SpriteAnimationGroup + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean) + commentId: M:MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean)' + parent: MLEM.Ui.Elements.SpriteAnimationImage + langs: + - csharp + - vb + name: SpriteAnimationImage(Anchor, Vector2, TextureRegion, SpriteAnimationGroup, Boolean) + nameWithType: SpriteAnimationImage.SpriteAnimationImage(Anchor, Vector2, TextureRegion, SpriteAnimationGroup, Boolean) + fullName: MLEM.Ui.Elements.SpriteAnimationImage.SpriteAnimationImage(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, MLEM.Animations.SpriteAnimationGroup, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/SpriteAnimationImage.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/SpriteAnimationImage.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public SpriteAnimationImage(Anchor anchor, Vector2 size, TextureRegion texture, SpriteAnimationGroup group, bool scaleToImage = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: texture + type: MLEM.Textures.TextureRegion + - id: group + type: MLEM.Animations.SpriteAnimationGroup + - id: scaleToImage + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, texture As TextureRegion, group As SpriteAnimationGroup, scaleToImage As Boolean = False) + overload: MLEM.Ui.Elements.SpriteAnimationImage.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean) + commentId: M:MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean)' + parent: MLEM.Ui.Elements.SpriteAnimationImage + langs: + - csharp + - vb + name: SpriteAnimationImage(Anchor, Vector2, TextureRegion, SpriteAnimation, Boolean) + nameWithType: SpriteAnimationImage.SpriteAnimationImage(Anchor, Vector2, TextureRegion, SpriteAnimation, Boolean) + fullName: MLEM.Ui.Elements.SpriteAnimationImage.SpriteAnimationImage(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, MLEM.Animations.SpriteAnimation, System.Boolean) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/SpriteAnimationImage.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/SpriteAnimationImage.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public SpriteAnimationImage(Anchor anchor, Vector2 size, TextureRegion texture, SpriteAnimation animation, bool scaleToImage = false) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: texture + type: MLEM.Textures.TextureRegion + - id: animation + type: MLEM.Animations.SpriteAnimation + - id: scaleToImage + type: System.Boolean + content.vb: Public Sub New(anchor As Anchor, size As Vector2, texture As TextureRegion, animation As SpriteAnimation, scaleToImage As Boolean = False) + overload: MLEM.Ui.Elements.SpriteAnimationImage.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.SpriteAnimationImage + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: SpriteAnimationImage.Update(GameTime) + fullName: MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/SpriteAnimationImage.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/SpriteAnimationImage.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.SpriteAnimationImage.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Image + commentId: T:MLEM.Ui.Elements.Image + parent: MLEM.Ui.Elements + name: Image + nameWithType: Image + fullName: MLEM.Ui.Elements.Image +- uid: MLEM.Ui.Elements.Image.Color + commentId: F:MLEM.Ui.Elements.Image.Color + parent: MLEM.Ui.Elements.Image + name: Color + nameWithType: Image.Color + fullName: MLEM.Ui.Elements.Image.Color +- uid: MLEM.Ui.Elements.Image.GetTextureCallback + commentId: F:MLEM.Ui.Elements.Image.GetTextureCallback + parent: MLEM.Ui.Elements.Image + name: GetTextureCallback + nameWithType: Image.GetTextureCallback + fullName: MLEM.Ui.Elements.Image.GetTextureCallback +- uid: MLEM.Ui.Elements.Image.Texture + commentId: P:MLEM.Ui.Elements.Image.Texture + parent: MLEM.Ui.Elements.Image + name: Texture + nameWithType: Image.Texture + fullName: MLEM.Ui.Elements.Image.Texture +- uid: MLEM.Ui.Elements.Image.ScaleToImage + commentId: P:MLEM.Ui.Elements.Image.ScaleToImage + parent: MLEM.Ui.Elements.Image + name: ScaleToImage + nameWithType: Image.ScaleToImage + fullName: MLEM.Ui.Elements.Image.ScaleToImage +- uid: MLEM.Ui.Elements.Image.MaintainImageAspect + commentId: F:MLEM.Ui.Elements.Image.MaintainImageAspect + parent: MLEM.Ui.Elements.Image + name: MaintainImageAspect + nameWithType: Image.MaintainImageAspect + fullName: MLEM.Ui.Elements.Image.MaintainImageAspect +- uid: MLEM.Ui.Elements.Image.ImageEffects + commentId: F:MLEM.Ui.Elements.Image.ImageEffects + parent: MLEM.Ui.Elements.Image + name: ImageEffects + nameWithType: Image.ImageEffects + fullName: MLEM.Ui.Elements.Image.ImageEffects +- uid: MLEM.Ui.Elements.Image.ImageScale + commentId: F:MLEM.Ui.Elements.Image.ImageScale + parent: MLEM.Ui.Elements.Image + name: ImageScale + nameWithType: Image.ImageScale + fullName: MLEM.Ui.Elements.Image.ImageScale +- uid: MLEM.Ui.Elements.Image.ImageRotation + commentId: F:MLEM.Ui.Elements.Image.ImageRotation + parent: MLEM.Ui.Elements.Image + name: ImageRotation + nameWithType: Image.ImageRotation + fullName: MLEM.Ui.Elements.Image.ImageRotation +- uid: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Image + name: CalcActualSize(RectangleF) + nameWithType: Image.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Image.CalcActualSize + fullName: MLEM.Ui.Elements.Image.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Image.CalcActualSize + fullName: MLEM.Ui.Elements.Image.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Image + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Image.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Image.Draw + fullName: MLEM.Ui.Elements.Image.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Image.Draw + fullName: MLEM.Ui.Elements.Image.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Animations.SpriteAnimationGroup + commentId: T:MLEM.Animations.SpriteAnimationGroup + parent: MLEM.Animations + name: SpriteAnimationGroup + nameWithType: SpriteAnimationGroup + fullName: MLEM.Animations.SpriteAnimationGroup +- uid: MLEM.Animations + commentId: N:MLEM.Animations + name: MLEM.Animations + nameWithType: MLEM.Animations + fullName: MLEM.Animations +- uid: MLEM.Ui.Elements.SpriteAnimationImage.#ctor* + commentId: Overload:MLEM.Ui.Elements.SpriteAnimationImage.#ctor + name: SpriteAnimationImage + nameWithType: SpriteAnimationImage.SpriteAnimationImage + fullName: MLEM.Ui.Elements.SpriteAnimationImage.SpriteAnimationImage +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: MLEM.Animations.SpriteAnimation + commentId: T:MLEM.Animations.SpriteAnimation + parent: MLEM.Animations + name: SpriteAnimation + nameWithType: SpriteAnimation + fullName: MLEM.Animations.SpriteAnimation +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.SpriteAnimationImage.Update* + commentId: Overload:MLEM.Ui.Elements.SpriteAnimationImage.Update + name: Update + nameWithType: SpriteAnimationImage.Update + fullName: MLEM.Ui.Elements.SpriteAnimationImage.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 diff --git a/Docs/api/MLEM.Ui.Elements.TextField.Rule.yml b/Docs/api/MLEM.Ui.Elements.TextField.Rule.yml new file mode 100644 index 0000000..bc608eb --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.TextField.Rule.yml @@ -0,0 +1,73 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.TextField.Rule + commentId: T:MLEM.Ui.Elements.TextField.Rule + id: TextField.Rule + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Rule + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 220 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate bool Rule(TextField field, string textToAdd); + parameters: + - id: field + type: MLEM.Ui.Elements.TextField + - id: textToAdd + type: System.String + return: + type: System.Boolean + content.vb: Public Delegate Function Rule(field As TextField, textToAdd As String) As Boolean + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.TextField + commentId: T:MLEM.Ui.Elements.TextField + parent: MLEM.Ui.Elements + name: TextField + nameWithType: TextField + fullName: MLEM.Ui.Elements.TextField +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.TextField.TextChanged.yml b/Docs/api/MLEM.Ui.Elements.TextField.TextChanged.yml new file mode 100644 index 0000000..ed4fc1f --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.TextField.TextChanged.yml @@ -0,0 +1,64 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.TextField.TextChanged + commentId: T:MLEM.Ui.Elements.TextField.TextChanged + id: TextField.TextChanged + parent: MLEM.Ui.Elements + children: [] + langs: + - csharp + - vb + name: TextField.TextChanged + nameWithType: TextField.TextChanged + fullName: MLEM.Ui.Elements.TextField.TextChanged + type: Delegate + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextChanged + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 218 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public delegate void TextChanged(TextField field, string text); + parameters: + - id: field + type: MLEM.Ui.Elements.TextField + - id: text + type: System.String + content.vb: Public Delegate Sub TextChanged(field As TextField, text As String) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- 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.TextField + commentId: T:MLEM.Ui.Elements.TextField + parent: MLEM.Ui.Elements + name: TextField + nameWithType: TextField + fullName: MLEM.Ui.Elements.TextField +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System diff --git a/Docs/api/MLEM.Ui.Elements.TextField.yml b/Docs/api/MLEM.Ui.Elements.TextField.yml new file mode 100644 index 0000000..1cdd673 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.TextField.yml @@ -0,0 +1,3971 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.TextField + commentId: T:MLEM.Ui.Elements.TextField + id: TextField + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont) + - MLEM.Ui.Elements.TextField.CaretPos + - MLEM.Ui.Elements.TextField.CaretWidth + - MLEM.Ui.Elements.TextField.DefaultRule + - MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.TextField.Font + - MLEM.Ui.Elements.TextField.HoveredColor + - MLEM.Ui.Elements.TextField.HoveredTexture + - MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.TextField.InputRule + - MLEM.Ui.Elements.TextField.InsertText(System.Object) + - MLEM.Ui.Elements.TextField.LettersNumbers + - MLEM.Ui.Elements.TextField.MobileDescription + - MLEM.Ui.Elements.TextField.MobileTitle + - MLEM.Ui.Elements.TextField.OnlyLetters + - MLEM.Ui.Elements.TextField.OnlyNumbers + - MLEM.Ui.Elements.TextField.OnTextChange + - MLEM.Ui.Elements.TextField.PlaceholderColor + - MLEM.Ui.Elements.TextField.PlaceholderText + - MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) + - MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) + - MLEM.Ui.Elements.TextField.Text + - MLEM.Ui.Elements.TextField.TextColor + - MLEM.Ui.Elements.TextField.TextOffsetX + - MLEM.Ui.Elements.TextField.TextScale + - MLEM.Ui.Elements.TextField.Texture + - MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: TextField + nameWithType: TextField + fullName: MLEM.Ui.Elements.TextField + type: Class + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextField + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class TextField : Element' + content.vb: >- + Public Class TextField + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.TextField.DefaultRule + commentId: F:MLEM.Ui.Elements.TextField.DefaultRule + id: DefaultRule + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: DefaultRule + nameWithType: TextField.DefaultRule + fullName: MLEM.Ui.Elements.TextField.DefaultRule + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DefaultRule + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static readonly TextField.Rule DefaultRule + return: + type: MLEM.Ui.Elements.TextField.Rule + content.vb: Public Shared ReadOnly DefaultRule As TextField.Rule + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Ui.Elements.TextField.OnlyLetters + commentId: F:MLEM.Ui.Elements.TextField.OnlyLetters + id: OnlyLetters + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: OnlyLetters + nameWithType: TextField.OnlyLetters + fullName: MLEM.Ui.Elements.TextField.OnlyLetters + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnlyLetters + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static readonly TextField.Rule OnlyLetters + return: + type: MLEM.Ui.Elements.TextField.Rule + content.vb: Public Shared ReadOnly OnlyLetters As TextField.Rule + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Ui.Elements.TextField.OnlyNumbers + commentId: F:MLEM.Ui.Elements.TextField.OnlyNumbers + id: OnlyNumbers + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: OnlyNumbers + nameWithType: TextField.OnlyNumbers + fullName: MLEM.Ui.Elements.TextField.OnlyNumbers + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnlyNumbers + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static readonly TextField.Rule OnlyNumbers + return: + type: MLEM.Ui.Elements.TextField.Rule + content.vb: Public Shared ReadOnly OnlyNumbers As TextField.Rule + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Ui.Elements.TextField.LettersNumbers + commentId: F:MLEM.Ui.Elements.TextField.LettersNumbers + id: LettersNumbers + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: LettersNumbers + nameWithType: TextField.LettersNumbers + fullName: MLEM.Ui.Elements.TextField.LettersNumbers + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LettersNumbers + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 20 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public static readonly TextField.Rule LettersNumbers + return: + type: MLEM.Ui.Elements.TextField.Rule + content.vb: Public Shared ReadOnly LettersNumbers As TextField.Rule + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: MLEM.Ui.Elements.TextField.TextColor + commentId: F:MLEM.Ui.Elements.TextField.TextColor + id: TextColor + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: TextColor + nameWithType: TextField.TextColor + fullName: MLEM.Ui.Elements.TextField.TextColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextColor + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 22 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp TextColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public TextColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.PlaceholderColor + commentId: F:MLEM.Ui.Elements.TextField.PlaceholderColor + id: PlaceholderColor + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: PlaceholderColor + nameWithType: TextField.PlaceholderColor + fullName: MLEM.Ui.Elements.TextField.PlaceholderColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PlaceholderColor + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 23 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp PlaceholderColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public PlaceholderColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.Texture + commentId: F:MLEM.Ui.Elements.TextField.Texture + id: Texture + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: Texture + nameWithType: TextField.Texture + fullName: MLEM.Ui.Elements.TextField.Texture + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Texture + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 24 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Texture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public Texture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.HoveredTexture + commentId: F:MLEM.Ui.Elements.TextField.HoveredTexture + id: HoveredTexture + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: HoveredTexture + nameWithType: TextField.HoveredTexture + fullName: MLEM.Ui.Elements.TextField.HoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredTexture + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredTexture + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + content.vb: Public HoveredTexture As StyleProp(Of NinePatch) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.HoveredColor + commentId: F:MLEM.Ui.Elements.TextField.HoveredColor + id: HoveredColor + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: HoveredColor + nameWithType: TextField.HoveredColor + fullName: MLEM.Ui.Elements.TextField.HoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HoveredColor + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 26 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp HoveredColor + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + content.vb: Public HoveredColor As StyleProp(Of Color) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.TextScale + commentId: F:MLEM.Ui.Elements.TextField.TextScale + id: TextScale + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: TextScale + nameWithType: TextField.TextScale + fullName: MLEM.Ui.Elements.TextField.TextScale + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextScale + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 27 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp TextScale + return: + type: MLEM.Ui.Style.StyleProp{System.Single} + content.vb: Public TextScale As StyleProp(Of Single) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.Font + commentId: F:MLEM.Ui.Elements.TextField.Font + id: Font + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: Font + nameWithType: TextField.Font + fullName: MLEM.Ui.Elements.TextField.Font + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Font + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp Font + return: + type: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + content.vb: Public Font As StyleProp(Of GenericFont) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.Text + commentId: P:MLEM.Ui.Elements.TextField.Text + id: Text + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: Text + nameWithType: TextField.Text + fullName: MLEM.Ui.Elements.TextField.Text + type: Property + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Text + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 30 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string Text { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property Text As String + overload: MLEM.Ui.Elements.TextField.Text* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.Elements.TextField.PlaceholderText + commentId: F:MLEM.Ui.Elements.TextField.PlaceholderText + id: PlaceholderText + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: PlaceholderText + nameWithType: TextField.PlaceholderText + fullName: MLEM.Ui.Elements.TextField.PlaceholderText + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PlaceholderText + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 31 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string PlaceholderText + return: + type: System.String + content.vb: Public PlaceholderText As String + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.OnTextChange + commentId: F:MLEM.Ui.Elements.TextField.OnTextChange + id: OnTextChange + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: OnTextChange + nameWithType: TextField.OnTextChange + fullName: MLEM.Ui.Elements.TextField.OnTextChange + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnTextChange + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 32 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public TextField.TextChanged OnTextChange + return: + type: MLEM.Ui.Elements.TextField.TextChanged + content.vb: Public OnTextChange As TextField.TextChanged + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.TextOffsetX + commentId: F:MLEM.Ui.Elements.TextField.TextOffsetX + id: TextOffsetX + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: TextOffsetX + nameWithType: TextField.TextOffsetX + fullName: MLEM.Ui.Elements.TextField.TextOffsetX + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextOffsetX + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 33 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float TextOffsetX + return: + type: System.Single + content.vb: Public TextOffsetX As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.CaretWidth + commentId: F:MLEM.Ui.Elements.TextField.CaretWidth + id: CaretWidth + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: CaretWidth + nameWithType: TextField.CaretWidth + fullName: MLEM.Ui.Elements.TextField.CaretWidth + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CaretWidth + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 34 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public float CaretWidth + return: + type: System.Single + content.vb: Public CaretWidth As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.InputRule + commentId: F:MLEM.Ui.Elements.TextField.InputRule + id: InputRule + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: InputRule + nameWithType: TextField.InputRule + fullName: MLEM.Ui.Elements.TextField.InputRule + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InputRule + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 38 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public TextField.Rule InputRule + return: + type: MLEM.Ui.Elements.TextField.Rule + content.vb: Public InputRule As TextField.Rule + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.MobileTitle + commentId: F:MLEM.Ui.Elements.TextField.MobileTitle + id: MobileTitle + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: MobileTitle + nameWithType: TextField.MobileTitle + fullName: MLEM.Ui.Elements.TextField.MobileTitle + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MobileTitle + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 39 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string MobileTitle + return: + type: System.String + content.vb: Public MobileTitle As String + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.MobileDescription + commentId: F:MLEM.Ui.Elements.TextField.MobileDescription + id: MobileDescription + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: MobileDescription + nameWithType: TextField.MobileDescription + fullName: MLEM.Ui.Elements.TextField.MobileDescription + type: Field + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MobileDescription + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public string MobileDescription + return: + type: System.String + content.vb: Public MobileDescription As String + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.CaretPos + commentId: P:MLEM.Ui.Elements.TextField.CaretPos + id: CaretPos + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: CaretPos + nameWithType: TextField.CaretPos + fullName: MLEM.Ui.Elements.TextField.CaretPos + type: Property + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CaretPos + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 42 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public int CaretPos { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property CaretPos As Integer + overload: MLEM.Ui.Elements.TextField.CaretPos* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont) + commentId: M:MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont) + id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont)' + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: TextField(Anchor, Vector2, TextField.Rule, GenericFont) + nameWithType: TextField.TextField(Anchor, Vector2, TextField.Rule, GenericFont) + fullName: MLEM.Ui.Elements.TextField.TextField(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.TextField.Rule, MLEM.Font.GenericFont) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 55 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public TextField(Anchor anchor, Vector2 size, TextField.Rule rule = null, GenericFont font = null) + parameters: + - id: anchor + type: MLEM.Ui.Anchor + - id: size + type: Microsoft.Xna.Framework.Vector2 + - id: rule + type: MLEM.Ui.Elements.TextField.Rule + - id: font + type: MLEM.Font.GenericFont + content.vb: Public Sub New(anchor As Anchor, size As Vector2, rule As TextField.Rule = Nothing, font As GenericFont = Nothing) + overload: MLEM.Ui.Elements.TextField.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: TextField.Update(GameTime) + fullName: MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 117 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.TextField.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: TextField.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Draw + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 151 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, BlendState blendState, SamplerState samplerState, Matrix matrix) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + - id: alpha + type: System.Single + - id: blendState + type: Microsoft.Xna.Framework.Graphics.BlendState + - id: samplerState + type: Microsoft.Xna.Framework.Graphics.SamplerState + - id: matrix + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, blendState As BlendState, samplerState As SamplerState, matrix As Matrix) + overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + overload: MLEM.Ui.Elements.TextField.Draw* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) + commentId: M:MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) + id: SetText(System.Object,System.Boolean) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: SetText(Object, Boolean) + nameWithType: TextField.SetText(Object, Boolean) + fullName: MLEM.Ui.Elements.TextField.SetText(System.Object, System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetText + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 177 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void SetText(object text, bool removeMismatching = false) + parameters: + - id: text + type: System.Object + - id: removeMismatching + type: System.Boolean + content.vb: Public Sub SetText(text As Object, removeMismatching As Boolean = False) + overload: MLEM.Ui.Elements.TextField.SetText* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.InsertText(System.Object) + commentId: M:MLEM.Ui.Elements.TextField.InsertText(System.Object) + id: InsertText(System.Object) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: InsertText(Object) + nameWithType: TextField.InsertText(Object) + fullName: MLEM.Ui.Elements.TextField.InsertText(System.Object) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InsertText + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 193 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void InsertText(object text) + parameters: + - id: text + type: System.Object + content.vb: Public Sub InsertText(text As Object) + overload: MLEM.Ui.Elements.TextField.InsertText* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) + commentId: M:MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) + id: RemoveText(System.Int32,System.Int32) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: RemoveText(Int32, Int32) + nameWithType: TextField.RemoveText(Int32, Int32) + fullName: MLEM.Ui.Elements.TextField.RemoveText(System.Int32, System.Int32) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RemoveText + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 202 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void RemoveText(int index, int length) + parameters: + - id: index + type: System.Int32 + - id: length + type: System.Int32 + content.vb: Public Sub RemoveText(index As Integer, length As Integer) + overload: MLEM.Ui.Elements.TextField.RemoveText* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.TextField + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: TextField.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/TextField.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/TextField.cs + startLine: 209 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.TextField.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.TextField.Rule + commentId: T:MLEM.Ui.Elements.TextField.Rule + parent: MLEM.Ui.Elements + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Color) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) + name.vb: StyleProp(Of Color) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of NinePatch) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) + name.vb: StyleProp(Of NinePatch) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Textures.NinePatch + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{System.Single} + commentId: T:MLEM.Ui.Style.StyleProp{System.Single} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Single) + fullName.vb: MLEM.Ui.Style.StyleProp(Of System.Single) + name.vb: StyleProp(Of Single) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of GenericFont) + fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Font.GenericFont) + name.vb: StyleProp(Of GenericFont) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Font.GenericFont + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.TextField.Text* + commentId: Overload:MLEM.Ui.Elements.TextField.Text + name: Text + nameWithType: TextField.Text + fullName: MLEM.Ui.Elements.TextField.Text +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Ui.Elements.TextField.TextChanged + commentId: T:MLEM.Ui.Elements.TextField.TextChanged + parent: MLEM.Ui.Elements + name: TextField.TextChanged + nameWithType: TextField.TextChanged + fullName: MLEM.Ui.Elements.TextField.TextChanged +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.Elements.TextField.CaretPos* + commentId: Overload:MLEM.Ui.Elements.TextField.CaretPos + name: CaretPos + nameWithType: TextField.CaretPos + fullName: MLEM.Ui.Elements.TextField.CaretPos +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Ui.Elements.TextField.#ctor* + commentId: Overload:MLEM.Ui.Elements.TextField.#ctor + name: TextField + nameWithType: TextField.TextField + fullName: MLEM.Ui.Elements.TextField.TextField +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.TextField.Update* + commentId: Overload:MLEM.Ui.Elements.TextField.Update + name: Update + nameWithType: TextField.Update + fullName: MLEM.Ui.Elements.TextField.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.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.TextField.Draw* + commentId: Overload:MLEM.Ui.Elements.TextField.Draw + name: Draw + nameWithType: TextField.Draw + fullName: MLEM.Ui.Elements.TextField.Draw +- 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: 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: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- 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: MLEM.Ui.Elements.TextField.SetText* + commentId: Overload:MLEM.Ui.Elements.TextField.SetText + name: SetText + nameWithType: TextField.SetText + fullName: MLEM.Ui.Elements.TextField.SetText +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Elements.TextField.InsertText* + commentId: Overload:MLEM.Ui.Elements.TextField.InsertText + name: InsertText + nameWithType: TextField.InsertText + fullName: MLEM.Ui.Elements.TextField.InsertText +- uid: MLEM.Ui.Elements.TextField.RemoveText* + commentId: Overload:MLEM.Ui.Elements.TextField.RemoveText + name: RemoveText + nameWithType: TextField.RemoveText + fullName: MLEM.Ui.Elements.TextField.RemoveText +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.TextField.InitStyle* + commentId: Overload:MLEM.Ui.Elements.TextField.InitStyle + name: InitStyle + nameWithType: TextField.InitStyle + fullName: MLEM.Ui.Elements.TextField.InitStyle +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + parent: MLEM.Ui.Style + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle diff --git a/Docs/api/MLEM.Ui.Elements.Tooltip.yml b/Docs/api/MLEM.Ui.Elements.Tooltip.yml new file mode 100644 index 0000000..a16346a --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.Tooltip.yml @@ -0,0 +1,3106 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.Tooltip + commentId: T:MLEM.Ui.Elements.Tooltip + id: Tooltip + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Tooltip.#ctor(System.Single,System.String,MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Tooltip.ForceUpdateArea + - MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Ui.Elements.Tooltip.MouseOffset + - MLEM.Ui.Elements.Tooltip.Paragraph + - MLEM.Ui.Elements.Tooltip.SnapPositionToMouse + - MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + type: Class + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Tooltip + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 7 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class Tooltip : Panel' + content.vb: >- + Public Class Tooltip + Inherits Panel + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Panel + inheritedMembers: + - MLEM.Ui.Elements.Panel.Texture + - MLEM.Ui.Elements.Panel.ScrollBar + - MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Panel.GetRelevantChildren + - MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Panel.ScrollSetup + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.Tooltip.MouseOffset + commentId: F:MLEM.Ui.Elements.Tooltip.MouseOffset + id: MouseOffset + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: MouseOffset + nameWithType: Tooltip.MouseOffset + fullName: MLEM.Ui.Elements.Tooltip.MouseOffset + type: Field + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MouseOffset + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public StyleProp MouseOffset + return: + type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + content.vb: Public MouseOffset As StyleProp(Of Vector2) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Tooltip.Paragraph + commentId: F:MLEM.Ui.Elements.Tooltip.Paragraph + id: Paragraph + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: Paragraph + nameWithType: Tooltip.Paragraph + fullName: MLEM.Ui.Elements.Tooltip.Paragraph + type: Field + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Paragraph + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 10 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Paragraph Paragraph + return: + type: MLEM.Ui.Elements.Paragraph + content.vb: Public Paragraph As Paragraph + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Tooltip.#ctor(System.Single,System.String,MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Tooltip.#ctor(System.Single,System.String,MLEM.Ui.Elements.Element) + id: '#ctor(System.Single,System.String,MLEM.Ui.Elements.Element)' + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: Tooltip(Single, String, Element) + nameWithType: Tooltip.Tooltip(Single, String, Element) + fullName: MLEM.Ui.Elements.Tooltip.Tooltip(System.Single, System.String, MLEM.Ui.Elements.Element) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public Tooltip(float width, string text = null, Element elementToHover = null) + parameters: + - id: width + type: System.Single + - id: text + type: System.String + - id: elementToHover + type: MLEM.Ui.Elements.Element + content.vb: Public Sub New(width As Single, text As String = Nothing, elementToHover As Element = Nothing) + overload: MLEM.Ui.Elements.Tooltip.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Tooltip.Update(GameTime) + fullName: MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 35 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + overload: MLEM.Ui.Elements.Tooltip.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Tooltip.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Tooltip.ForceUpdateArea + id: ForceUpdateArea + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: ForceUpdateArea() + nameWithType: Tooltip.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Tooltip.ForceUpdateArea() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ForceUpdateArea + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public override void ForceUpdateArea() + content.vb: Public Overrides Sub ForceUpdateArea + overridden: MLEM.Ui.Elements.Panel.ForceUpdateArea + overload: MLEM.Ui.Elements.Tooltip.ForceUpdateArea* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle) + id: InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: InitStyle(UiStyle) + nameWithType: Tooltip.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle) + type: Method + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InitStyle + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 46 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: protected override void InitStyle(UiStyle style) + parameters: + - id: style + type: MLEM.Ui.Style.UiStyle + content.vb: Protected Overrides Sub InitStyle(style As UiStyle) + overridden: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + overload: MLEM.Ui.Elements.Tooltip.InitStyle* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: MLEM.Ui.Elements.Tooltip.SnapPositionToMouse + commentId: M:MLEM.Ui.Elements.Tooltip.SnapPositionToMouse + id: SnapPositionToMouse + parent: MLEM.Ui.Elements.Tooltip + langs: + - csharp + - vb + name: SnapPositionToMouse() + nameWithType: Tooltip.SnapPositionToMouse() + fullName: MLEM.Ui.Elements.Tooltip.SnapPositionToMouse() + type: Method + source: + remote: + path: MLEM.Ui/Elements/Tooltip.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SnapPositionToMouse + path: ../MLEM.Ui/Elements/Tooltip.cs + startLine: 52 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public void SnapPositionToMouse() + content.vb: Public Sub SnapPositionToMouse + overload: MLEM.Ui.Elements.Tooltip.SnapPositionToMouse* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Panel + commentId: T:MLEM.Ui.Elements.Panel + parent: MLEM.Ui.Elements + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel +- uid: MLEM.Ui.Elements.Panel.Texture + commentId: F:MLEM.Ui.Elements.Panel.Texture + parent: MLEM.Ui.Elements.Panel + name: Texture + nameWithType: Panel.Texture + fullName: MLEM.Ui.Elements.Panel.Texture +- uid: MLEM.Ui.Elements.Panel.ScrollBar + commentId: F:MLEM.Ui.Elements.Panel.ScrollBar + parent: MLEM.Ui.Elements.Panel + name: ScrollBar + nameWithType: Panel.ScrollBar + fullName: MLEM.Ui.Elements.Panel.ScrollBar +- uid: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Panel + name: ForceUpdateSortedChildren() + nameWithType: Panel.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Panel.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Panel.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Panel.GetRelevantChildren + parent: MLEM.Ui.Elements.Panel + name: GetRelevantChildren() + nameWithType: Panel.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Panel.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Panel.GetRelevantChildren + fullName: MLEM.Ui.Elements.Panel.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Panel.GetRelevantChildren + fullName: MLEM.Ui.Elements.Panel.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Panel + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Panel.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Panel.Draw + fullName: MLEM.Ui.Elements.Panel.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Panel.Draw + fullName: MLEM.Ui.Elements.Panel.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Panel + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Panel.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Panel.DrawEarly + fullName: MLEM.Ui.Elements.Panel.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Panel.DrawEarly + fullName: MLEM.Ui.Elements.Panel.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Panel + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Panel.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Panel.GetElementUnderPos + fullName: MLEM.Ui.Elements.Panel.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Panel.GetElementUnderPos + fullName: MLEM.Ui.Elements.Panel.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Panel.ScrollSetup + commentId: M:MLEM.Ui.Elements.Panel.ScrollSetup + parent: MLEM.Ui.Elements.Panel + name: ScrollSetup() + nameWithType: Panel.ScrollSetup() + fullName: MLEM.Ui.Elements.Panel.ScrollSetup() + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.ScrollSetup + name: ScrollSetup + nameWithType: Panel.ScrollSetup + fullName: MLEM.Ui.Elements.Panel.ScrollSetup + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.ScrollSetup + name: ScrollSetup + nameWithType: Panel.ScrollSetup + fullName: MLEM.Ui.Elements.Panel.ScrollSetup + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Vector2} + parent: MLEM.Ui.Style + definition: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of Vector2) + fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Vector2) + name.vb: StyleProp(Of Vector2) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: MLEM.Ui.Elements.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + parent: MLEM.Ui.Elements + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph +- uid: MLEM.Ui.Elements.Tooltip.#ctor* + commentId: Overload:MLEM.Ui.Elements.Tooltip.#ctor + name: Tooltip + nameWithType: Tooltip.Tooltip + fullName: MLEM.Ui.Elements.Tooltip.Tooltip +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Tooltip.Update* + commentId: Overload:MLEM.Ui.Elements.Tooltip.Update + name: Update + nameWithType: Tooltip.Update + fullName: MLEM.Ui.Elements.Tooltip.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: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.Elements.Panel.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Panel.ForceUpdateArea + parent: MLEM.Ui.Elements.Panel + name: ForceUpdateArea() + nameWithType: Panel.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Panel.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Panel.ForceUpdateArea + fullName: MLEM.Ui.Elements.Panel.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Panel.ForceUpdateArea + fullName: MLEM.Ui.Elements.Panel.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Tooltip.ForceUpdateArea* + commentId: Overload:MLEM.Ui.Elements.Tooltip.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Tooltip.ForceUpdateArea + fullName: MLEM.Ui.Elements.Tooltip.ForceUpdateArea +- uid: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Panel + name: InitStyle(UiStyle) + nameWithType: Panel.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Panel.InitStyle + fullName: MLEM.Ui.Elements.Panel.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Panel.InitStyle + fullName: MLEM.Ui.Elements.Panel.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Tooltip.InitStyle* + commentId: Overload:MLEM.Ui.Elements.Tooltip.InitStyle + name: InitStyle + nameWithType: Tooltip.InitStyle + fullName: MLEM.Ui.Elements.Tooltip.InitStyle +- 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.Elements.Tooltip.SnapPositionToMouse* + commentId: Overload:MLEM.Ui.Elements.Tooltip.SnapPositionToMouse + name: SnapPositionToMouse + nameWithType: Tooltip.SnapPositionToMouse + fullName: MLEM.Ui.Elements.Tooltip.SnapPositionToMouse diff --git a/Docs/api/MLEM.Ui.Elements.VerticalSpace.yml b/Docs/api/MLEM.Ui.Elements.VerticalSpace.yml new file mode 100644 index 0000000..22da07d --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.VerticalSpace.yml @@ -0,0 +1,2716 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements.VerticalSpace + commentId: T:MLEM.Ui.Elements.VerticalSpace + id: VerticalSpace + parent: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.VerticalSpace.#ctor(System.Int32) + langs: + - csharp + - vb + name: VerticalSpace + nameWithType: VerticalSpace + fullName: MLEM.Ui.Elements.VerticalSpace + type: Class + source: + remote: + path: MLEM.Ui/Elements/VerticalSpace.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: VerticalSpace + path: ../MLEM.Ui/Elements/VerticalSpace.cs + startLine: 3 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: 'public class VerticalSpace : Element' + content.vb: >- + Public Class VerticalSpace + Inherits Element + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Elements.Element + inheritedMembers: + - MLEM.Ui.Elements.Element.Children + - MLEM.Ui.Elements.Element.SortedChildren + - MLEM.Ui.Elements.Element.System + - MLEM.Ui.Elements.Element.Controls + - MLEM.Ui.Elements.Element.Input + - MLEM.Ui.Elements.Element.Parent + - MLEM.Ui.Elements.Element.Root + - MLEM.Ui.Elements.Element.Scale + - MLEM.Ui.Elements.Element.Anchor + - MLEM.Ui.Elements.Element.Size + - MLEM.Ui.Elements.Element.ScaledSize + - MLEM.Ui.Elements.Element.PositionOffset + - MLEM.Ui.Elements.Element.ScaledOffset + - MLEM.Ui.Elements.Element.Padding + - MLEM.Ui.Elements.Element.ScaledPadding + - MLEM.Ui.Elements.Element.ChildPadding + - MLEM.Ui.Elements.Element.ScaledChildPadding + - MLEM.Ui.Elements.Element.ChildPaddedArea + - MLEM.Ui.Elements.Element.UnscrolledArea + - MLEM.Ui.Elements.Element.Area + - MLEM.Ui.Elements.Element.DisplayArea + - MLEM.Ui.Elements.Element.ScrollOffset + - MLEM.Ui.Elements.Element.ScaledScrollOffset + - MLEM.Ui.Elements.Element.IsHidden + - MLEM.Ui.Elements.Element.Priority + - MLEM.Ui.Elements.Element.CanBeSelected + - MLEM.Ui.Elements.Element.CanBeMoused + - MLEM.Ui.Elements.Element.CanBePressed + - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + - MLEM.Ui.Elements.Element.DrawAlpha + - MLEM.Ui.Elements.Element.IsMouseOver + - MLEM.Ui.Elements.Element.IsSelected + - MLEM.Ui.Elements.Element.OnDrawn + - MLEM.Ui.Elements.Element.OnUpdated + - MLEM.Ui.Elements.Element.OnPressed + - MLEM.Ui.Elements.Element.OnSecondaryPressed + - MLEM.Ui.Elements.Element.OnSelected + - MLEM.Ui.Elements.Element.OnDeselected + - MLEM.Ui.Elements.Element.OnMouseEnter + - MLEM.Ui.Elements.Element.OnMouseExit + - MLEM.Ui.Elements.Element.OnTextInput + - MLEM.Ui.Elements.Element.OnAreaUpdated + - MLEM.Ui.Elements.Element.OnMousedElementChanged + - MLEM.Ui.Elements.Element.OnSelectedElementChanged + - MLEM.Ui.Elements.Element.GetTabNextElement + - MLEM.Ui.Elements.Element.GetGamepadNextElement + - MLEM.Ui.Elements.Element.OnChildAdded + - MLEM.Ui.Elements.Element.OnChildRemoved + - MLEM.Ui.Elements.Element.SelectionIndicator + - MLEM.Ui.Elements.Element.ActionSound + - MLEM.Ui.Elements.Element.SecondActionSound + - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - MLEM.Ui.Elements.Element.SetAreaDirty + - MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - MLEM.Ui.Elements.Element.ForceUpdateArea + - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + - MLEM.Ui.Elements.Element.GetParentTree + - MLEM.Ui.Elements.Element.GetRelevantChildren + - MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + - MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + - MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Elements.VerticalSpace.#ctor(System.Int32) + commentId: M:MLEM.Ui.Elements.VerticalSpace.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: MLEM.Ui.Elements.VerticalSpace + langs: + - csharp + - vb + name: VerticalSpace(Int32) + nameWithType: VerticalSpace.VerticalSpace(Int32) + fullName: MLEM.Ui.Elements.VerticalSpace.VerticalSpace(System.Int32) + type: Constructor + source: + remote: + path: MLEM.Ui/Elements/VerticalSpace.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Elements/VerticalSpace.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Elements + syntax: + content: public VerticalSpace(int height) + parameters: + - id: height + type: System.Int32 + content.vb: Public Sub New(height As Integer) + overload: MLEM.Ui.Elements.VerticalSpace.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.Elements.Element.Children + commentId: F:MLEM.Ui.Elements.Element.Children + parent: MLEM.Ui.Elements.Element + name: Children + nameWithType: Element.Children + fullName: MLEM.Ui.Elements.Element.Children +- uid: MLEM.Ui.Elements.Element.SortedChildren + commentId: P:MLEM.Ui.Elements.Element.SortedChildren + parent: MLEM.Ui.Elements.Element + name: SortedChildren + nameWithType: Element.SortedChildren + fullName: MLEM.Ui.Elements.Element.SortedChildren +- uid: MLEM.Ui.Elements.Element.System + commentId: P:MLEM.Ui.Elements.Element.System + parent: MLEM.Ui.Elements.Element + name: System + nameWithType: Element.System + fullName: MLEM.Ui.Elements.Element.System +- uid: MLEM.Ui.Elements.Element.Controls + commentId: F:MLEM.Ui.Elements.Element.Controls + parent: MLEM.Ui.Elements.Element + name: Controls + nameWithType: Element.Controls + fullName: MLEM.Ui.Elements.Element.Controls +- uid: MLEM.Ui.Elements.Element.Input + commentId: P:MLEM.Ui.Elements.Element.Input + parent: MLEM.Ui.Elements.Element + name: Input + nameWithType: Element.Input + fullName: MLEM.Ui.Elements.Element.Input +- uid: MLEM.Ui.Elements.Element.Parent + commentId: P:MLEM.Ui.Elements.Element.Parent + parent: MLEM.Ui.Elements.Element + name: Parent + nameWithType: Element.Parent + fullName: MLEM.Ui.Elements.Element.Parent +- uid: MLEM.Ui.Elements.Element.Root + commentId: P:MLEM.Ui.Elements.Element.Root + parent: MLEM.Ui.Elements.Element + name: Root + nameWithType: Element.Root + fullName: MLEM.Ui.Elements.Element.Root +- uid: MLEM.Ui.Elements.Element.Scale + commentId: P:MLEM.Ui.Elements.Element.Scale + parent: MLEM.Ui.Elements.Element + name: Scale + nameWithType: Element.Scale + fullName: MLEM.Ui.Elements.Element.Scale +- uid: MLEM.Ui.Elements.Element.Anchor + commentId: P:MLEM.Ui.Elements.Element.Anchor + parent: MLEM.Ui.Elements.Element + name: Anchor + nameWithType: Element.Anchor + fullName: MLEM.Ui.Elements.Element.Anchor +- uid: MLEM.Ui.Elements.Element.Size + commentId: P:MLEM.Ui.Elements.Element.Size + parent: MLEM.Ui.Elements.Element + name: Size + nameWithType: Element.Size + fullName: MLEM.Ui.Elements.Element.Size +- uid: MLEM.Ui.Elements.Element.ScaledSize + commentId: P:MLEM.Ui.Elements.Element.ScaledSize + parent: MLEM.Ui.Elements.Element + name: ScaledSize + nameWithType: Element.ScaledSize + fullName: MLEM.Ui.Elements.Element.ScaledSize +- uid: MLEM.Ui.Elements.Element.PositionOffset + commentId: P:MLEM.Ui.Elements.Element.PositionOffset + parent: MLEM.Ui.Elements.Element + name: PositionOffset + nameWithType: Element.PositionOffset + fullName: MLEM.Ui.Elements.Element.PositionOffset +- uid: MLEM.Ui.Elements.Element.ScaledOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledOffset + parent: MLEM.Ui.Elements.Element + name: ScaledOffset + nameWithType: Element.ScaledOffset + fullName: MLEM.Ui.Elements.Element.ScaledOffset +- uid: MLEM.Ui.Elements.Element.Padding + commentId: F:MLEM.Ui.Elements.Element.Padding + parent: MLEM.Ui.Elements.Element + name: Padding + nameWithType: Element.Padding + fullName: MLEM.Ui.Elements.Element.Padding +- uid: MLEM.Ui.Elements.Element.ScaledPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledPadding + parent: MLEM.Ui.Elements.Element + name: ScaledPadding + nameWithType: Element.ScaledPadding + fullName: MLEM.Ui.Elements.Element.ScaledPadding +- uid: MLEM.Ui.Elements.Element.ChildPadding + commentId: P:MLEM.Ui.Elements.Element.ChildPadding + parent: MLEM.Ui.Elements.Element + name: ChildPadding + nameWithType: Element.ChildPadding + fullName: MLEM.Ui.Elements.Element.ChildPadding +- uid: MLEM.Ui.Elements.Element.ScaledChildPadding + commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding + parent: MLEM.Ui.Elements.Element + name: ScaledChildPadding + nameWithType: Element.ScaledChildPadding + fullName: MLEM.Ui.Elements.Element.ScaledChildPadding +- uid: MLEM.Ui.Elements.Element.ChildPaddedArea + commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea + parent: MLEM.Ui.Elements.Element + name: ChildPaddedArea + nameWithType: Element.ChildPaddedArea + fullName: MLEM.Ui.Elements.Element.ChildPaddedArea +- uid: MLEM.Ui.Elements.Element.UnscrolledArea + commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea + parent: MLEM.Ui.Elements.Element + name: UnscrolledArea + nameWithType: Element.UnscrolledArea + fullName: MLEM.Ui.Elements.Element.UnscrolledArea +- uid: MLEM.Ui.Elements.Element.Area + commentId: P:MLEM.Ui.Elements.Element.Area + parent: MLEM.Ui.Elements.Element + name: Area + nameWithType: Element.Area + fullName: MLEM.Ui.Elements.Element.Area +- uid: MLEM.Ui.Elements.Element.DisplayArea + commentId: P:MLEM.Ui.Elements.Element.DisplayArea + parent: MLEM.Ui.Elements.Element + name: DisplayArea + nameWithType: Element.DisplayArea + fullName: MLEM.Ui.Elements.Element.DisplayArea +- uid: MLEM.Ui.Elements.Element.ScrollOffset + commentId: F:MLEM.Ui.Elements.Element.ScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScrollOffset + nameWithType: Element.ScrollOffset + fullName: MLEM.Ui.Elements.Element.ScrollOffset +- uid: MLEM.Ui.Elements.Element.ScaledScrollOffset + commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset + parent: MLEM.Ui.Elements.Element + name: ScaledScrollOffset + nameWithType: Element.ScaledScrollOffset + fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset +- uid: MLEM.Ui.Elements.Element.IsHidden + commentId: P:MLEM.Ui.Elements.Element.IsHidden + parent: MLEM.Ui.Elements.Element + name: IsHidden + nameWithType: Element.IsHidden + fullName: MLEM.Ui.Elements.Element.IsHidden +- uid: MLEM.Ui.Elements.Element.Priority + commentId: P:MLEM.Ui.Elements.Element.Priority + parent: MLEM.Ui.Elements.Element + name: Priority + nameWithType: Element.Priority + fullName: MLEM.Ui.Elements.Element.Priority +- uid: MLEM.Ui.Elements.Element.CanBeSelected + commentId: F:MLEM.Ui.Elements.Element.CanBeSelected + parent: MLEM.Ui.Elements.Element + name: CanBeSelected + nameWithType: Element.CanBeSelected + fullName: MLEM.Ui.Elements.Element.CanBeSelected +- uid: MLEM.Ui.Elements.Element.CanBeMoused + commentId: F:MLEM.Ui.Elements.Element.CanBeMoused + parent: MLEM.Ui.Elements.Element + name: CanBeMoused + nameWithType: Element.CanBeMoused + fullName: MLEM.Ui.Elements.Element.CanBeMoused +- uid: MLEM.Ui.Elements.Element.CanBePressed + commentId: F:MLEM.Ui.Elements.Element.CanBePressed + parent: MLEM.Ui.Elements.Element + name: CanBePressed + nameWithType: Element.CanBePressed + fullName: MLEM.Ui.Elements.Element.CanBePressed +- uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + commentId: F:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach + parent: MLEM.Ui.Elements.Element + name: CanAutoAnchorsAttach + nameWithType: Element.CanAutoAnchorsAttach + fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach +- uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetHeightBasedOnChildren + nameWithType: Element.SetHeightBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren +- uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + commentId: F:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren + parent: MLEM.Ui.Elements.Element + name: SetWidthBasedOnChildren + nameWithType: Element.SetWidthBasedOnChildren + fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren +- uid: MLEM.Ui.Elements.Element.DrawAlpha + commentId: F:MLEM.Ui.Elements.Element.DrawAlpha + parent: MLEM.Ui.Elements.Element + name: DrawAlpha + nameWithType: Element.DrawAlpha + fullName: MLEM.Ui.Elements.Element.DrawAlpha +- uid: MLEM.Ui.Elements.Element.IsMouseOver + commentId: P:MLEM.Ui.Elements.Element.IsMouseOver + parent: MLEM.Ui.Elements.Element + name: IsMouseOver + nameWithType: Element.IsMouseOver + fullName: MLEM.Ui.Elements.Element.IsMouseOver +- uid: MLEM.Ui.Elements.Element.IsSelected + commentId: P:MLEM.Ui.Elements.Element.IsSelected + parent: MLEM.Ui.Elements.Element + name: IsSelected + nameWithType: Element.IsSelected + fullName: MLEM.Ui.Elements.Element.IsSelected +- uid: MLEM.Ui.Elements.Element.OnDrawn + commentId: F:MLEM.Ui.Elements.Element.OnDrawn + parent: MLEM.Ui.Elements.Element + name: OnDrawn + nameWithType: Element.OnDrawn + fullName: MLEM.Ui.Elements.Element.OnDrawn +- uid: MLEM.Ui.Elements.Element.OnUpdated + commentId: F:MLEM.Ui.Elements.Element.OnUpdated + parent: MLEM.Ui.Elements.Element + name: OnUpdated + nameWithType: Element.OnUpdated + fullName: MLEM.Ui.Elements.Element.OnUpdated +- uid: MLEM.Ui.Elements.Element.OnPressed + commentId: F:MLEM.Ui.Elements.Element.OnPressed + parent: MLEM.Ui.Elements.Element + name: OnPressed + nameWithType: Element.OnPressed + fullName: MLEM.Ui.Elements.Element.OnPressed +- uid: MLEM.Ui.Elements.Element.OnSecondaryPressed + commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed + parent: MLEM.Ui.Elements.Element + name: OnSecondaryPressed + nameWithType: Element.OnSecondaryPressed + fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed +- uid: MLEM.Ui.Elements.Element.OnSelected + commentId: F:MLEM.Ui.Elements.Element.OnSelected + parent: MLEM.Ui.Elements.Element + name: OnSelected + nameWithType: Element.OnSelected + fullName: MLEM.Ui.Elements.Element.OnSelected +- uid: MLEM.Ui.Elements.Element.OnDeselected + commentId: F:MLEM.Ui.Elements.Element.OnDeselected + parent: MLEM.Ui.Elements.Element + name: OnDeselected + nameWithType: Element.OnDeselected + fullName: MLEM.Ui.Elements.Element.OnDeselected +- uid: MLEM.Ui.Elements.Element.OnMouseEnter + commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter + parent: MLEM.Ui.Elements.Element + name: OnMouseEnter + nameWithType: Element.OnMouseEnter + fullName: MLEM.Ui.Elements.Element.OnMouseEnter +- uid: MLEM.Ui.Elements.Element.OnMouseExit + commentId: F:MLEM.Ui.Elements.Element.OnMouseExit + parent: MLEM.Ui.Elements.Element + name: OnMouseExit + nameWithType: Element.OnMouseExit + fullName: MLEM.Ui.Elements.Element.OnMouseExit +- uid: MLEM.Ui.Elements.Element.OnTextInput + commentId: F:MLEM.Ui.Elements.Element.OnTextInput + parent: MLEM.Ui.Elements.Element + name: OnTextInput + nameWithType: Element.OnTextInput + fullName: MLEM.Ui.Elements.Element.OnTextInput +- uid: MLEM.Ui.Elements.Element.OnAreaUpdated + commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated + parent: MLEM.Ui.Elements.Element + name: OnAreaUpdated + nameWithType: Element.OnAreaUpdated + fullName: MLEM.Ui.Elements.Element.OnAreaUpdated +- uid: MLEM.Ui.Elements.Element.OnMousedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnMousedElementChanged + nameWithType: Element.OnMousedElementChanged + fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged +- uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged + commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged + parent: MLEM.Ui.Elements.Element + name: OnSelectedElementChanged + nameWithType: Element.OnSelectedElementChanged + fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged +- uid: MLEM.Ui.Elements.Element.GetTabNextElement + commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement + parent: MLEM.Ui.Elements.Element + name: GetTabNextElement + nameWithType: Element.GetTabNextElement + fullName: MLEM.Ui.Elements.Element.GetTabNextElement +- uid: MLEM.Ui.Elements.Element.GetGamepadNextElement + commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement + parent: MLEM.Ui.Elements.Element + name: GetGamepadNextElement + nameWithType: Element.GetGamepadNextElement + fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement +- uid: MLEM.Ui.Elements.Element.OnChildAdded + commentId: F:MLEM.Ui.Elements.Element.OnChildAdded + parent: MLEM.Ui.Elements.Element + name: OnChildAdded + nameWithType: Element.OnChildAdded + fullName: MLEM.Ui.Elements.Element.OnChildAdded +- uid: MLEM.Ui.Elements.Element.OnChildRemoved + commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved + parent: MLEM.Ui.Elements.Element + name: OnChildRemoved + nameWithType: Element.OnChildRemoved + fullName: MLEM.Ui.Elements.Element.OnChildRemoved +- uid: MLEM.Ui.Elements.Element.SelectionIndicator + commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator + parent: MLEM.Ui.Elements.Element + name: SelectionIndicator + nameWithType: Element.SelectionIndicator + fullName: MLEM.Ui.Elements.Element.SelectionIndicator +- uid: MLEM.Ui.Elements.Element.ActionSound + commentId: F:MLEM.Ui.Elements.Element.ActionSound + parent: MLEM.Ui.Elements.Element + name: ActionSound + nameWithType: Element.ActionSound + fullName: MLEM.Ui.Elements.Element.ActionSound +- uid: MLEM.Ui.Elements.Element.SecondActionSound + commentId: F:MLEM.Ui.Elements.Element.SecondActionSound + parent: MLEM.Ui.Elements.Element + name: SecondActionSound + nameWithType: Element.SecondActionSound + fullName: MLEM.Ui.Elements.Element.SecondActionSound +- uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + parent: MLEM.Ui.Elements.Element + name: RemoveChild(Element) + nameWithType: Element.RemoveChild(Element) + fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) + name: RemoveChild + nameWithType: Element.RemoveChild + fullName: MLEM.Ui.Elements.Element.RemoveChild + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: RemoveChildren(Func) + nameWithType: Element.RemoveChildren(Func) + fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) + nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: RemoveChildren(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: RemoveChildren + nameWithType: Element.RemoveChildren + fullName: MLEM.Ui.Elements.Element.RemoveChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty + parent: MLEM.Ui.Elements.Element + name: SetSortedChildrenDirty() + nameWithType: Element.SetSortedChildrenDirty() + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + name: SetSortedChildrenDirty + nameWithType: Element.SetSortedChildrenDirty + fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateSortedChildrenIfDirty() + nameWithType: Element.UpdateSortedChildrenIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + name: UpdateSortedChildrenIfDirty + nameWithType: Element.UpdateSortedChildrenIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + parent: MLEM.Ui.Elements.Element + name: ForceUpdateSortedChildren() + nameWithType: Element.ForceUpdateSortedChildren() + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + name: ForceUpdateSortedChildren + nameWithType: Element.ForceUpdateSortedChildren + fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.SetAreaDirty + commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty + parent: MLEM.Ui.Elements.Element + name: SetAreaDirty() + nameWithType: Element.SetAreaDirty() + fullName: MLEM.Ui.Elements.Element.SetAreaDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.SetAreaDirty + name: SetAreaDirty + nameWithType: Element.SetAreaDirty + fullName: MLEM.Ui.Elements.Element.SetAreaDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty + parent: MLEM.Ui.Elements.Element + name: UpdateAreaIfDirty() + nameWithType: Element.UpdateAreaIfDirty() + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + name: UpdateAreaIfDirty + nameWithType: Element.UpdateAreaIfDirty + fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ForceUpdateArea + commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea + parent: MLEM.Ui.Elements.Element + name: ForceUpdateArea() + nameWithType: Element.ForceUpdateArea() + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ForceUpdateArea + name: ForceUpdateArea + nameWithType: Element.ForceUpdateArea + fullName: MLEM.Ui.Elements.Element.ForceUpdateArea + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + parent: MLEM.Ui.Elements.Element + name: CalcActualSize(RectangleF) + nameWithType: Element.CalcActualSize(RectangleF) + fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF) + name: CalcActualSize + nameWithType: Element.CalcActualSize + fullName: MLEM.Ui.Elements.Element.CalcActualSize + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + parent: MLEM.Ui.Elements.Element + name: GetAreaForAutoAnchors() + nameWithType: Element.GetAreaForAutoAnchors() + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + name: GetAreaForAutoAnchors + nameWithType: Element.GetAreaForAutoAnchors + fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestChild(Func) + nameWithType: Element.GetLowestChild(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func) + nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestChild + nameWithType: Element.GetLowestChild + fullName: MLEM.Ui.Elements.Element.GetLowestChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetRightmostChild(Func) + nameWithType: Element.GetRightmostChild(Func) + fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func) + nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetRightmostChild(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetRightmostChild + nameWithType: Element.GetRightmostChild + fullName: MLEM.Ui.Elements.Element.GetRightmostChild + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetLowestOlderSibling(Func) + nameWithType: Element.GetLowestOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func) + nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetLowestOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetLowestOlderSibling + nameWithType: Element.GetLowestOlderSibling + fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetOlderSibling(Func) + nameWithType: Element.GetOlderSibling(Func) + fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) + nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetOlderSibling(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetOlderSibling + nameWithType: Element.GetOlderSibling + fullName: MLEM.Ui.Elements.Element.GetOlderSibling + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetSiblings(Func) + nameWithType: Element.GetSiblings(Func) + fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) + nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) + fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean)) + name.vb: GetSiblings(Func(Of Element, Boolean)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) + name: GetSiblings + nameWithType: Element.GetSiblings + fullName: MLEM.Ui.Elements.Element.GetSiblings + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetParentTree + commentId: M:MLEM.Ui.Elements.Element.GetParentTree + parent: MLEM.Ui.Elements.Element + name: GetParentTree() + nameWithType: Element.GetParentTree() + fullName: MLEM.Ui.Elements.Element.GetParentTree() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetParentTree + name: GetParentTree + nameWithType: Element.GetParentTree + fullName: MLEM.Ui.Elements.Element.GetParentTree + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetRelevantChildren + commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren + parent: MLEM.Ui.Elements.Element + name: GetRelevantChildren() + nameWithType: Element.GetRelevantChildren() + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetRelevantChildren + name: GetRelevantChildren + nameWithType: Element.GetRelevantChildren + fullName: MLEM.Ui.Elements.Element.GetRelevantChildren + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Update(GameTime) + nameWithType: Element.Update(GameTime) + fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) + name: Update + nameWithType: Element.Update + fullName: MLEM.Ui.Elements.Element.Update + - 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.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.Draw(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: Draw + nameWithType: Element.Draw + fullName: MLEM.Ui.Elements.Element.Draw + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + commentId: M:MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + nameWithType: Element.DrawEarly(GameTime, SpriteBatch, Single, BlendState, SamplerState, Matrix) + fullName: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Matrix) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix) + name: DrawEarly + nameWithType: Element.DrawEarly + fullName: MLEM.Ui.Elements.Element.DrawEarly + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.BlendState + name: BlendState + nameWithType: BlendState + fullName: Microsoft.Xna.Framework.Graphics.BlendState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Graphics.SamplerState + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.Matrix + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: GetElementUnderPos(Vector2) + nameWithType: Element.GetElementUnderPos(Vector2) + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) + name: GetElementUnderPos + nameWithType: Element.GetElementUnderPos + fullName: MLEM.Ui.Elements.Element.GetElementUnderPos + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: AndChildren(Action) + nameWithType: Element.AndChildren(Action) + fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) + nameWithType.vb: Element.AndChildren(Action(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) + name.vb: AndChildren(Action(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) + name: AndChildren + nameWithType: Element.AndChildren + fullName: MLEM.Ui.Elements.Element.AndChildren + - name: ( + nameWithType: ( + fullName: ( + - 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReorderChildren(Comparison) + nameWithType: Element.ReorderChildren(Comparison) + fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) + nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) + fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) + name.vb: ReorderChildren(Comparison(Of Element)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) + name: ReorderChildren + nameWithType: Element.ReorderChildren + fullName: MLEM.Ui.Elements.Element.ReorderChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Comparison`1 + name: Comparison + nameWithType: Comparison + fullName: System.Comparison + 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: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + parent: MLEM.Ui.Elements.Element + isExternal: true + name: ReverseChildren(Int32, Nullable) + nameWithType: Element.ReverseChildren(Int32, Nullable) + fullName: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable) + nameWithType.vb: Element.ReverseChildren(Int32, Nullable(Of Int32)) + fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32, System.Nullable(Of System.Int32)) + name.vb: ReverseChildren(Int32, Nullable(Of Int32)) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) + name: ReverseChildren + nameWithType: Element.ReverseChildren + fullName: MLEM.Ui.Elements.Element.ReverseChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + parent: MLEM.Ui.Elements.Element + name: InitStyle(UiStyle) + nameWithType: Element.InitStyle(UiStyle) + fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) + name: InitStyle + nameWithType: Element.InitStyle + fullName: MLEM.Ui.Elements.Element.InitStyle + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + isExternal: true + name: AddChild(T, Int32) + nameWithType: Element.AddChild(T, Int32) + fullName: MLEM.Ui.Elements.Element.AddChild(T, System.Int32) + nameWithType.vb: Element.AddChild(Of T)(T, Int32) + fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, System.Int32) + name.vb: AddChild(Of T)(T, Int32) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild + nameWithType: Element.AddChild + fullName: MLEM.Ui.Elements.Element.AddChild + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) + name: AddChild(Of T) + nameWithType: Element.AddChild(Of T) + fullName: MLEM.Ui.Elements.Element.AddChild(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + isExternal: true + name: GetChildren(Func, Boolean, Boolean) + nameWithType: Element.GetChildren(Func, Boolean, Boolean) + fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, System.Boolean, System.Boolean) + nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, System.Boolean), System.Boolean, System.Boolean) + name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) + spec.csharp: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren + nameWithType: Element.GetChildren + fullName: MLEM.Ui.Elements.Element.GetChildren + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) + name: GetChildren(Of T) + nameWithType: Element.GetChildren(Of T) + fullName: MLEM.Ui.Elements.Element.GetChildren(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.Elements.VerticalSpace.#ctor* + commentId: Overload:MLEM.Ui.Elements.VerticalSpace.#ctor + name: VerticalSpace + nameWithType: VerticalSpace.VerticalSpace + fullName: MLEM.Ui.Elements.VerticalSpace.VerticalSpace +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 diff --git a/Docs/api/MLEM.Ui.Elements.yml b/Docs/api/MLEM.Ui.Elements.yml new file mode 100644 index 0000000..7cca029 --- /dev/null +++ b/Docs/api/MLEM.Ui.Elements.yml @@ -0,0 +1,258 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + id: MLEM.Ui.Elements + children: + - MLEM.Ui.Elements.Button + - MLEM.Ui.Elements.Checkbox + - MLEM.Ui.Elements.Checkbox.CheckStateChange + - MLEM.Ui.Elements.CustomDrawGroup + - MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + - MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + - MLEM.Ui.Elements.Dropdown + - MLEM.Ui.Elements.Element + - MLEM.Ui.Elements.Element.DrawCallback + - MLEM.Ui.Elements.Element.GamepadNextElementCallback + - MLEM.Ui.Elements.Element.GenericCallback + - MLEM.Ui.Elements.Element.OtherElementCallback + - MLEM.Ui.Elements.Element.TabNextElementCallback + - MLEM.Ui.Elements.Element.TextInputCallback + - MLEM.Ui.Elements.Element.TimeCallback + - MLEM.Ui.Elements.ElementHelper + - MLEM.Ui.Elements.Group + - MLEM.Ui.Elements.Image + - MLEM.Ui.Elements.Image.TextureCallback + - MLEM.Ui.Elements.Panel + - MLEM.Ui.Elements.Paragraph + - MLEM.Ui.Elements.Paragraph.Link + - MLEM.Ui.Elements.Paragraph.TextCallback + - MLEM.Ui.Elements.Paragraph.TextModifier + - MLEM.Ui.Elements.ProgressBar + - MLEM.Ui.Elements.RadioButton + - MLEM.Ui.Elements.ScrollBar + - MLEM.Ui.Elements.ScrollBar.ValueChanged + - MLEM.Ui.Elements.Slider + - MLEM.Ui.Elements.SpriteAnimationImage + - MLEM.Ui.Elements.TextField + - MLEM.Ui.Elements.TextField.Rule + - MLEM.Ui.Elements.TextField.TextChanged + - MLEM.Ui.Elements.Tooltip + - MLEM.Ui.Elements.VerticalSpace + langs: + - csharp + - vb + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements + type: Namespace + assemblies: + - MLEM.Ui +references: +- uid: MLEM.Ui.Elements.Button + commentId: T:MLEM.Ui.Elements.Button + parent: MLEM.Ui.Elements + name: Button + nameWithType: Button + fullName: MLEM.Ui.Elements.Button +- uid: MLEM.Ui.Elements.Checkbox + commentId: T:MLEM.Ui.Elements.Checkbox + parent: MLEM.Ui.Elements + name: Checkbox + nameWithType: Checkbox + fullName: MLEM.Ui.Elements.Checkbox +- uid: MLEM.Ui.Elements.Checkbox.CheckStateChange + commentId: T:MLEM.Ui.Elements.Checkbox.CheckStateChange + parent: MLEM.Ui.Elements + name: Checkbox.CheckStateChange + nameWithType: Checkbox.CheckStateChange + fullName: MLEM.Ui.Elements.Checkbox.CheckStateChange +- uid: MLEM.Ui.Elements.CustomDrawGroup + commentId: T:MLEM.Ui.Elements.CustomDrawGroup + parent: MLEM.Ui.Elements + name: CustomDrawGroup + nameWithType: CustomDrawGroup + fullName: MLEM.Ui.Elements.CustomDrawGroup +- uid: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + parent: MLEM.Ui.Elements + name: CustomDrawGroup.BeginDelegate + nameWithType: CustomDrawGroup.BeginDelegate + fullName: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate +- uid: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + commentId: T:MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + parent: MLEM.Ui.Elements + name: CustomDrawGroup.TransformCallback + nameWithType: CustomDrawGroup.TransformCallback + fullName: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback +- uid: MLEM.Ui.Elements.Dropdown + commentId: T:MLEM.Ui.Elements.Dropdown + name: Dropdown + nameWithType: Dropdown + fullName: MLEM.Ui.Elements.Dropdown +- 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.Elements.Element.TextInputCallback + commentId: T:MLEM.Ui.Elements.Element.TextInputCallback + parent: MLEM.Ui.Elements + name: Element.TextInputCallback + nameWithType: Element.TextInputCallback + fullName: MLEM.Ui.Elements.Element.TextInputCallback +- 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.Elements.Element.OtherElementCallback + commentId: T:MLEM.Ui.Elements.Element.OtherElementCallback + parent: MLEM.Ui.Elements + name: Element.OtherElementCallback + nameWithType: Element.OtherElementCallback + fullName: MLEM.Ui.Elements.Element.OtherElementCallback +- 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.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.TabNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.TabNextElementCallback + parent: MLEM.Ui.Elements + name: Element.TabNextElementCallback + nameWithType: Element.TabNextElementCallback + fullName: MLEM.Ui.Elements.Element.TabNextElementCallback +- uid: MLEM.Ui.Elements.Element.GamepadNextElementCallback + commentId: T:MLEM.Ui.Elements.Element.GamepadNextElementCallback + parent: MLEM.Ui.Elements + name: Element.GamepadNextElementCallback + nameWithType: Element.GamepadNextElementCallback + fullName: MLEM.Ui.Elements.Element.GamepadNextElementCallback +- uid: MLEM.Ui.Elements.ElementHelper + commentId: T:MLEM.Ui.Elements.ElementHelper + name: ElementHelper + nameWithType: ElementHelper + fullName: MLEM.Ui.Elements.ElementHelper +- uid: MLEM.Ui.Elements.Group + commentId: T:MLEM.Ui.Elements.Group + parent: MLEM.Ui.Elements + name: Group + nameWithType: Group + fullName: MLEM.Ui.Elements.Group +- uid: MLEM.Ui.Elements.Image + commentId: T:MLEM.Ui.Elements.Image + parent: MLEM.Ui.Elements + name: Image + nameWithType: Image + fullName: MLEM.Ui.Elements.Image +- uid: MLEM.Ui.Elements.Image.TextureCallback + commentId: T:MLEM.Ui.Elements.Image.TextureCallback + parent: MLEM.Ui.Elements + name: Image.TextureCallback + nameWithType: Image.TextureCallback + fullName: MLEM.Ui.Elements.Image.TextureCallback +- uid: MLEM.Ui.Elements.Panel + commentId: T:MLEM.Ui.Elements.Panel + parent: MLEM.Ui.Elements + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel +- uid: MLEM.Ui.Elements.Paragraph + commentId: T:MLEM.Ui.Elements.Paragraph + parent: MLEM.Ui.Elements + name: Paragraph + nameWithType: Paragraph + fullName: MLEM.Ui.Elements.Paragraph +- uid: MLEM.Ui.Elements.Paragraph.TextCallback + commentId: T:MLEM.Ui.Elements.Paragraph.TextCallback + parent: MLEM.Ui.Elements + name: Paragraph.TextCallback + nameWithType: Paragraph.TextCallback + fullName: MLEM.Ui.Elements.Paragraph.TextCallback +- uid: MLEM.Ui.Elements.Paragraph.TextModifier + commentId: T:MLEM.Ui.Elements.Paragraph.TextModifier + parent: MLEM.Ui.Elements + name: Paragraph.TextModifier + nameWithType: Paragraph.TextModifier + fullName: MLEM.Ui.Elements.Paragraph.TextModifier +- uid: MLEM.Ui.Elements.Paragraph.Link + commentId: T:MLEM.Ui.Elements.Paragraph.Link + name: Paragraph.Link + nameWithType: Paragraph.Link + fullName: MLEM.Ui.Elements.Paragraph.Link +- uid: MLEM.Ui.Elements.ProgressBar + commentId: T:MLEM.Ui.Elements.ProgressBar + name: ProgressBar + nameWithType: ProgressBar + fullName: MLEM.Ui.Elements.ProgressBar +- uid: MLEM.Ui.Elements.RadioButton + commentId: T:MLEM.Ui.Elements.RadioButton + name: RadioButton + nameWithType: RadioButton + fullName: MLEM.Ui.Elements.RadioButton +- uid: MLEM.Ui.Elements.ScrollBar + commentId: T:MLEM.Ui.Elements.ScrollBar + parent: MLEM.Ui.Elements + name: ScrollBar + nameWithType: ScrollBar + fullName: MLEM.Ui.Elements.ScrollBar +- uid: MLEM.Ui.Elements.ScrollBar.ValueChanged + commentId: T:MLEM.Ui.Elements.ScrollBar.ValueChanged + parent: MLEM.Ui.Elements + name: ScrollBar.ValueChanged + nameWithType: ScrollBar.ValueChanged + fullName: MLEM.Ui.Elements.ScrollBar.ValueChanged +- uid: MLEM.Ui.Elements.Slider + commentId: T:MLEM.Ui.Elements.Slider + name: Slider + nameWithType: Slider + fullName: MLEM.Ui.Elements.Slider +- uid: MLEM.Ui.Elements.SpriteAnimationImage + commentId: T:MLEM.Ui.Elements.SpriteAnimationImage + name: SpriteAnimationImage + nameWithType: SpriteAnimationImage + fullName: MLEM.Ui.Elements.SpriteAnimationImage +- uid: MLEM.Ui.Elements.TextField + commentId: T:MLEM.Ui.Elements.TextField + parent: MLEM.Ui.Elements + name: TextField + nameWithType: TextField + fullName: MLEM.Ui.Elements.TextField +- uid: MLEM.Ui.Elements.TextField.TextChanged + commentId: T:MLEM.Ui.Elements.TextField.TextChanged + parent: MLEM.Ui.Elements + name: TextField.TextChanged + nameWithType: TextField.TextChanged + fullName: MLEM.Ui.Elements.TextField.TextChanged +- uid: MLEM.Ui.Elements.TextField.Rule + commentId: T:MLEM.Ui.Elements.TextField.Rule + parent: MLEM.Ui.Elements + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule +- uid: MLEM.Ui.Elements.Tooltip + commentId: T:MLEM.Ui.Elements.Tooltip + parent: MLEM.Ui.Elements + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip +- uid: MLEM.Ui.Elements.VerticalSpace + commentId: T:MLEM.Ui.Elements.VerticalSpace + name: VerticalSpace + nameWithType: VerticalSpace + fullName: MLEM.Ui.Elements.VerticalSpace +- uid: MLEM.Ui.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements diff --git a/Docs/api/MLEM.Ui.RootElement.yml b/Docs/api/MLEM.Ui.RootElement.yml new file mode 100644 index 0000000..8031e77 --- /dev/null +++ b/Docs/api/MLEM.Ui.RootElement.yml @@ -0,0 +1,1020 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.RootElement + commentId: T:MLEM.Ui.RootElement + id: RootElement + parent: MLEM.Ui + children: + - MLEM.Ui.RootElement.#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem) + - MLEM.Ui.RootElement.ActualScale + - MLEM.Ui.RootElement.CanSelectContent + - MLEM.Ui.RootElement.Element + - MLEM.Ui.RootElement.InvTransform + - MLEM.Ui.RootElement.Name + - MLEM.Ui.RootElement.OnElementAdded + - MLEM.Ui.RootElement.OnElementRemoved + - MLEM.Ui.RootElement.Priority + - MLEM.Ui.RootElement.Scale + - MLEM.Ui.RootElement.SelectedElement + - MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + - MLEM.Ui.RootElement.System + - MLEM.Ui.RootElement.Transform + langs: + - csharp + - vb + name: RootElement + nameWithType: RootElement + fullName: MLEM.Ui.RootElement + type: Class + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RootElement + path: ../MLEM.Ui/UiSystem.cs + startLine: 195 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public class RootElement + content.vb: Public Class RootElement + inheritance: + - System.Object + inheritedMembers: + - 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.RootElement.Name + commentId: F:MLEM.Ui.RootElement.Name + id: Name + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: Name + nameWithType: RootElement.Name + fullName: MLEM.Ui.RootElement.Name + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Name + path: ../MLEM.Ui/UiSystem.cs + startLine: 197 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public readonly string Name + return: + type: System.String + content.vb: Public ReadOnly Name As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.Element + commentId: F:MLEM.Ui.RootElement.Element + id: Element + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: Element + nameWithType: RootElement.Element + fullName: MLEM.Ui.RootElement.Element + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Element + path: ../MLEM.Ui/UiSystem.cs + startLine: 198 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public readonly Element Element + return: + type: MLEM.Ui.Elements.Element + content.vb: Public ReadOnly Element As Element + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.System + commentId: F:MLEM.Ui.RootElement.System + id: System + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: System + nameWithType: RootElement.System + fullName: MLEM.Ui.RootElement.System + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: System + path: ../MLEM.Ui/UiSystem.cs + startLine: 199 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public readonly UiSystem System + return: + type: MLEM.Ui.UiSystem + content.vb: Public ReadOnly System As UiSystem + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.Scale + commentId: P:MLEM.Ui.RootElement.Scale + id: Scale + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: Scale + nameWithType: RootElement.Scale + fullName: MLEM.Ui.RootElement.Scale + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Scale + path: ../MLEM.Ui/UiSystem.cs + startLine: 201 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public float Scale { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property Scale As Single + overload: MLEM.Ui.RootElement.Scale* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.Priority + commentId: P:MLEM.Ui.RootElement.Priority + id: Priority + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: Priority + nameWithType: RootElement.Priority + fullName: MLEM.Ui.RootElement.Priority + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Priority + path: ../MLEM.Ui/UiSystem.cs + startLine: 211 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public int Priority { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property Priority As Integer + overload: MLEM.Ui.RootElement.Priority* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.ActualScale + commentId: P:MLEM.Ui.RootElement.ActualScale + id: ActualScale + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: ActualScale + nameWithType: RootElement.ActualScale + fullName: MLEM.Ui.RootElement.ActualScale + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ActualScale + path: ../MLEM.Ui/UiSystem.cs + startLine: 218 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public float ActualScale { get; } + parameters: [] + return: + type: System.Single + content.vb: Public ReadOnly Property ActualScale As Single + overload: MLEM.Ui.RootElement.ActualScale* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.Transform + commentId: F:MLEM.Ui.RootElement.Transform + id: Transform + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: Transform + nameWithType: RootElement.Transform + fullName: MLEM.Ui.RootElement.Transform + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Transform + path: ../MLEM.Ui/UiSystem.cs + startLine: 220 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Matrix Transform + return: + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Transform As Matrix + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.InvTransform + commentId: P:MLEM.Ui.RootElement.InvTransform + id: InvTransform + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: InvTransform + nameWithType: RootElement.InvTransform + fullName: MLEM.Ui.RootElement.InvTransform + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: InvTransform + path: ../MLEM.Ui/UiSystem.cs + startLine: 221 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Matrix InvTransform { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Matrix + content.vb: Public ReadOnly Property InvTransform As Matrix + overload: MLEM.Ui.RootElement.InvTransform* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.SelectedElement + commentId: P:MLEM.Ui.RootElement.SelectedElement + id: SelectedElement + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: SelectedElement + nameWithType: RootElement.SelectedElement + fullName: MLEM.Ui.RootElement.SelectedElement + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectedElement + path: ../MLEM.Ui/UiSystem.cs + startLine: 223 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element SelectedElement { get; } + parameters: [] + return: + type: MLEM.Ui.Elements.Element + content.vb: Public ReadOnly Property SelectedElement As Element + overload: MLEM.Ui.RootElement.SelectedElement* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.CanSelectContent + commentId: P:MLEM.Ui.RootElement.CanSelectContent + id: CanSelectContent + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: CanSelectContent + nameWithType: RootElement.CanSelectContent + fullName: MLEM.Ui.RootElement.CanSelectContent + type: Property + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CanSelectContent + path: ../MLEM.Ui/UiSystem.cs + startLine: 224 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool CanSelectContent { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property CanSelectContent As Boolean + overload: MLEM.Ui.RootElement.CanSelectContent* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.RootElement.OnElementAdded + commentId: F:MLEM.Ui.RootElement.OnElementAdded + id: OnElementAdded + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: OnElementAdded + nameWithType: RootElement.OnElementAdded + fullName: MLEM.Ui.RootElement.OnElementAdded + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnElementAdded + path: ../MLEM.Ui/UiSystem.cs + startLine: 226 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element.GenericCallback OnElementAdded + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnElementAdded As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.OnElementRemoved + commentId: F:MLEM.Ui.RootElement.OnElementRemoved + id: OnElementRemoved + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: OnElementRemoved + nameWithType: RootElement.OnElementRemoved + fullName: MLEM.Ui.RootElement.OnElementRemoved + type: Field + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OnElementRemoved + path: ../MLEM.Ui/UiSystem.cs + startLine: 227 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element.GenericCallback OnElementRemoved + return: + type: MLEM.Ui.Elements.Element.GenericCallback + content.vb: Public OnElementRemoved As Element.GenericCallback + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem) + commentId: M:MLEM.Ui.RootElement.#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem) + id: '#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem)' + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: RootElement(String, Element, UiSystem) + nameWithType: RootElement.RootElement(String, Element, UiSystem) + fullName: MLEM.Ui.RootElement.RootElement(System.String, MLEM.Ui.Elements.Element, MLEM.Ui.UiSystem) + 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: 229 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public RootElement(string name, Element element, UiSystem system) + parameters: + - id: name + type: System.String + - id: element + type: MLEM.Ui.Elements.Element + - id: system + type: MLEM.Ui.UiSystem + content.vb: Public Sub New(name As String, element As Element, system As UiSystem) + overload: MLEM.Ui.RootElement.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + commentId: M:MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + id: SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + parent: MLEM.Ui.RootElement + langs: + - csharp + - vb + name: SelectElement(Element, Nullable) + nameWithType: RootElement.SelectElement(Element, Nullable) + fullName: MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element, System.Nullable) + type: Method + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectElement + path: ../MLEM.Ui/UiSystem.cs + startLine: 244 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public void SelectElement(Element element, bool? autoNav = default(bool? )) + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: autoNav + type: System.Nullable{System.Boolean} + content.vb: Public Sub SelectElement(element As Element, autoNav As Boolean? = Nothing) + overload: MLEM.Ui.RootElement.SelectElement* + nameWithType.vb: RootElement.SelectElement(Element, Nullable(Of Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element, System.Nullable(Of System.Boolean)) + name.vb: SelectElement(Element, Nullable(Of Boolean)) +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: 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: 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.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- uid: MLEM.Ui.RootElement.Scale* + commentId: Overload:MLEM.Ui.RootElement.Scale + name: Scale + nameWithType: RootElement.Scale + fullName: MLEM.Ui.RootElement.Scale +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: MLEM.Ui.RootElement.Priority* + commentId: Overload:MLEM.Ui.RootElement.Priority + name: Priority + nameWithType: RootElement.Priority + fullName: MLEM.Ui.RootElement.Priority +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Ui.RootElement.ActualScale* + commentId: Overload:MLEM.Ui.RootElement.ActualScale + name: ActualScale + nameWithType: RootElement.ActualScale + fullName: MLEM.Ui.RootElement.ActualScale +- uid: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.RootElement.InvTransform* + commentId: Overload:MLEM.Ui.RootElement.InvTransform + name: InvTransform + nameWithType: RootElement.InvTransform + fullName: MLEM.Ui.RootElement.InvTransform +- uid: MLEM.Ui.RootElement.SelectedElement* + commentId: Overload:MLEM.Ui.RootElement.SelectedElement + name: SelectedElement + nameWithType: RootElement.SelectedElement + fullName: MLEM.Ui.RootElement.SelectedElement +- uid: MLEM.Ui.RootElement.CanSelectContent* + commentId: Overload:MLEM.Ui.RootElement.CanSelectContent + name: CanSelectContent + nameWithType: RootElement.CanSelectContent + fullName: MLEM.Ui.RootElement.CanSelectContent +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- 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.RootElement.#ctor* + commentId: Overload:MLEM.Ui.RootElement.#ctor + name: RootElement + nameWithType: RootElement.RootElement + fullName: MLEM.Ui.RootElement.RootElement +- uid: MLEM.Ui.RootElement.SelectElement* + commentId: Overload:MLEM.Ui.RootElement.SelectElement + name: SelectElement + nameWithType: RootElement.SelectElement + fullName: MLEM.Ui.RootElement.SelectElement +- uid: System.Nullable{System.Boolean} + commentId: T:System.Nullable{System.Boolean} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Boolean) + fullName.vb: System.Nullable(Of System.Boolean) + name.vb: Nullable(Of Boolean) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Ui.Style.StyleProp-1.yml b/Docs/api/MLEM.Ui.Style.StyleProp-1.yml new file mode 100644 index 0000000..2461dfa --- /dev/null +++ b/Docs/api/MLEM.Ui.Style.StyleProp-1.yml @@ -0,0 +1,725 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + id: StyleProp`1 + parent: MLEM.Ui.Style + children: + - MLEM.Ui.Style.StyleProp`1.#ctor(`0) + - MLEM.Ui.Style.StyleProp`1.HasValue + - MLEM.Ui.Style.StyleProp`1.op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0} + - MLEM.Ui.Style.StyleProp`1.op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0 + - MLEM.Ui.Style.StyleProp`1.OrDefault(`0) + - MLEM.Ui.Style.StyleProp`1.Set(`0) + - MLEM.Ui.Style.StyleProp`1.SetFromStyle(`0) + - MLEM.Ui.Style.StyleProp`1.Value + langs: + - csharp + - vb + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + type: Struct + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: StyleProp + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 3 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public struct StyleProp + typeParameters: + - id: T + content.vb: Public Structure StyleProp(Of T) + inheritedMembers: + - System.ValueType.Equals(System.Object) + - System.ValueType.GetHashCode + - System.ValueType.ToString + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + nameWithType.vb: StyleProp(Of T) + modifiers.csharp: + - public + - struct + modifiers.vb: + - Public + - Structure + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) +- uid: MLEM.Ui.Style.StyleProp`1.Value + commentId: P:MLEM.Ui.Style.StyleProp`1.Value + id: Value + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: Value + nameWithType: StyleProp.Value + fullName: MLEM.Ui.Style.StyleProp.Value + type: Property + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Value + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 5 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public T Value { get; } + parameters: [] + return: + type: '{T}' + content.vb: Public ReadOnly Property Value As T + overload: MLEM.Ui.Style.StyleProp`1.Value* + nameWithType.vb: StyleProp(Of T).Value + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Value +- uid: MLEM.Ui.Style.StyleProp`1.#ctor(`0) + commentId: M:MLEM.Ui.Style.StyleProp`1.#ctor(`0) + id: '#ctor(`0)' + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: StyleProp(T) + nameWithType: StyleProp.StyleProp(T) + fullName: MLEM.Ui.Style.StyleProp.StyleProp(T) + type: Constructor + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 8 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public StyleProp(T value) + parameters: + - id: value + type: '{T}' + content.vb: Public Sub New(value As T) + overload: MLEM.Ui.Style.StyleProp`1.#ctor* + nameWithType.vb: StyleProp(Of T).StyleProp(T) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).StyleProp(T) +- uid: MLEM.Ui.Style.StyleProp`1.SetFromStyle(`0) + commentId: M:MLEM.Ui.Style.StyleProp`1.SetFromStyle(`0) + id: SetFromStyle(`0) + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: SetFromStyle(T) + nameWithType: StyleProp.SetFromStyle(T) + fullName: MLEM.Ui.Style.StyleProp.SetFromStyle(T) + type: Method + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SetFromStyle + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public void SetFromStyle(T value) + parameters: + - id: value + type: '{T}' + content.vb: Public Sub SetFromStyle(value As T) + overload: MLEM.Ui.Style.StyleProp`1.SetFromStyle* + nameWithType.vb: StyleProp(Of T).SetFromStyle(T) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).SetFromStyle(T) +- uid: MLEM.Ui.Style.StyleProp`1.Set(`0) + commentId: M:MLEM.Ui.Style.StyleProp`1.Set(`0) + id: Set(`0) + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: Set(T) + nameWithType: StyleProp.Set(T) + fullName: MLEM.Ui.Style.StyleProp.Set(T) + type: Method + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Set + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public void Set(T value) + parameters: + - id: value + type: '{T}' + content.vb: Public Sub Set(value As T) + overload: MLEM.Ui.Style.StyleProp`1.Set* + nameWithType.vb: StyleProp(Of T).Set(T) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Set(T) +- uid: MLEM.Ui.Style.StyleProp`1.OrDefault(`0) + commentId: M:MLEM.Ui.Style.StyleProp`1.OrDefault(`0) + id: OrDefault(`0) + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: OrDefault(T) + nameWithType: StyleProp.OrDefault(T) + fullName: MLEM.Ui.Style.StyleProp.OrDefault(T) + type: Method + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: OrDefault + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 24 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public T OrDefault(T def) + parameters: + - id: def + type: '{T}' + return: + type: '{T}' + content.vb: Public Function OrDefault(def As T) As T + overload: MLEM.Ui.Style.StyleProp`1.OrDefault* + nameWithType.vb: StyleProp(Of T).OrDefault(T) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).OrDefault(T) +- uid: MLEM.Ui.Style.StyleProp`1.HasValue + commentId: M:MLEM.Ui.Style.StyleProp`1.HasValue + id: HasValue + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: HasValue() + nameWithType: StyleProp.HasValue() + fullName: MLEM.Ui.Style.StyleProp.HasValue() + type: Method + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HasValue + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public bool HasValue() + return: + type: System.Boolean + content.vb: Public Function HasValue As Boolean + overload: MLEM.Ui.Style.StyleProp`1.HasValue* + nameWithType.vb: StyleProp(Of T).HasValue() + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).HasValue() +- uid: MLEM.Ui.Style.StyleProp`1.op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0 + commentId: M:MLEM.Ui.Style.StyleProp`1.op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0 + id: op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0 + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: Implicit(StyleProp to T) + nameWithType: StyleProp.Implicit(StyleProp to T) + fullName: MLEM.Ui.Style.StyleProp.Implicit(MLEM.Ui.Style.StyleProp to T) + type: Operator + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Implicit + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 32 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public static implicit operator T(StyleProp prop) + parameters: + - id: prop + type: MLEM.Ui.Style.StyleProp`1 + return: + type: '{T}' + content.vb: Public Shared Widening Operator CType(prop As StyleProp(Of T)) As T + overload: MLEM.Ui.Style.StyleProp`1.op_Implicit* + nameWithType.vb: StyleProp(Of T).Widening(StyleProp(Of T) to T) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Widening(MLEM.Ui.Style.StyleProp(Of T) to T) + name.vb: Widening(StyleProp(Of T) to T) +- uid: MLEM.Ui.Style.StyleProp`1.op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0} + commentId: M:MLEM.Ui.Style.StyleProp`1.op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0} + id: op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0} + parent: MLEM.Ui.Style.StyleProp`1 + langs: + - csharp + - vb + name: Implicit(T to StyleProp) + nameWithType: StyleProp.Implicit(T to StyleProp) + fullName: MLEM.Ui.Style.StyleProp.Implicit(T to MLEM.Ui.Style.StyleProp) + type: Operator + source: + remote: + path: MLEM.Ui/Style/StyleProp.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: op_Implicit + path: ../MLEM.Ui/Style/StyleProp.cs + startLine: 36 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public static implicit operator StyleProp(T prop) + parameters: + - id: prop + type: '{T}' + return: + type: MLEM.Ui.Style.StyleProp`1 + content.vb: Public Shared Widening Operator CType(prop As T) As StyleProp(Of T) + overload: MLEM.Ui.Style.StyleProp`1.op_Implicit* + nameWithType.vb: StyleProp(Of T).Widening(T to StyleProp(Of T)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Widening(T to MLEM.Ui.Style.StyleProp(Of T)) + name.vb: Widening(T to StyleProp(Of T)) +references: +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + name: Equals(Object) + nameWithType: ValueType.Equals(Object) + fullName: System.ValueType.Equals(System.Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.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.ValueType.Equals(System.Object) + name: Equals + nameWithType: ValueType.Equals + fullName: System.ValueType.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + nameWithType: ValueType.GetHashCode + fullName: System.ValueType.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + nameWithType: ValueType.ToString + fullName: System.ValueType.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - 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.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.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.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Ui.Style.StyleProp`1.Value* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.Value + name: Value + nameWithType: StyleProp.Value + fullName: MLEM.Ui.Style.StyleProp.Value + nameWithType.vb: StyleProp(Of T).Value + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Value +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: MLEM.Ui.Style.StyleProp`1.#ctor* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.#ctor + name: StyleProp + nameWithType: StyleProp.StyleProp + fullName: MLEM.Ui.Style.StyleProp.StyleProp + nameWithType.vb: StyleProp(Of T).StyleProp + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).StyleProp +- uid: MLEM.Ui.Style.StyleProp`1.SetFromStyle* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.SetFromStyle + name: SetFromStyle + nameWithType: StyleProp.SetFromStyle + fullName: MLEM.Ui.Style.StyleProp.SetFromStyle + nameWithType.vb: StyleProp(Of T).SetFromStyle + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).SetFromStyle +- uid: MLEM.Ui.Style.StyleProp`1.Set* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.Set + name: Set + nameWithType: StyleProp.Set + fullName: MLEM.Ui.Style.StyleProp.Set + nameWithType.vb: StyleProp(Of T).Set + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Set +- uid: MLEM.Ui.Style.StyleProp`1.OrDefault* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.OrDefault + name: OrDefault + nameWithType: StyleProp.OrDefault + fullName: MLEM.Ui.Style.StyleProp.OrDefault + nameWithType.vb: StyleProp(Of T).OrDefault + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).OrDefault +- uid: MLEM.Ui.Style.StyleProp`1.HasValue* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.HasValue + name: HasValue + nameWithType: StyleProp.HasValue + fullName: MLEM.Ui.Style.StyleProp.HasValue + nameWithType.vb: StyleProp(Of T).HasValue + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).HasValue +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.Style.StyleProp`1.op_Implicit* + commentId: Overload:MLEM.Ui.Style.StyleProp`1.op_Implicit + name: Implicit + nameWithType: StyleProp.Implicit + fullName: MLEM.Ui.Style.StyleProp.Implicit + nameWithType.vb: StyleProp(Of T).Widening + fullName.vb: MLEM.Ui.Style.StyleProp(Of T).Widening + name.vb: Widening +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) diff --git a/Docs/api/MLEM.Ui.Style.UiStyle.yml b/Docs/api/MLEM.Ui.Style.UiStyle.yml new file mode 100644 index 0000000..5bf58e6 --- /dev/null +++ b/Docs/api/MLEM.Ui.Style.UiStyle.yml @@ -0,0 +1,1657 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Style.UiStyle + commentId: T:MLEM.Ui.Style.UiStyle + id: UiStyle + parent: MLEM.Ui.Style + children: + - MLEM.Ui.Style.UiStyle.ActionSound + - MLEM.Ui.Style.UiStyle.BoldFont + - MLEM.Ui.Style.UiStyle.ButtonDisabledColor + - MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + - MLEM.Ui.Style.UiStyle.ButtonHoveredColor + - MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + - MLEM.Ui.Style.UiStyle.ButtonTexture + - MLEM.Ui.Style.UiStyle.CheckboxCheckmark + - MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + - MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + - MLEM.Ui.Style.UiStyle.CheckboxTexture + - MLEM.Ui.Style.UiStyle.Font + - MLEM.Ui.Style.UiStyle.FormatSettings + - MLEM.Ui.Style.UiStyle.ItalicFont + - MLEM.Ui.Style.UiStyle.PanelTexture + - MLEM.Ui.Style.UiStyle.ProgressBarColor + - MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + - MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + - MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + - MLEM.Ui.Style.UiStyle.ProgressBarTexture + - MLEM.Ui.Style.UiStyle.RadioCheckmark + - MLEM.Ui.Style.UiStyle.RadioHoveredColor + - MLEM.Ui.Style.UiStyle.RadioHoveredTexture + - MLEM.Ui.Style.UiStyle.RadioTexture + - MLEM.Ui.Style.UiStyle.ScrollBarBackground + - MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + - MLEM.Ui.Style.UiStyle.SelectionIndicator + - MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + - MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + - MLEM.Ui.Style.UiStyle.TextFieldTexture + - MLEM.Ui.Style.UiStyle.TextScale + - MLEM.Ui.Style.UiStyle.TooltipBackground + - MLEM.Ui.Style.UiStyle.TooltipOffset + langs: + - csharp + - vb + name: UiStyle + nameWithType: UiStyle + fullName: MLEM.Ui.Style.UiStyle + type: Class + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UiStyle + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: 'public class UiStyle : GenericDataHolder' + content.vb: >- + Public Class UiStyle + Inherits GenericDataHolder + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + derivedClasses: + - MLEM.Ui.Style.UntexturedStyle + inheritedMembers: + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Style.UiStyle.SelectionIndicator + commentId: F:MLEM.Ui.Style.UiStyle.SelectionIndicator + id: SelectionIndicator + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: SelectionIndicator + nameWithType: UiStyle.SelectionIndicator + fullName: MLEM.Ui.Style.UiStyle.SelectionIndicator + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectionIndicator + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch SelectionIndicator + return: + type: MLEM.Textures.NinePatch + content.vb: Public SelectionIndicator As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ButtonTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonTexture + id: ButtonTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ButtonTexture + nameWithType: UiStyle.ButtonTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ButtonTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ButtonTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ButtonTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + id: ButtonHoveredTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ButtonHoveredTexture + nameWithType: UiStyle.ButtonHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ButtonHoveredTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 13 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ButtonHoveredTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ButtonHoveredTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredColor + id: ButtonHoveredColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ButtonHoveredColor + nameWithType: UiStyle.ButtonHoveredColor + fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ButtonHoveredColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color ButtonHoveredColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public ButtonHoveredColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + id: ButtonDisabledTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ButtonDisabledTexture + nameWithType: UiStyle.ButtonDisabledTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ButtonDisabledTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ButtonDisabledTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ButtonDisabledTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledColor + commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledColor + id: ButtonDisabledColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ButtonDisabledColor + nameWithType: UiStyle.ButtonDisabledColor + fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ButtonDisabledColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color ButtonDisabledColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public ButtonDisabledColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.PanelTexture + commentId: F:MLEM.Ui.Style.UiStyle.PanelTexture + id: PanelTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: PanelTexture + nameWithType: UiStyle.PanelTexture + fullName: MLEM.Ui.Style.UiStyle.PanelTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: PanelTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 17 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch PanelTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public PanelTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TextFieldTexture + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldTexture + id: TextFieldTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TextFieldTexture + nameWithType: UiStyle.TextFieldTexture + fullName: MLEM.Ui.Style.UiStyle.TextFieldTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextFieldTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch TextFieldTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public TextFieldTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + id: TextFieldHoveredTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TextFieldHoveredTexture + nameWithType: UiStyle.TextFieldHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextFieldHoveredTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch TextFieldHoveredTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public TextFieldHoveredTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + id: TextFieldHoveredColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TextFieldHoveredColor + nameWithType: UiStyle.TextFieldHoveredColor + fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextFieldHoveredColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 20 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color TextFieldHoveredColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public TextFieldHoveredColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ScrollBarBackground + commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarBackground + id: ScrollBarBackground + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ScrollBarBackground + nameWithType: UiStyle.ScrollBarBackground + fullName: MLEM.Ui.Style.UiStyle.ScrollBarBackground + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollBarBackground + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 21 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ScrollBarBackground + return: + type: MLEM.Textures.NinePatch + content.vb: Public ScrollBarBackground As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + id: ScrollBarScrollerTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ScrollBarScrollerTexture + nameWithType: UiStyle.ScrollBarScrollerTexture + fullName: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ScrollBarScrollerTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 22 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ScrollBarScrollerTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ScrollBarScrollerTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.CheckboxTexture + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxTexture + id: CheckboxTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: CheckboxTexture + nameWithType: UiStyle.CheckboxTexture + fullName: MLEM.Ui.Style.UiStyle.CheckboxTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CheckboxTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 23 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch CheckboxTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public CheckboxTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + id: CheckboxHoveredTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: CheckboxHoveredTexture + nameWithType: UiStyle.CheckboxHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CheckboxHoveredTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 24 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch CheckboxHoveredTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public CheckboxHoveredTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + id: CheckboxHoveredColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: CheckboxHoveredColor + nameWithType: UiStyle.CheckboxHoveredColor + fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CheckboxHoveredColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color CheckboxHoveredColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public CheckboxHoveredColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.CheckboxCheckmark + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxCheckmark + id: CheckboxCheckmark + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: CheckboxCheckmark + nameWithType: UiStyle.CheckboxCheckmark + fullName: MLEM.Ui.Style.UiStyle.CheckboxCheckmark + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: CheckboxCheckmark + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 26 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public TextureRegion CheckboxCheckmark + return: + type: MLEM.Textures.TextureRegion + content.vb: Public CheckboxCheckmark As TextureRegion + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.RadioTexture + commentId: F:MLEM.Ui.Style.UiStyle.RadioTexture + id: RadioTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: RadioTexture + nameWithType: UiStyle.RadioTexture + fullName: MLEM.Ui.Style.UiStyle.RadioTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RadioTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 27 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch RadioTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public RadioTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.RadioHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredTexture + id: RadioHoveredTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: RadioHoveredTexture + nameWithType: UiStyle.RadioHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.RadioHoveredTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RadioHoveredTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch RadioHoveredTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public RadioHoveredTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.RadioHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredColor + id: RadioHoveredColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: RadioHoveredColor + nameWithType: UiStyle.RadioHoveredColor + fullName: MLEM.Ui.Style.UiStyle.RadioHoveredColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RadioHoveredColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 29 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color RadioHoveredColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public RadioHoveredColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.RadioCheckmark + commentId: F:MLEM.Ui.Style.UiStyle.RadioCheckmark + id: RadioCheckmark + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: RadioCheckmark + nameWithType: UiStyle.RadioCheckmark + fullName: MLEM.Ui.Style.UiStyle.RadioCheckmark + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RadioCheckmark + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 30 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public TextureRegion RadioCheckmark + return: + type: MLEM.Textures.TextureRegion + content.vb: Public RadioCheckmark As TextureRegion + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TooltipBackground + commentId: F:MLEM.Ui.Style.UiStyle.TooltipBackground + id: TooltipBackground + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TooltipBackground + nameWithType: UiStyle.TooltipBackground + fullName: MLEM.Ui.Style.UiStyle.TooltipBackground + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TooltipBackground + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 31 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch TooltipBackground + return: + type: MLEM.Textures.NinePatch + content.vb: Public TooltipBackground As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TooltipOffset + commentId: F:MLEM.Ui.Style.UiStyle.TooltipOffset + id: TooltipOffset + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TooltipOffset + nameWithType: UiStyle.TooltipOffset + fullName: MLEM.Ui.Style.UiStyle.TooltipOffset + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TooltipOffset + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 32 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Vector2 TooltipOffset + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public TooltipOffset As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ProgressBarTexture + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarTexture + id: ProgressBarTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ProgressBarTexture + nameWithType: UiStyle.ProgressBarTexture + fullName: MLEM.Ui.Style.UiStyle.ProgressBarTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBarTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 33 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ProgressBarTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ProgressBarTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ProgressBarColor + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarColor + id: ProgressBarColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ProgressBarColor + nameWithType: UiStyle.ProgressBarColor + fullName: MLEM.Ui.Style.UiStyle.ProgressBarColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBarColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 34 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color ProgressBarColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public ProgressBarColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + id: ProgressBarProgressPadding + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ProgressBarProgressPadding + nameWithType: UiStyle.ProgressBarProgressPadding + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBarProgressPadding + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 35 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Vector2 ProgressBarProgressPadding + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public ProgressBarProgressPadding As Vector2 + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + id: ProgressBarProgressTexture + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ProgressBarProgressTexture + nameWithType: UiStyle.ProgressBarProgressTexture + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBarProgressTexture + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 36 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public NinePatch ProgressBarProgressTexture + return: + type: MLEM.Textures.NinePatch + content.vb: Public ProgressBarProgressTexture As NinePatch + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + id: ProgressBarProgressColor + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ProgressBarProgressColor + nameWithType: UiStyle.ProgressBarProgressColor + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ProgressBarProgressColor + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 37 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public Color ProgressBarProgressColor + return: + type: Microsoft.Xna.Framework.Color + content.vb: Public ProgressBarProgressColor As Color + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.Font + commentId: F:MLEM.Ui.Style.UiStyle.Font + id: Font + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: Font + nameWithType: UiStyle.Font + fullName: MLEM.Ui.Style.UiStyle.Font + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Font + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 38 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public GenericFont Font + return: + type: MLEM.Font.GenericFont + content.vb: Public Font As GenericFont + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.BoldFont + commentId: F:MLEM.Ui.Style.UiStyle.BoldFont + id: BoldFont + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: BoldFont + nameWithType: UiStyle.BoldFont + fullName: MLEM.Ui.Style.UiStyle.BoldFont + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: BoldFont + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 40 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: >- + [Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")] + + public GenericFont BoldFont + return: + type: MLEM.Font.GenericFont + content.vb: >- + + + Public BoldFont As GenericFont + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new GenericFont.Bold and GenericFont.Italic instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ItalicFont + commentId: F:MLEM.Ui.Style.UiStyle.ItalicFont + id: ItalicFont + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ItalicFont + nameWithType: UiStyle.ItalicFont + fullName: MLEM.Ui.Style.UiStyle.ItalicFont + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ItalicFont + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 42 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: >- + [Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")] + + public GenericFont ItalicFont + return: + type: MLEM.Font.GenericFont + content.vb: >- + + + Public ItalicFont As GenericFont + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new GenericFont.Bold and GenericFont.Italic instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.FormatSettings + commentId: F:MLEM.Ui.Style.UiStyle.FormatSettings + id: FormatSettings + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: FormatSettings + nameWithType: UiStyle.FormatSettings + fullName: MLEM.Ui.Style.UiStyle.FormatSettings + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: FormatSettings + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 44 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: >- + [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] + + public FormatSettings FormatSettings + return: + type: MLEM.Formatting.FormatSettings + content.vb: >- + + + Public FormatSettings As FormatSettings + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use the new text formatting system in MLEM.Formatting instead + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.TextScale + commentId: F:MLEM.Ui.Style.UiStyle.TextScale + id: TextScale + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: TextScale + nameWithType: UiStyle.TextScale + fullName: MLEM.Ui.Style.UiStyle.TextScale + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: TextScale + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 45 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public float TextScale + return: + type: System.Single + content.vb: Public TextScale As Single + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.Style.UiStyle.ActionSound + commentId: F:MLEM.Ui.Style.UiStyle.ActionSound + id: ActionSound + parent: MLEM.Ui.Style.UiStyle + langs: + - csharp + - vb + name: ActionSound + nameWithType: UiStyle.ActionSound + fullName: MLEM.Ui.Style.UiStyle.ActionSound + type: Field + source: + remote: + path: MLEM.Ui/Style/UiStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ActionSound + path: ../MLEM.Ui/Style/UiStyle.cs + startLine: 46 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public SoundEffect ActionSound + return: + type: Microsoft.Xna.Framework.Audio.SoundEffect + content.vb: Public ActionSound As SoundEffect + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Textures.NinePatch + commentId: T:MLEM.Textures.NinePatch + parent: MLEM.Textures + name: NinePatch + nameWithType: NinePatch + fullName: MLEM.Textures.NinePatch +- uid: MLEM.Textures + commentId: N:MLEM.Textures + name: MLEM.Textures + nameWithType: MLEM.Textures + fullName: MLEM.Textures +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Textures.TextureRegion + commentId: T:MLEM.Textures.TextureRegion + parent: MLEM.Textures + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: MLEM.Font.GenericFont + commentId: T:MLEM.Font.GenericFont + parent: MLEM.Font + name: GenericFont + nameWithType: GenericFont + fullName: MLEM.Font.GenericFont +- uid: MLEM.Font + commentId: N:MLEM.Font + name: MLEM.Font + nameWithType: MLEM.Font + fullName: MLEM.Font +- uid: MLEM.Formatting.FormatSettings + commentId: T:MLEM.Formatting.FormatSettings + parent: MLEM.Formatting + name: FormatSettings + nameWithType: FormatSettings + fullName: MLEM.Formatting.FormatSettings +- uid: MLEM.Formatting + commentId: N:MLEM.Formatting + name: MLEM.Formatting + nameWithType: MLEM.Formatting + fullName: MLEM.Formatting +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework.Audio.SoundEffect + commentId: T:Microsoft.Xna.Framework.Audio.SoundEffect + parent: Microsoft.Xna.Framework.Audio + isExternal: true + name: SoundEffect + nameWithType: SoundEffect + fullName: Microsoft.Xna.Framework.Audio.SoundEffect +- uid: Microsoft.Xna.Framework.Audio + commentId: N:Microsoft.Xna.Framework.Audio + isExternal: true + name: Microsoft.Xna.Framework.Audio + nameWithType: Microsoft.Xna.Framework.Audio + fullName: Microsoft.Xna.Framework.Audio diff --git a/Docs/api/MLEM.Ui.Style.UntexturedStyle.yml b/Docs/api/MLEM.Ui.Style.UntexturedStyle.yml new file mode 100644 index 0000000..2e4bb04 --- /dev/null +++ b/Docs/api/MLEM.Ui.Style.UntexturedStyle.yml @@ -0,0 +1,774 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Style.UntexturedStyle + commentId: T:MLEM.Ui.Style.UntexturedStyle + id: UntexturedStyle + parent: MLEM.Ui.Style + children: + - MLEM.Ui.Style.UntexturedStyle.#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch) + langs: + - csharp + - vb + name: UntexturedStyle + nameWithType: UntexturedStyle + fullName: MLEM.Ui.Style.UntexturedStyle + type: Class + source: + remote: + path: MLEM.Ui/Style/UntexturedStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UntexturedStyle + path: ../MLEM.Ui/Style/UntexturedStyle.cs + startLine: 9 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: 'public class UntexturedStyle : UiStyle' + content.vb: >- + Public Class UntexturedStyle + Inherits UiStyle + inheritance: + - System.Object + - MLEM.Misc.GenericDataHolder + - MLEM.Ui.Style.UiStyle + inheritedMembers: + - MLEM.Ui.Style.UiStyle.SelectionIndicator + - MLEM.Ui.Style.UiStyle.ButtonTexture + - MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + - MLEM.Ui.Style.UiStyle.ButtonHoveredColor + - MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + - MLEM.Ui.Style.UiStyle.ButtonDisabledColor + - MLEM.Ui.Style.UiStyle.PanelTexture + - MLEM.Ui.Style.UiStyle.TextFieldTexture + - MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + - MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + - MLEM.Ui.Style.UiStyle.ScrollBarBackground + - MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + - MLEM.Ui.Style.UiStyle.CheckboxTexture + - MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + - MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + - MLEM.Ui.Style.UiStyle.CheckboxCheckmark + - MLEM.Ui.Style.UiStyle.RadioTexture + - MLEM.Ui.Style.UiStyle.RadioHoveredTexture + - MLEM.Ui.Style.UiStyle.RadioHoveredColor + - MLEM.Ui.Style.UiStyle.RadioCheckmark + - MLEM.Ui.Style.UiStyle.TooltipBackground + - MLEM.Ui.Style.UiStyle.TooltipOffset + - MLEM.Ui.Style.UiStyle.ProgressBarTexture + - MLEM.Ui.Style.UiStyle.ProgressBarColor + - MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + - MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + - MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + - MLEM.Ui.Style.UiStyle.Font + - MLEM.Ui.Style.UiStyle.BoldFont + - MLEM.Ui.Style.UiStyle.ItalicFont + - MLEM.Ui.Style.UiStyle.FormatSettings + - MLEM.Ui.Style.UiStyle.TextScale + - MLEM.Ui.Style.UiStyle.ActionSound + - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + - MLEM.Misc.GenericDataHolder.GetData``1(System.String) + - MLEM.Misc.GenericDataHolder.GetDataKeys + - 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.Style.UntexturedStyle.#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch) + commentId: M:MLEM.Ui.Style.UntexturedStyle.#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch) + id: '#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch)' + parent: MLEM.Ui.Style.UntexturedStyle + langs: + - csharp + - vb + name: UntexturedStyle(SpriteBatch) + nameWithType: UntexturedStyle.UntexturedStyle(SpriteBatch) + fullName: MLEM.Ui.Style.UntexturedStyle.UntexturedStyle(Microsoft.Xna.Framework.Graphics.SpriteBatch) + type: Constructor + source: + remote: + path: MLEM.Ui/Style/UntexturedStyle.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/Style/UntexturedStyle.cs + startLine: 11 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui.Style + syntax: + content: public UntexturedStyle(SpriteBatch batch) + parameters: + - id: batch + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + content.vb: Public Sub New(batch As SpriteBatch) + overload: MLEM.Ui.Style.UntexturedStyle.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Misc.GenericDataHolder + commentId: T:MLEM.Misc.GenericDataHolder + parent: MLEM.Misc + name: GenericDataHolder + nameWithType: GenericDataHolder + fullName: MLEM.Misc.GenericDataHolder +- 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.UiStyle.SelectionIndicator + commentId: F:MLEM.Ui.Style.UiStyle.SelectionIndicator + parent: MLEM.Ui.Style.UiStyle + name: SelectionIndicator + nameWithType: UiStyle.SelectionIndicator + fullName: MLEM.Ui.Style.UiStyle.SelectionIndicator +- uid: MLEM.Ui.Style.UiStyle.ButtonTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonTexture + parent: MLEM.Ui.Style.UiStyle + name: ButtonTexture + nameWithType: UiStyle.ButtonTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonTexture +- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredTexture + parent: MLEM.Ui.Style.UiStyle + name: ButtonHoveredTexture + nameWithType: UiStyle.ButtonHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture +- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredColor + parent: MLEM.Ui.Style.UiStyle + name: ButtonHoveredColor + nameWithType: UiStyle.ButtonHoveredColor + fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredColor +- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledTexture + parent: MLEM.Ui.Style.UiStyle + name: ButtonDisabledTexture + nameWithType: UiStyle.ButtonDisabledTexture + fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture +- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledColor + commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledColor + parent: MLEM.Ui.Style.UiStyle + name: ButtonDisabledColor + nameWithType: UiStyle.ButtonDisabledColor + fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledColor +- uid: MLEM.Ui.Style.UiStyle.PanelTexture + commentId: F:MLEM.Ui.Style.UiStyle.PanelTexture + parent: MLEM.Ui.Style.UiStyle + name: PanelTexture + nameWithType: UiStyle.PanelTexture + fullName: MLEM.Ui.Style.UiStyle.PanelTexture +- uid: MLEM.Ui.Style.UiStyle.TextFieldTexture + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldTexture + parent: MLEM.Ui.Style.UiStyle + name: TextFieldTexture + nameWithType: UiStyle.TextFieldTexture + fullName: MLEM.Ui.Style.UiStyle.TextFieldTexture +- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture + parent: MLEM.Ui.Style.UiStyle + name: TextFieldHoveredTexture + nameWithType: UiStyle.TextFieldHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture +- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredColor + parent: MLEM.Ui.Style.UiStyle + name: TextFieldHoveredColor + nameWithType: UiStyle.TextFieldHoveredColor + fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor +- uid: MLEM.Ui.Style.UiStyle.ScrollBarBackground + commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarBackground + parent: MLEM.Ui.Style.UiStyle + name: ScrollBarBackground + nameWithType: UiStyle.ScrollBarBackground + fullName: MLEM.Ui.Style.UiStyle.ScrollBarBackground +- uid: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture + parent: MLEM.Ui.Style.UiStyle + name: ScrollBarScrollerTexture + nameWithType: UiStyle.ScrollBarScrollerTexture + fullName: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture +- uid: MLEM.Ui.Style.UiStyle.CheckboxTexture + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxTexture + parent: MLEM.Ui.Style.UiStyle + name: CheckboxTexture + nameWithType: UiStyle.CheckboxTexture + fullName: MLEM.Ui.Style.UiStyle.CheckboxTexture +- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture + parent: MLEM.Ui.Style.UiStyle + name: CheckboxHoveredTexture + nameWithType: UiStyle.CheckboxHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture +- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredColor + parent: MLEM.Ui.Style.UiStyle + name: CheckboxHoveredColor + nameWithType: UiStyle.CheckboxHoveredColor + fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor +- uid: MLEM.Ui.Style.UiStyle.CheckboxCheckmark + commentId: F:MLEM.Ui.Style.UiStyle.CheckboxCheckmark + parent: MLEM.Ui.Style.UiStyle + name: CheckboxCheckmark + nameWithType: UiStyle.CheckboxCheckmark + fullName: MLEM.Ui.Style.UiStyle.CheckboxCheckmark +- uid: MLEM.Ui.Style.UiStyle.RadioTexture + commentId: F:MLEM.Ui.Style.UiStyle.RadioTexture + parent: MLEM.Ui.Style.UiStyle + name: RadioTexture + nameWithType: UiStyle.RadioTexture + fullName: MLEM.Ui.Style.UiStyle.RadioTexture +- uid: MLEM.Ui.Style.UiStyle.RadioHoveredTexture + commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredTexture + parent: MLEM.Ui.Style.UiStyle + name: RadioHoveredTexture + nameWithType: UiStyle.RadioHoveredTexture + fullName: MLEM.Ui.Style.UiStyle.RadioHoveredTexture +- uid: MLEM.Ui.Style.UiStyle.RadioHoveredColor + commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredColor + parent: MLEM.Ui.Style.UiStyle + name: RadioHoveredColor + nameWithType: UiStyle.RadioHoveredColor + fullName: MLEM.Ui.Style.UiStyle.RadioHoveredColor +- uid: MLEM.Ui.Style.UiStyle.RadioCheckmark + commentId: F:MLEM.Ui.Style.UiStyle.RadioCheckmark + parent: MLEM.Ui.Style.UiStyle + name: RadioCheckmark + nameWithType: UiStyle.RadioCheckmark + fullName: MLEM.Ui.Style.UiStyle.RadioCheckmark +- uid: MLEM.Ui.Style.UiStyle.TooltipBackground + commentId: F:MLEM.Ui.Style.UiStyle.TooltipBackground + parent: MLEM.Ui.Style.UiStyle + name: TooltipBackground + nameWithType: UiStyle.TooltipBackground + fullName: MLEM.Ui.Style.UiStyle.TooltipBackground +- uid: MLEM.Ui.Style.UiStyle.TooltipOffset + commentId: F:MLEM.Ui.Style.UiStyle.TooltipOffset + parent: MLEM.Ui.Style.UiStyle + name: TooltipOffset + nameWithType: UiStyle.TooltipOffset + fullName: MLEM.Ui.Style.UiStyle.TooltipOffset +- uid: MLEM.Ui.Style.UiStyle.ProgressBarTexture + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarTexture + parent: MLEM.Ui.Style.UiStyle + name: ProgressBarTexture + nameWithType: UiStyle.ProgressBarTexture + fullName: MLEM.Ui.Style.UiStyle.ProgressBarTexture +- uid: MLEM.Ui.Style.UiStyle.ProgressBarColor + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarColor + parent: MLEM.Ui.Style.UiStyle + name: ProgressBarColor + nameWithType: UiStyle.ProgressBarColor + fullName: MLEM.Ui.Style.UiStyle.ProgressBarColor +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding + parent: MLEM.Ui.Style.UiStyle + name: ProgressBarProgressPadding + nameWithType: UiStyle.ProgressBarProgressPadding + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture + parent: MLEM.Ui.Style.UiStyle + name: ProgressBarProgressTexture + nameWithType: UiStyle.ProgressBarProgressTexture + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture +- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressColor + parent: MLEM.Ui.Style.UiStyle + name: ProgressBarProgressColor + nameWithType: UiStyle.ProgressBarProgressColor + fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor +- uid: MLEM.Ui.Style.UiStyle.Font + commentId: F:MLEM.Ui.Style.UiStyle.Font + parent: MLEM.Ui.Style.UiStyle + name: Font + nameWithType: UiStyle.Font + fullName: MLEM.Ui.Style.UiStyle.Font +- uid: MLEM.Ui.Style.UiStyle.BoldFont + commentId: F:MLEM.Ui.Style.UiStyle.BoldFont + parent: MLEM.Ui.Style.UiStyle + name: BoldFont + nameWithType: UiStyle.BoldFont + fullName: MLEM.Ui.Style.UiStyle.BoldFont +- uid: MLEM.Ui.Style.UiStyle.ItalicFont + commentId: F:MLEM.Ui.Style.UiStyle.ItalicFont + parent: MLEM.Ui.Style.UiStyle + name: ItalicFont + nameWithType: UiStyle.ItalicFont + fullName: MLEM.Ui.Style.UiStyle.ItalicFont +- uid: MLEM.Ui.Style.UiStyle.FormatSettings + commentId: F:MLEM.Ui.Style.UiStyle.FormatSettings + parent: MLEM.Ui.Style.UiStyle + name: FormatSettings + nameWithType: UiStyle.FormatSettings + fullName: MLEM.Ui.Style.UiStyle.FormatSettings +- uid: MLEM.Ui.Style.UiStyle.TextScale + commentId: F:MLEM.Ui.Style.UiStyle.TextScale + parent: MLEM.Ui.Style.UiStyle + name: TextScale + nameWithType: UiStyle.TextScale + fullName: MLEM.Ui.Style.UiStyle.TextScale +- uid: MLEM.Ui.Style.UiStyle.ActionSound + commentId: F:MLEM.Ui.Style.UiStyle.ActionSound + parent: MLEM.Ui.Style.UiStyle + name: ActionSound + nameWithType: UiStyle.ActionSound + fullName: MLEM.Ui.Style.UiStyle.ActionSound +- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: GenericDataHolder.SetData(String, Object) + fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: GenericDataHolder.SetData + fullName: MLEM.Misc.GenericDataHolder.SetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) + parent: MLEM.Misc.GenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: GenericDataHolder.GetData(String) + fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) + nameWithType.vb: GenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: GenericDataHolder.GetData + fullName: MLEM.Misc.GenericDataHolder.GetData + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: GenericDataHolder.GetData(Of T) + fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Misc.GenericDataHolder.GetDataKeys + commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys + parent: MLEM.Misc.GenericDataHolder + name: GetDataKeys() + nameWithType: GenericDataHolder.GetDataKeys() + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Misc.GenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: GenericDataHolder.GetDataKeys + fullName: MLEM.Misc.GenericDataHolder.GetDataKeys + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- 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: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.Style.UntexturedStyle.#ctor* + commentId: Overload:MLEM.Ui.Style.UntexturedStyle.#ctor + name: UntexturedStyle + nameWithType: UntexturedStyle.UntexturedStyle + fullName: MLEM.Ui.Style.UntexturedStyle.UntexturedStyle +- 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: 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 diff --git a/Docs/api/MLEM.Ui.Style.yml b/Docs/api/MLEM.Ui.Style.yml new file mode 100644 index 0000000..9119cb7 --- /dev/null +++ b/Docs/api/MLEM.Ui.Style.yml @@ -0,0 +1,72 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + id: MLEM.Ui.Style + children: + - MLEM.Ui.Style.StyleProp`1 + - MLEM.Ui.Style.UiStyle + - MLEM.Ui.Style.UntexturedStyle + langs: + - csharp + - vb + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style + type: Namespace + assemblies: + - MLEM.Ui +references: +- uid: MLEM.Ui.Style.StyleProp`1 + commentId: T:MLEM.Ui.Style.StyleProp`1 + parent: MLEM.Ui.Style + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + nameWithType.vb: StyleProp(Of T) + fullName.vb: MLEM.Ui.Style.StyleProp(Of T) + name.vb: StyleProp(Of T) + spec.csharp: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + nameWithType: StyleProp + fullName: MLEM.Ui.Style.StyleProp + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- 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.UntexturedStyle + commentId: T:MLEM.Ui.Style.UntexturedStyle + name: UntexturedStyle + nameWithType: UntexturedStyle + fullName: MLEM.Ui.Style.UntexturedStyle +- uid: MLEM.Ui.Style + commentId: N:MLEM.Ui.Style + name: MLEM.Ui.Style + nameWithType: MLEM.Ui.Style + fullName: MLEM.Ui.Style diff --git a/Docs/api/MLEM.Ui.UiControls.yml b/Docs/api/MLEM.Ui.UiControls.yml new file mode 100644 index 0000000..8e19e81 --- /dev/null +++ b/Docs/api/MLEM.Ui.UiControls.yml @@ -0,0 +1,1507 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.UiControls + commentId: T:MLEM.Ui.UiControls + id: UiControls + parent: MLEM.Ui + children: + - MLEM.Ui.UiControls.#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler) + - MLEM.Ui.UiControls.ActiveRoot + - MLEM.Ui.UiControls.AddButtons(System.Object[]@,System.Object[]) + - MLEM.Ui.UiControls.DownButtons + - MLEM.Ui.UiControls.GamepadButtons + - MLEM.Ui.UiControls.GamepadIndex + - MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean) + - MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF) + - MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement) + - MLEM.Ui.UiControls.GetTabNextElement(System.Boolean) + - MLEM.Ui.UiControls.HandleGamepad + - MLEM.Ui.UiControls.HandleKeyboard + - MLEM.Ui.UiControls.HandleMouse + - MLEM.Ui.UiControls.HandleTouch + - MLEM.Ui.UiControls.Input + - MLEM.Ui.UiControls.IsAutoNavMode + - MLEM.Ui.UiControls.IsInputOurs + - MLEM.Ui.UiControls.KeyboardButtons + - MLEM.Ui.UiControls.LeftButtons + - MLEM.Ui.UiControls.MousedElement + - MLEM.Ui.UiControls.RightButtons + - MLEM.Ui.UiControls.SecondaryGamepadButtons + - MLEM.Ui.UiControls.SelectedElement + - MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + - MLEM.Ui.UiControls.System + - MLEM.Ui.UiControls.UpButtons + - MLEM.Ui.UiControls.Update + langs: + - csharp + - vb + name: UiControls + nameWithType: UiControls + fullName: MLEM.Ui.UiControls + type: Class + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UiControls + path: ../MLEM.Ui/UiControls.cs + startLine: 12 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public class UiControls + content.vb: Public Class UiControls + inheritance: + - System.Object + inheritedMembers: + - 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.UiControls.Input + commentId: F:MLEM.Ui.UiControls.Input + id: Input + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: Input + nameWithType: UiControls.Input + fullName: MLEM.Ui.UiControls.Input + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Input + path: ../MLEM.Ui/UiControls.cs + startLine: 14 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public readonly InputHandler Input + return: + type: MLEM.Input.InputHandler + content.vb: Public ReadOnly Input As InputHandler + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.UiControls.IsInputOurs + commentId: F:MLEM.Ui.UiControls.IsInputOurs + id: IsInputOurs + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: IsInputOurs + nameWithType: UiControls.IsInputOurs + fullName: MLEM.Ui.UiControls.IsInputOurs + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsInputOurs + path: ../MLEM.Ui/UiControls.cs + startLine: 15 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: protected readonly bool IsInputOurs + return: + type: System.Boolean + content.vb: Protected ReadOnly IsInputOurs As Boolean + modifiers.csharp: + - protected + - readonly + modifiers.vb: + - Protected + - ReadOnly +- uid: MLEM.Ui.UiControls.System + commentId: F:MLEM.Ui.UiControls.System + id: System + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: System + nameWithType: UiControls.System + fullName: MLEM.Ui.UiControls.System + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: System + path: ../MLEM.Ui/UiControls.cs + startLine: 16 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: protected readonly UiSystem System + return: + type: MLEM.Ui.UiSystem + content.vb: Protected ReadOnly System As UiSystem + modifiers.csharp: + - protected + - readonly + modifiers.vb: + - Protected + - ReadOnly +- uid: MLEM.Ui.UiControls.ActiveRoot + commentId: P:MLEM.Ui.UiControls.ActiveRoot + id: ActiveRoot + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: ActiveRoot + nameWithType: UiControls.ActiveRoot + fullName: MLEM.Ui.UiControls.ActiveRoot + type: Property + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: ActiveRoot + path: ../MLEM.Ui/UiControls.cs + startLine: 18 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public RootElement ActiveRoot { get; } + parameters: [] + return: + type: MLEM.Ui.RootElement + content.vb: Public ReadOnly Property ActiveRoot As RootElement + overload: MLEM.Ui.UiControls.ActiveRoot* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.UiControls.MousedElement + commentId: P:MLEM.Ui.UiControls.MousedElement + id: MousedElement + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: MousedElement + nameWithType: UiControls.MousedElement + fullName: MLEM.Ui.UiControls.MousedElement + type: Property + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: MousedElement + path: ../MLEM.Ui/UiControls.cs + startLine: 19 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element MousedElement { get; } + parameters: [] + return: + type: MLEM.Ui.Elements.Element + content.vb: Public ReadOnly Property MousedElement As Element + overload: MLEM.Ui.UiControls.MousedElement* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.UiControls.SelectedElement + commentId: P:MLEM.Ui.UiControls.SelectedElement + id: SelectedElement + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: SelectedElement + nameWithType: UiControls.SelectedElement + fullName: MLEM.Ui.UiControls.SelectedElement + type: Property + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectedElement + path: ../MLEM.Ui/UiControls.cs + startLine: 21 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element SelectedElement { get; } + parameters: [] + return: + type: MLEM.Ui.Elements.Element + content.vb: Public ReadOnly Property SelectedElement As Element + overload: MLEM.Ui.UiControls.SelectedElement* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: MLEM.Ui.UiControls.KeyboardButtons + commentId: F:MLEM.Ui.UiControls.KeyboardButtons + id: KeyboardButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: KeyboardButtons + nameWithType: UiControls.KeyboardButtons + fullName: MLEM.Ui.UiControls.KeyboardButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: KeyboardButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 23 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] KeyboardButtons + return: + type: System.Object[] + content.vb: Public KeyboardButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.GamepadButtons + commentId: F:MLEM.Ui.UiControls.GamepadButtons + id: GamepadButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GamepadButtons + nameWithType: UiControls.GamepadButtons + fullName: MLEM.Ui.UiControls.GamepadButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GamepadButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 24 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] GamepadButtons + return: + type: System.Object[] + content.vb: Public GamepadButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.SecondaryGamepadButtons + commentId: F:MLEM.Ui.UiControls.SecondaryGamepadButtons + id: SecondaryGamepadButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: SecondaryGamepadButtons + nameWithType: UiControls.SecondaryGamepadButtons + fullName: MLEM.Ui.UiControls.SecondaryGamepadButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SecondaryGamepadButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 25 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] SecondaryGamepadButtons + return: + type: System.Object[] + content.vb: Public SecondaryGamepadButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.UpButtons + commentId: F:MLEM.Ui.UiControls.UpButtons + id: UpButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: UpButtons + nameWithType: UiControls.UpButtons + fullName: MLEM.Ui.UiControls.UpButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: UpButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 26 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] UpButtons + return: + type: System.Object[] + content.vb: Public UpButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.DownButtons + commentId: F:MLEM.Ui.UiControls.DownButtons + id: DownButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: DownButtons + nameWithType: UiControls.DownButtons + fullName: MLEM.Ui.UiControls.DownButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: DownButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 27 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] DownButtons + return: + type: System.Object[] + content.vb: Public DownButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.LeftButtons + commentId: F:MLEM.Ui.UiControls.LeftButtons + id: LeftButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: LeftButtons + nameWithType: UiControls.LeftButtons + fullName: MLEM.Ui.UiControls.LeftButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: LeftButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 28 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] LeftButtons + return: + type: System.Object[] + content.vb: Public LeftButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.RightButtons + commentId: F:MLEM.Ui.UiControls.RightButtons + id: RightButtons + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: RightButtons + nameWithType: UiControls.RightButtons + fullName: MLEM.Ui.UiControls.RightButtons + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RightButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 29 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public object[] RightButtons + return: + type: System.Object[] + content.vb: Public RightButtons As Object() + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.GamepadIndex + commentId: F:MLEM.Ui.UiControls.GamepadIndex + id: GamepadIndex + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GamepadIndex + nameWithType: UiControls.GamepadIndex + fullName: MLEM.Ui.UiControls.GamepadIndex + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GamepadIndex + path: ../MLEM.Ui/UiControls.cs + startLine: 30 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public int GamepadIndex + return: + type: System.Int32 + content.vb: Public GamepadIndex As Integer + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.HandleMouse + commentId: F:MLEM.Ui.UiControls.HandleMouse + id: HandleMouse + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: HandleMouse + nameWithType: UiControls.HandleMouse + fullName: MLEM.Ui.UiControls.HandleMouse + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleMouse + path: ../MLEM.Ui/UiControls.cs + startLine: 31 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool HandleMouse + return: + type: System.Boolean + content.vb: Public HandleMouse As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.HandleKeyboard + commentId: F:MLEM.Ui.UiControls.HandleKeyboard + id: HandleKeyboard + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: HandleKeyboard + nameWithType: UiControls.HandleKeyboard + fullName: MLEM.Ui.UiControls.HandleKeyboard + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleKeyboard + path: ../MLEM.Ui/UiControls.cs + startLine: 32 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool HandleKeyboard + return: + type: System.Boolean + content.vb: Public HandleKeyboard As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.HandleTouch + commentId: F:MLEM.Ui.UiControls.HandleTouch + id: HandleTouch + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: HandleTouch + nameWithType: UiControls.HandleTouch + fullName: MLEM.Ui.UiControls.HandleTouch + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleTouch + path: ../MLEM.Ui/UiControls.cs + startLine: 33 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool HandleTouch + return: + type: System.Boolean + content.vb: Public HandleTouch As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.HandleGamepad + commentId: F:MLEM.Ui.UiControls.HandleGamepad + id: HandleGamepad + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: HandleGamepad + nameWithType: UiControls.HandleGamepad + fullName: MLEM.Ui.UiControls.HandleGamepad + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: HandleGamepad + path: ../MLEM.Ui/UiControls.cs + startLine: 34 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool HandleGamepad + return: + type: System.Boolean + content.vb: Public HandleGamepad As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.IsAutoNavMode + commentId: F:MLEM.Ui.UiControls.IsAutoNavMode + id: IsAutoNavMode + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: IsAutoNavMode + nameWithType: UiControls.IsAutoNavMode + fullName: MLEM.Ui.UiControls.IsAutoNavMode + type: Field + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: IsAutoNavMode + path: ../MLEM.Ui/UiControls.cs + startLine: 35 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public bool IsAutoNavMode + return: + type: System.Boolean + content.vb: Public IsAutoNavMode As Boolean + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler) + commentId: M:MLEM.Ui.UiControls.#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler) + id: '#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler)' + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: UiControls(UiSystem, InputHandler) + nameWithType: UiControls.UiControls(UiSystem, InputHandler) + fullName: MLEM.Ui.UiControls.UiControls(MLEM.Ui.UiSystem, MLEM.Input.InputHandler) + type: Constructor + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: .ctor + path: ../MLEM.Ui/UiControls.cs + startLine: 37 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public UiControls(UiSystem system, InputHandler inputHandler = null) + parameters: + - id: system + type: MLEM.Ui.UiSystem + - id: inputHandler + type: MLEM.Input.InputHandler + content.vb: Public Sub New(system As UiSystem, inputHandler As InputHandler = Nothing) + overload: MLEM.Ui.UiControls.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.Update + commentId: M:MLEM.Ui.UiControls.Update + id: Update + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: Update() + nameWithType: UiControls.Update() + fullName: MLEM.Ui.UiControls.Update() + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: Update + path: ../MLEM.Ui/UiControls.cs + startLine: 46 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public virtual void Update() + content.vb: Public Overridable Sub Update + overload: MLEM.Ui.UiControls.Update* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean) + commentId: M:MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean) + id: GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GetElementUnderPos(Vector2, Boolean) + nameWithType: UiControls.GetElementUnderPos(Vector2, Boolean) + fullName: MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2, System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetElementUnderPos + path: ../MLEM.Ui/UiControls.cs + startLine: 136 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public virtual Element GetElementUnderPos(Vector2 position, bool transform = true) + parameters: + - id: position + type: Microsoft.Xna.Framework.Vector2 + - id: transform + type: System.Boolean + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Overridable Function GetElementUnderPos(position As Vector2, transform As Boolean = True) As Element + overload: MLEM.Ui.UiControls.GetElementUnderPos* + modifiers.csharp: + - public + - virtual + modifiers.vb: + - Public + - Overridable +- uid: MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + commentId: M:MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + id: SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean}) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: SelectElement(RootElement, Element, Nullable) + nameWithType: UiControls.SelectElement(RootElement, Element, Nullable) + fullName: MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement, MLEM.Ui.Elements.Element, System.Nullable) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: SelectElement + path: ../MLEM.Ui/UiControls.cs + startLine: 146 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public void SelectElement(RootElement root, Element element, bool? autoNav = default(bool? )) + parameters: + - id: root + type: MLEM.Ui.RootElement + - id: element + type: MLEM.Ui.Elements.Element + - id: autoNav + type: System.Nullable{System.Boolean} + content.vb: Public Sub SelectElement(root As RootElement, element As Element, autoNav As Boolean? = Nothing) + overload: MLEM.Ui.UiControls.SelectElement* + nameWithType.vb: UiControls.SelectElement(RootElement, Element, Nullable(Of Boolean)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement, MLEM.Ui.Elements.Element, System.Nullable(Of System.Boolean)) + name.vb: SelectElement(RootElement, Element, Nullable(Of Boolean)) +- uid: MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement) + commentId: M:MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement) + id: GetSelectedElement(MLEM.Ui.RootElement) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GetSelectedElement(RootElement) + nameWithType: UiControls.GetSelectedElement(RootElement) + fullName: MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetSelectedElement + path: ../MLEM.Ui/UiControls.cs + startLine: 167 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public Element GetSelectedElement(RootElement root) + parameters: + - id: root + type: MLEM.Ui.RootElement + return: + type: MLEM.Ui.Elements.Element + content.vb: Public Function GetSelectedElement(root As RootElement) As Element + overload: MLEM.Ui.UiControls.GetSelectedElement* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: MLEM.Ui.UiControls.GetTabNextElement(System.Boolean) + commentId: M:MLEM.Ui.UiControls.GetTabNextElement(System.Boolean) + id: GetTabNextElement(System.Boolean) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GetTabNextElement(Boolean) + nameWithType: UiControls.GetTabNextElement(Boolean) + fullName: MLEM.Ui.UiControls.GetTabNextElement(System.Boolean) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetTabNextElement + path: ../MLEM.Ui/UiControls.cs + startLine: 174 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: protected virtual Element GetTabNextElement(bool backward) + parameters: + - id: backward + type: System.Boolean + return: + type: MLEM.Ui.Elements.Element + content.vb: Protected Overridable Function GetTabNextElement(backward As Boolean) As Element + overload: MLEM.Ui.UiControls.GetTabNextElement* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF) + commentId: M:MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF) + id: GetGamepadNextElement(MLEM.Misc.RectangleF) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: GetGamepadNextElement(RectangleF) + nameWithType: UiControls.GetGamepadNextElement(RectangleF) + fullName: MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: GetGamepadNextElement + path: ../MLEM.Ui/UiControls.cs + startLine: 202 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: protected virtual Element GetGamepadNextElement(RectangleF searchArea) + parameters: + - id: searchArea + type: MLEM.Misc.RectangleF + return: + type: MLEM.Ui.Elements.Element + content.vb: Protected Overridable Function GetGamepadNextElement(searchArea As RectangleF) As Element + overload: MLEM.Ui.UiControls.GetGamepadNextElement* + modifiers.csharp: + - protected + - virtual + modifiers.vb: + - Protected + - Overridable +- uid: MLEM.Ui.UiControls.AddButtons(System.Object[]@,System.Object[]) + commentId: M:MLEM.Ui.UiControls.AddButtons(System.Object[]@,System.Object[]) + id: AddButtons(System.Object[]@,System.Object[]) + parent: MLEM.Ui.UiControls + langs: + - csharp + - vb + name: AddButtons(ref Object[], Object[]) + nameWithType: UiControls.AddButtons(ref Object[], Object[]) + fullName: MLEM.Ui.UiControls.AddButtons(ref System.Object[], System.Object[]) + type: Method + source: + remote: + path: MLEM.Ui/UiControls.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: AddButtons + path: ../MLEM.Ui/UiControls.cs + startLine: 258 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public static void AddButtons(ref object[] controls, params object[] additional) + parameters: + - id: controls + type: System.Object[] + - id: additional + type: System.Object[] + content.vb: Public Shared Sub AddButtons(ByRef controls As Object(), ParamArray additional As Object()) + overload: MLEM.Ui.UiControls.AddButtons* + nameWithType.vb: UiControls.AddButtons(ByRef Object(), Object()) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: MLEM.Ui.UiControls.AddButtons(ByRef System.Object(), System.Object()) + name.vb: AddButtons(ByRef Object(), Object()) +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: 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: 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: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- uid: MLEM.Ui.UiControls.ActiveRoot* + commentId: Overload:MLEM.Ui.UiControls.ActiveRoot + name: ActiveRoot + nameWithType: UiControls.ActiveRoot + fullName: MLEM.Ui.UiControls.ActiveRoot +- uid: MLEM.Ui.RootElement + commentId: T:MLEM.Ui.RootElement + parent: MLEM.Ui + name: RootElement + nameWithType: RootElement + fullName: MLEM.Ui.RootElement +- uid: MLEM.Ui.UiControls.MousedElement* + commentId: Overload:MLEM.Ui.UiControls.MousedElement + name: MousedElement + nameWithType: UiControls.MousedElement + fullName: MLEM.Ui.UiControls.MousedElement +- 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.Elements + commentId: N:MLEM.Ui.Elements + name: MLEM.Ui.Elements + nameWithType: MLEM.Ui.Elements + fullName: MLEM.Ui.Elements +- uid: MLEM.Ui.UiControls.SelectedElement* + commentId: Overload:MLEM.Ui.UiControls.SelectedElement + name: SelectedElement + nameWithType: UiControls.SelectedElement + fullName: MLEM.Ui.UiControls.SelectedElement +- uid: System.Object[] + isExternal: true + name: Object[] + nameWithType: Object[] + fullName: System.Object[] + nameWithType.vb: Object() + fullName.vb: System.Object() + name.vb: Object() + spec.csharp: + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: MLEM.Ui.UiControls.#ctor* + commentId: Overload:MLEM.Ui.UiControls.#ctor + name: UiControls + nameWithType: UiControls.UiControls + fullName: MLEM.Ui.UiControls.UiControls +- uid: MLEM.Ui.UiControls.Update* + commentId: Overload:MLEM.Ui.UiControls.Update + name: Update + nameWithType: UiControls.Update + fullName: MLEM.Ui.UiControls.Update +- uid: MLEM.Ui.UiControls.GetElementUnderPos* + commentId: Overload:MLEM.Ui.UiControls.GetElementUnderPos + name: GetElementUnderPos + nameWithType: UiControls.GetElementUnderPos + fullName: MLEM.Ui.UiControls.GetElementUnderPos +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: MLEM.Ui.UiControls.SelectElement* + commentId: Overload:MLEM.Ui.UiControls.SelectElement + name: SelectElement + nameWithType: UiControls.SelectElement + fullName: MLEM.Ui.UiControls.SelectElement +- uid: System.Nullable{System.Boolean} + commentId: T:System.Nullable{System.Boolean} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of Boolean) + fullName.vb: System.Nullable(Of System.Boolean) + name.vb: Nullable(Of Boolean) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Ui.UiControls.GetSelectedElement* + commentId: Overload:MLEM.Ui.UiControls.GetSelectedElement + name: GetSelectedElement + nameWithType: UiControls.GetSelectedElement + fullName: MLEM.Ui.UiControls.GetSelectedElement +- uid: MLEM.Ui.UiControls.GetTabNextElement* + commentId: Overload:MLEM.Ui.UiControls.GetTabNextElement + name: GetTabNextElement + nameWithType: UiControls.GetTabNextElement + fullName: MLEM.Ui.UiControls.GetTabNextElement +- uid: MLEM.Ui.UiControls.GetGamepadNextElement* + commentId: Overload:MLEM.Ui.UiControls.GetGamepadNextElement + name: GetGamepadNextElement + nameWithType: UiControls.GetGamepadNextElement + fullName: MLEM.Ui.UiControls.GetGamepadNextElement +- uid: MLEM.Misc.RectangleF + commentId: T:MLEM.Misc.RectangleF + parent: MLEM.Misc + name: RectangleF + nameWithType: RectangleF + fullName: MLEM.Misc.RectangleF +- uid: MLEM.Misc + commentId: N:MLEM.Misc + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Ui.UiControls.AddButtons* + commentId: Overload:MLEM.Ui.UiControls.AddButtons + name: AddButtons + nameWithType: UiControls.AddButtons + fullName: MLEM.Ui.UiControls.AddButtons diff --git a/Docs/api/MLEM.Ui.UiSystem.RootCallback.yml b/Docs/api/MLEM.Ui.UiSystem.RootCallback.yml new file mode 100644 index 0000000..1f691a7 --- /dev/null +++ b/Docs/api/MLEM.Ui.UiSystem.RootCallback.yml @@ -0,0 +1,49 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui.UiSystem.RootCallback + commentId: T:MLEM.Ui.UiSystem.RootCallback + id: UiSystem.RootCallback + parent: MLEM.Ui + children: [] + langs: + - csharp + - vb + name: UiSystem.RootCallback + nameWithType: UiSystem.RootCallback + fullName: MLEM.Ui.UiSystem.RootCallback + type: Delegate + source: + remote: + path: MLEM.Ui/UiSystem.cs + branch: master + repo: https://github.com/Ellpeck/MLEM + id: RootCallback + path: ../MLEM.Ui/UiSystem.cs + startLine: 191 + assemblies: + - MLEM.Ui + namespace: MLEM.Ui + syntax: + content: public delegate void RootCallback(RootElement root); + parameters: + - id: root + type: MLEM.Ui.RootElement + content.vb: Public Delegate Sub RootCallback(root As RootElement) + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui +- uid: MLEM.Ui.RootElement + commentId: T:MLEM.Ui.RootElement + parent: MLEM.Ui + name: RootElement + nameWithType: RootElement + fullName: MLEM.Ui.RootElement diff --git a/Docs/api/MLEM.Ui.UiSystem.yml b/Docs/api/MLEM.Ui.UiSystem.yml new file mode 100644 index 0000000..dffe11b --- /dev/null +++ b/Docs/api/MLEM.Ui.UiSystem.yml @@ -0,0 +1,2379 @@ +### 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: ) diff --git a/Docs/api/MLEM.Ui.yml b/Docs/api/MLEM.Ui.yml new file mode 100644 index 0000000..bc17e44 --- /dev/null +++ b/Docs/api/MLEM.Ui.yml @@ -0,0 +1,56 @@ +### YamlMime:ManagedReference +items: +- uid: MLEM.Ui + commentId: N:MLEM.Ui + id: MLEM.Ui + children: + - MLEM.Ui.Anchor + - MLEM.Ui.RootElement + - MLEM.Ui.UiControls + - MLEM.Ui.UiSystem + - MLEM.Ui.UiSystem.RootCallback + langs: + - csharp + - vb + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui + type: Namespace + assemblies: + - MLEM.Ui +references: +- uid: MLEM.Ui.Anchor + commentId: T:MLEM.Ui.Anchor + parent: MLEM.Ui + name: Anchor + nameWithType: Anchor + fullName: MLEM.Ui.Anchor +- uid: MLEM.Ui.UiControls + commentId: T:MLEM.Ui.UiControls + parent: MLEM.Ui + name: UiControls + nameWithType: UiControls + fullName: MLEM.Ui.UiControls +- uid: MLEM.Ui.UiSystem + commentId: T:MLEM.Ui.UiSystem + parent: MLEM.Ui + name: UiSystem + nameWithType: UiSystem + fullName: MLEM.Ui.UiSystem +- 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.RootElement + commentId: T:MLEM.Ui.RootElement + parent: MLEM.Ui + name: RootElement + nameWithType: RootElement + fullName: MLEM.Ui.RootElement +- uid: MLEM.Ui + commentId: N:MLEM.Ui + name: MLEM.Ui + nameWithType: MLEM.Ui + fullName: MLEM.Ui diff --git a/Docs/api/toc.yml b/Docs/api/toc.yml new file mode 100644 index 0000000..3d9958b --- /dev/null +++ b/Docs/api/toc.yml @@ -0,0 +1,359 @@ +### YamlMime:TableOfContent +- uid: MLEM.Animations + name: MLEM.Animations + items: + - uid: MLEM.Animations.AnimationFrame + name: AnimationFrame + - uid: MLEM.Animations.SpriteAnimation + name: SpriteAnimation + - uid: MLEM.Animations.SpriteAnimation.Completed + name: SpriteAnimation.Completed + - uid: MLEM.Animations.SpriteAnimationGroup + name: SpriteAnimationGroup + - uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged + name: SpriteAnimationGroup.AnimationChanged +- uid: MLEM.Cameras + name: MLEM.Cameras + items: + - uid: MLEM.Cameras.Camera + name: Camera +- uid: MLEM.Content + name: MLEM.Content + items: + - uid: MLEM.Content.RawContentManager + name: RawContentManager + - uid: MLEM.Content.RawContentReader + name: RawContentReader + - uid: MLEM.Content.RawContentReader`1 + name: RawContentReader + name.vb: RawContentReader(Of T) + - uid: MLEM.Content.SongReader + name: SongReader + - uid: MLEM.Content.SoundEffectReader + name: SoundEffectReader + - uid: MLEM.Content.Texture2DReader + name: Texture2DReader + - uid: MLEM.Content.XmlReader + name: XmlReader +- uid: MLEM.Data + name: MLEM.Data + items: + - uid: MLEM.Data.ContentExtensions + name: ContentExtensions + - uid: MLEM.Data.NetBufferSerializer + name: NetBufferSerializer + - uid: MLEM.Data.NetExtensions + name: NetExtensions +- uid: MLEM.Data.Json + name: MLEM.Data.Json + items: + - uid: MLEM.Data.Json.Direction2Converter + name: Direction2Converter + - uid: MLEM.Data.Json.JsonConverters + name: JsonConverters + - uid: MLEM.Data.Json.PointConverter + name: PointConverter + - uid: MLEM.Data.Json.RawJsonReader + name: RawJsonReader + - uid: MLEM.Data.Json.RectangleConverter + name: RectangleConverter + - uid: MLEM.Data.Json.RectangleFConverter + name: RectangleFConverter + - uid: MLEM.Data.Json.Vector2Converter + name: Vector2Converter +- uid: MLEM.Extended.Extensions + name: MLEM.Extended.Extensions + items: + - uid: MLEM.Extended.Extensions.NumberExtensions + name: NumberExtensions + - uid: MLEM.Extended.Extensions.RandomExtensions + name: RandomExtensions + - uid: MLEM.Extended.Extensions.SpriteBatchExtensions + name: SpriteBatchExtensions + - uid: MLEM.Extended.Extensions.TextureExtensions + name: TextureExtensions +- uid: MLEM.Extended.Font + name: MLEM.Extended.Font + items: + - uid: MLEM.Extended.Font.GenericBitmapFont + name: GenericBitmapFont +- uid: MLEM.Extended.Tiled + name: MLEM.Extended.Tiled + items: + - uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer + name: IndividualTiledMapRenderer + - uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate + name: IndividualTiledMapRenderer.DrawDelegate + - uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth + name: IndividualTiledMapRenderer.GetDepth + - uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo + name: IndividualTiledMapRenderer.TileDrawInfo + - uid: MLEM.Extended.Tiled.LayerPosition + name: LayerPosition + - uid: MLEM.Extended.Tiled.TiledExtensions + name: TiledExtensions + - uid: MLEM.Extended.Tiled.TiledMapCollisions + name: TiledMapCollisions + - uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions + name: TiledMapCollisions.CollectCollisions + - uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo + name: TiledMapCollisions.TileCollisionInfo +- uid: MLEM.Extensions + name: MLEM.Extensions + items: + - uid: MLEM.Extensions.ColorExtensions + name: ColorExtensions + - uid: MLEM.Extensions.GraphicsExtensions + name: GraphicsExtensions + - uid: MLEM.Extensions.GraphicsExtensions.TargetContext + name: GraphicsExtensions.TargetContext + - uid: MLEM.Extensions.NumberExtensions + name: NumberExtensions + - uid: MLEM.Extensions.RandomExtensions + name: RandomExtensions + - uid: MLEM.Extensions.SoundExtensions + name: SoundExtensions + - uid: MLEM.Extensions.SpriteBatchExtensions + name: SpriteBatchExtensions +- uid: MLEM.Font + name: MLEM.Font + items: + - uid: MLEM.Font.GenericFont + name: GenericFont + - uid: MLEM.Font.GenericSpriteFont + name: GenericSpriteFont + - uid: MLEM.Font.TextAlign + name: TextAlign +- uid: MLEM.Formatting + name: MLEM.Formatting + items: + - uid: MLEM.Formatting.FormatSettings + name: FormatSettings + - uid: MLEM.Formatting.FormattingCode + name: FormattingCode + - uid: MLEM.Formatting.FormattingCode.Type + name: FormattingCode.Type + - uid: MLEM.Formatting.FormattingCodeCollection + name: FormattingCodeCollection + - uid: MLEM.Formatting.FormattingCodeData + name: FormattingCodeData + - uid: MLEM.Formatting.TextAnimation + name: TextAnimation + - uid: MLEM.Formatting.TextAnimation.DrawCharacter + name: TextAnimation.DrawCharacter + - uid: MLEM.Formatting.TextFormatter + name: TextFormatter + - uid: MLEM.Formatting.TextFormatting + name: TextFormatting + - uid: MLEM.Formatting.TextStyle + name: TextStyle + - uid: MLEM.Formatting.Token + name: Token + - uid: MLEM.Formatting.TokenizedString + name: TokenizedString +- uid: MLEM.Formatting.Codes + name: MLEM.Formatting.Codes + items: + - uid: MLEM.Formatting.Codes.AnimatedCode + name: AnimatedCode + - uid: MLEM.Formatting.Codes.Code + name: Code + - uid: MLEM.Formatting.Codes.Code.Constructor + name: Code.Constructor + - uid: MLEM.Formatting.Codes.ColorCode + name: ColorCode + - uid: MLEM.Formatting.Codes.FontCode + name: FontCode + - uid: MLEM.Formatting.Codes.ImageCode + name: ImageCode + - uid: MLEM.Formatting.Codes.ImageCodeExtensions + name: ImageCodeExtensions + - uid: MLEM.Formatting.Codes.LinkCode + name: LinkCode + - uid: MLEM.Formatting.Codes.ShadowCode + name: ShadowCode + - uid: MLEM.Formatting.Codes.UnderlineCode + name: UnderlineCode + - uid: MLEM.Formatting.Codes.WobblyCode + name: WobblyCode +- uid: MLEM.Input + name: MLEM.Input + items: + - uid: MLEM.Input.InputHandler + name: InputHandler + - uid: MLEM.Input.KeysExtensions + name: KeysExtensions + - uid: MLEM.Input.ModifierKey + name: ModifierKey + - uid: MLEM.Input.MouseButton + name: MouseButton + - uid: MLEM.Input.MouseExtensions + name: MouseExtensions +- uid: MLEM.Misc + name: MLEM.Misc + items: + - uid: MLEM.Misc.AutoTiling + name: AutoTiling + - uid: MLEM.Misc.AutoTiling.ConnectsTo + name: AutoTiling.ConnectsTo + - uid: MLEM.Misc.Direction2 + name: Direction2 + - uid: MLEM.Misc.Direction2Helper + name: Direction2Helper + - uid: MLEM.Misc.EnumHelper + name: EnumHelper + - uid: MLEM.Misc.GenericDataHolder + name: GenericDataHolder + - uid: MLEM.Misc.Padding + name: Padding + - uid: MLEM.Misc.RectangleF + name: RectangleF + - uid: MLEM.Misc.TextInputWrapper + name: TextInputWrapper + - uid: MLEM.Misc.TextInputWrapper.DesktopGl`1 + name: TextInputWrapper.DesktopGl + name.vb: TextInputWrapper.DesktopGl(Of T) + - uid: MLEM.Misc.TextInputWrapper.Mobile + name: TextInputWrapper.Mobile + - uid: MLEM.Misc.TextInputWrapper.None + name: TextInputWrapper.None + - uid: MLEM.Misc.TextInputWrapper.Primitive + name: TextInputWrapper.Primitive + - uid: MLEM.Misc.TextInputWrapper.TextInputCallback + name: TextInputWrapper.TextInputCallback +- uid: MLEM.Pathfinding + name: MLEM.Pathfinding + items: + - uid: MLEM.Pathfinding.AStar`1 + name: AStar + name.vb: AStar(Of T) + - uid: MLEM.Pathfinding.AStar`1.GetCost + name: AStar.GetCost + name.vb: AStar(Of T).GetCost + - uid: MLEM.Pathfinding.AStar2 + name: AStar2 + - uid: MLEM.Pathfinding.AStar3 + name: AStar3 + - uid: MLEM.Pathfinding.PathPoint`1 + name: PathPoint + name.vb: PathPoint(Of T) +- uid: MLEM.Startup + name: MLEM.Startup + items: + - uid: MLEM.Startup.CoroutineEvents + name: CoroutineEvents + - uid: MLEM.Startup.MlemGame + name: MlemGame + - uid: MLEM.Startup.MlemGame.GenericCallback + name: MlemGame.GenericCallback + - uid: MLEM.Startup.MlemGame.TimeCallback + name: MlemGame.TimeCallback +- uid: MLEM.Textures + name: MLEM.Textures + items: + - uid: MLEM.Textures.NinePatch + name: NinePatch + - uid: MLEM.Textures.NinePatchExtensions + name: NinePatchExtensions + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + - uid: MLEM.Textures.TextureRegionExtensions + name: TextureRegionExtensions + - uid: MLEM.Textures.UniformTextureAtlas + name: UniformTextureAtlas +- uid: MLEM.Ui + name: MLEM.Ui + items: + - uid: MLEM.Ui.Anchor + name: Anchor + - uid: MLEM.Ui.RootElement + name: RootElement + - uid: MLEM.Ui.UiControls + name: UiControls + - uid: MLEM.Ui.UiSystem + name: UiSystem + - uid: MLEM.Ui.UiSystem.RootCallback + name: UiSystem.RootCallback +- uid: MLEM.Ui.Elements + name: MLEM.Ui.Elements + items: + - uid: MLEM.Ui.Elements.Button + name: Button + - uid: MLEM.Ui.Elements.Checkbox + name: Checkbox + - uid: MLEM.Ui.Elements.Checkbox.CheckStateChange + name: Checkbox.CheckStateChange + - uid: MLEM.Ui.Elements.CustomDrawGroup + name: CustomDrawGroup + - uid: MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate + name: CustomDrawGroup.BeginDelegate + - uid: MLEM.Ui.Elements.CustomDrawGroup.TransformCallback + name: CustomDrawGroup.TransformCallback + - uid: MLEM.Ui.Elements.Dropdown + name: Dropdown + - uid: MLEM.Ui.Elements.Element + name: Element + - uid: MLEM.Ui.Elements.Element.DrawCallback + name: Element.DrawCallback + - uid: MLEM.Ui.Elements.Element.GamepadNextElementCallback + name: Element.GamepadNextElementCallback + - uid: MLEM.Ui.Elements.Element.GenericCallback + name: Element.GenericCallback + - uid: MLEM.Ui.Elements.Element.OtherElementCallback + name: Element.OtherElementCallback + - uid: MLEM.Ui.Elements.Element.TabNextElementCallback + name: Element.TabNextElementCallback + - uid: MLEM.Ui.Elements.Element.TextInputCallback + name: Element.TextInputCallback + - uid: MLEM.Ui.Elements.Element.TimeCallback + name: Element.TimeCallback + - uid: MLEM.Ui.Elements.ElementHelper + name: ElementHelper + - uid: MLEM.Ui.Elements.Group + name: Group + - uid: MLEM.Ui.Elements.Image + name: Image + - uid: MLEM.Ui.Elements.Image.TextureCallback + name: Image.TextureCallback + - uid: MLEM.Ui.Elements.Panel + name: Panel + - uid: MLEM.Ui.Elements.Paragraph + name: Paragraph + - uid: MLEM.Ui.Elements.Paragraph.Link + name: Paragraph.Link + - uid: MLEM.Ui.Elements.Paragraph.TextCallback + name: Paragraph.TextCallback + - uid: MLEM.Ui.Elements.Paragraph.TextModifier + name: Paragraph.TextModifier + - uid: MLEM.Ui.Elements.ProgressBar + name: ProgressBar + - uid: MLEM.Ui.Elements.RadioButton + name: RadioButton + - uid: MLEM.Ui.Elements.ScrollBar + name: ScrollBar + - uid: MLEM.Ui.Elements.ScrollBar.ValueChanged + name: ScrollBar.ValueChanged + - uid: MLEM.Ui.Elements.Slider + name: Slider + - uid: MLEM.Ui.Elements.SpriteAnimationImage + name: SpriteAnimationImage + - uid: MLEM.Ui.Elements.TextField + name: TextField + - uid: MLEM.Ui.Elements.TextField.Rule + name: TextField.Rule + - uid: MLEM.Ui.Elements.TextField.TextChanged + name: TextField.TextChanged + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + - uid: MLEM.Ui.Elements.VerticalSpace + name: VerticalSpace +- uid: MLEM.Ui.Style + name: MLEM.Ui.Style + items: + - uid: MLEM.Ui.Style.StyleProp`1 + name: StyleProp + name.vb: StyleProp(Of T) + - uid: MLEM.Ui.Style.UiStyle + name: UiStyle + - uid: MLEM.Ui.Style.UntexturedStyle + name: UntexturedStyle diff --git a/Docs/articles/font_extensions.md b/Docs/articles/font_extensions.md new file mode 100644 index 0000000..1a182cb --- /dev/null +++ b/Docs/articles/font_extensions.md @@ -0,0 +1,32 @@ +The **MLEM** base package features several additional font manipulation methods, including line splitting and text truncating. These abilities can be accessed through generic fonts. + +# Generic fonts +MLEM features the `GenericFont` class along with a `GenericSpriteFont` implementation. This is used by the MLEM.Ui package, but it can also be used separately to have more control over font rendering. + +The reason generic fonts exist is to provide the ability to use both MonoGame `SpriteFonts` and [MonoGame.Extended](http://www.monogameextended.net/) `BitmapFonts` for the additionally provided behavior. To access the latter, the **MLEM.Extended** package needs to be installed as well. + +## Creating a generic font +To create a generic font, simply create an instance of `GenericSpriteFont` or `GenericBitmapFont` when loading your game: +```cs +// Using MonoGame SpriteFonts +var spriteFont = new GenericSpriteFont(this.Content.Load("Fonts/ExampleFont")); + +// Using MonoGame.Extended BitmapFonts +var bitmapFont = new GenericBitmapFont(this.Content.Load("Fonts/ExampleBitmapFont")); +``` + +# Line splitting +Using generic fonts, a long line of text can be split into multiple lines based on a maximum width in pixels. The split text that is returned is delimited by `\n` (newline characters). +```cs +var split = spriteFont.SplitString("This is a really long line of text [...]", width: 100, scale: 1); +spriteFont.DrawString(this.SpriteBatch, split, new Vector2(10, 10), Color.White); +``` + +# Truncating +Using generic fonts, a long line of text can also be truncated to fit a certain width in pixels. The remaining text that doesn't fit will simply be chopped off of the end (or start) of the string. +```cs +// Truncate from the front +var truncFront = spriteFont.TruncateString("This is a really long line of text [...]", width: 100, fromBack: false, scale: 1); +// Truncate from the back +var truncBack = spriteFont.TruncateString("This is a really long line of text [...]", width: 100, fromBack: true, scale: 1); +``` \ No newline at end of file diff --git a/Docs/articles/friends.md b/Docs/articles/friends.md new file mode 100644 index 0000000..e640701 --- /dev/null +++ b/Docs/articles/friends.md @@ -0,0 +1,5 @@ +There are several other NuGet packages that work well in combination with MonoGame and MLEM. Here are some of them: +- [Contentless](https://github.com/Ellpeck/Contentless), a tool by Ellpeck that removes the need to add assets to the MonoGame Content Pipeline manually +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package by Ellpeck that implements Unity-style coroutines for any project +- [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package by craftworkgames that also provides several additional features for MonoGame +- [GameBundle](https://github.com/Ellpeck/GameBundle), a tool by Ellpeck that packages MonoGame and other .NET Core applications into several distributable formats \ No newline at end of file diff --git a/Docs/articles/input.md b/Docs/articles/input.md new file mode 100644 index 0000000..6c31d49 --- /dev/null +++ b/Docs/articles/input.md @@ -0,0 +1,50 @@ +The **MLEM** base package features an extended `InputHandler` class that allows for finer control over inputs, like the ability to query a new *pressed* state as well as a repeat events implementation for both keyboard and gamepad input. + +Rather than using an event-based structure, the MLEM input handler relies on the game's `Update` frames: To query input through the input handler, you have to query it every Update frame, and input information will only be available for a single update frame in most situations. + +# Setting it up +To set it up, all you have to do is create a new instance. The constructor optionally accepts parameters to enable or disable certain kinds of input. +```cs +this.InputHandler = new InputHandler(); +``` +Additionally, you will have to call the input handler's `Update` method each update call of your game: +```cs +this.InputHandler.Update(); +``` + +# Querying pressed keys +A *pressed* key is a key that wasn't down the last update but is held down the current update. This behavior can be useful for things like ui buttons, where holding down the mouse button shouldn't constantly keep triggering the button. + +You can query if any key, mouse button or gamepad button is pressed as follows: +```cs +var mouse = this.InputHandler.IsPressed(MouseButton.Left); +var key = this.InputHandler.IsPressed(Keys.A); + +// Is any gamepad's A button pressed +var gamepad = this.InputHandler.IsPressed(Buttons.A); +// Is the 2nd gamepad's A button pressed +var gamepad2 = this.InputHandler.IsPressed(Buttons.A, 2); +``` + +## Repeat events +Keyboard and gamepad repeat events can be enabled or disabled through the `HandleKeyboardRepeats` and `HandleGamepadRepeats` properties in the input handler. Additionally, you can configure the time that it takes until the first repeat is triggered through the `KeyRepeatDelay` property, and you can configure the delay between repeat events through the `KeyRepeatRate` property. + +When enabled, repeat events for *pressing* are automatically triggered. This means that calling `IsPressed` every update call would return `true` for a control that is being held down every `KeyRepeatRate` seconds after `KeyRepeatDelay` seconds have passed once. + +# Gesture handling +MonoGame's default touch handling can be a bit wonky to deal with, so the input handler also provides a much better user experience for touch gesture input. + +To enable touch input, the gestures you want to use first have to be enabled: +```cs +InputHandler.EnableGestures(GestureType.Tap); +``` + +When enabled, a `GestureSample` will be available for the requested gesture type *the frame it is finished*. It can be accessed like so: +```cs +if (this.InputHandler.GetGesture(GestureType.Tap, out var sample)) { + // The gesture happened this frame + Console.WriteLine(sample.Position); +} else { + // The gesture did not happen this frame +} +``` \ No newline at end of file diff --git a/Docs/articles/raw_content.md b/Docs/articles/raw_content.md new file mode 100644 index 0000000..5520e9d --- /dev/null +++ b/Docs/articles/raw_content.md @@ -0,0 +1,57 @@ +Sometimes, there's a good reason for wanting to load game assets directly rather than using the MonoGame Content Pipeline, which packs files into a binary `xnb` format. Those reasons include, for example, making your game easily moddable or allowing for texture packs. + +The **MLEM** package contains a solution for this: `RawContentManager`. + +# What it does +A raw content manager works very similarly to a regular `ContentManager`: You can load different types of assets through the `Load` method, and they will automatically be managed and disposed when the game closes. + +However, the `RawContentManager` loads assets in their usual file type, rather than `xnb`, meaning that they don't have to be compiled using the Content Pipeline first. + +# How to use it +To create a new raw content manager, simply call its constructor in your `LoadContent` method. Optionally, you can add it as a game component, which will automatically dispose it when the game closes. +```cs +protected override void LoadContent() { + this.rawContent = new RawContentManager(this.Services); + this.Components.Add(this.rawContent); + + // load other content here +} +``` + +Then, you can simply load an asset in your `Content` directory like you would with the regular `ContentManager`: +```cs +this.testTexture = this.rawContent.Load("Textures/Test"); +``` + +# Adding more content types +By default, the raw content manager supports the following types, as long as their files are appended with one of the supported file extensions: +- `Texture2D` (png, bmp, gif, jpg, tif, dds) +- `SoundEffect` (ogg, wav, mp3) +- `Song` (gg, wav, mp3) +- Any XML files (xml) +- Any JSON files (json) if `MLEM.Data` is used + +To add more content types that can be loaded by the raw content manager, you simply have to extend either `RawContentReader` or the generic version, `RawContentReader`. For example, this is a content reader that loads a `txt` file as a string: +```cs +using System.IO; +using MLEM.Content; + +namespace Test { + public class StringReader : RawContentReader { + + public override string[] GetFileExtensions() { + // return an array of supported file extensions + return new[] {"txt"}; + } + + protected override string Read(RawContentManager manager, string assetPath, Stream stream, string existing) { + // use the stream (or the asset path) here and + // return the loaded content file + using (var reader = new StreamReader(stream)) + return reader.ReadToEnd(); + } + + } +} +``` +As `RawContentManager` automatically collects all raw content readers in the loaded assemblies, you don't have to register your custom reader anywhere. \ No newline at end of file diff --git a/Docs/articles/sprite_animations.md b/Docs/articles/sprite_animations.md new file mode 100644 index 0000000..65609a8 --- /dev/null +++ b/Docs/articles/sprite_animations.md @@ -0,0 +1,51 @@ +The **MLEM** package contains a very simple sprite animation system that features different-length frames as well as animation grouping. + +# Using animations +You can create an animation like so: +```cs +var texture = this.Content.Load("Textures/TestSprite"); + +// Two-frame animation using a frame time of 0.5 seconds +var anim1 = new SpriteAnimation(timePerFrame: 0.5F, + new TextureRegion(texture, 0, 0, 16, 16), new TextureRegion(texture, 16, 0, 16, 16)); + +// Three-frame animation with varying frame times +var anim2 = new SpriteAnimation( + new AnimationFrame(new TextureRegion(texture, 0, 0, 16, 16), 0.25F), + new AnimationFrame(new TextureRegion(texture, 16, 0, 16, 16), 0.5F), + new AnimationFrame(new TextureRegion(texture, 32, 0, 16, 16), 0.3F) +); +``` + +Additionally, you have to update the animation every update frame in your game's `Update` method: +```cs +anim1.Update(gameTime); +``` + +You can draw the animation's current frame as follows: +```cs +this.SpriteBatch.Draw(anim1.CurrentRegion, new Vector2(10, 10), Color.White); +``` + +# Using animation groups +Animation groups consist of multiple animations. Each animation in a group has a condition that determines if it should currently be playing. + +You can create an animation group and add animations to it like so: +```cs +var group = new SpriteAnimationGroup(); +// Animation 1 should always play +group.Add(anim1, () => true, priority: 0); +// Animation 2 should play if the game has been running for 10 seconds or more +// Since its priority is higher than anim1's, it will be the one that plays when its condition is true +group.Add(anim2, () => gameTime.TotalGameTime.TotalSeconds >= 10, priority: 1); +``` + +As with regular animations, an animation group also has to be updated each update frame: +```cs +group.Update(gameTime); +``` + +You can draw the group's current frame as follows: +```cs +this.SpriteBatch.Draw(group.CurrentRegion, new Vector2(10, 10), Color.White); +``` \ No newline at end of file diff --git a/Docs/articles/startup.md b/Docs/articles/startup.md new file mode 100644 index 0000000..9dd3499 --- /dev/null +++ b/Docs/articles/startup.md @@ -0,0 +1,7 @@ +**MLEM.Startup** is a simple package that contains a `MlemGame` class which extends MonoGame's `Game`. This class contains additional properties that most games created with MonoGame and MLEM will have: +- An [InputHandler](https://github.com/Ellpeck/MLEM/wiki/Input-Handler) +- A `SpriteBatch` and `GraphicsDeviceManager` +- A [UiSystem](https://github.com/Ellpeck/MLEM/wiki/MLEM.Ui) +- Some delegate callbacks for loading, updating and drawing that allow additional code to be executed from outside the game class + +Additionally, it comes with the [Coroutine](https://www.nuget.org/packages/Coroutine) package preinstalled. The Coroutine package allows creating and running operations alongside the regular game loop without asynchrony. It comes with a `CoroutineEvents` class that contains two types of events that are automatically invoked by `MlemGame`. For more information on how this is useful, see [the Coroutine README](https://github.com/Ellpeck/Coroutine/blob/master/README.md). \ No newline at end of file diff --git a/Docs/articles/text_formatting.md b/Docs/articles/text_formatting.md new file mode 100644 index 0000000..1e7ed4f --- /dev/null +++ b/Docs/articles/text_formatting.md @@ -0,0 +1,74 @@ +The **MLEM** package contains a simple text formatting system that supports coloring, bold and italic font modifiers, in-text icons and text animations. + +Text formatting makes use of [generic fonts](https://github.com/Ellpeck/MLEM/wiki/Font-Extensions). + +It should also be noted that [MLEM.Ui](https://github.com/Ellpeck/MLEM/wiki/MLEM.Ui)'s `Paragraph`s support text formatting out of the box. + +# Formatting codes +To format your text, you can insert *formatting codes* into it. These codes are surrounded by `[]` by default, however these delimiters can be changed like so: +```cs +TextFormatting.SetFormatIndicators('<', '>'); +``` + +By default, the following formatting options are available: +- All default MonoGame `Color` values, for example `[CornflowerBlue]`, `[Red]` etc. +- `[Bold]` and `[Italic]` to switch to a bold or italic font (and `[Regular]` to switch back) +- `[Shadow]` to add a drop shadow to the text +- `[Wobbly]` for a sine wave text animation +- `[Typing]` for a typewriter-style text animation +- `[Unanimated]` to reset back to the default animation + +# Getting your text ready +To actually display the text with formatting, you first need to gather the formatting data from the text. For performance reasons, this is best done when the text changes, and not every render frame. + +To gather formatting data, you will need a [generic font](https://github.com/Ellpeck/MLEM/wiki/Font-Extensions). With it, you can gather the data in the form of a `FormattingCodeCollection` like so: +```cs +var font = new GenericSpriteFont(this.Content.Load("Fonts/ExampleFont")); +var text = "This is the [Blue]text[White] that should be [Wobbly]formatted[Unanimated]."; +var data = text.GetFormattingCodes(font); +``` + +Additionally, you will need an *unformatted* version of the string you want to display. There are two reasons for this: +- Removing formatting data from the string each frame is unnecessarily expensive +- You can use generic fonts' `SplitString` method to split the text you want to display into multiple lines without the text's lengths being tainted by the formatting codes within the string. + +You can remove a string's formatting data like so: +```cs +var unformatted = text.RemoveFormatting(font); +``` + +# Drawing the formatted text +Now that you have your font (`font`), the formatting data (`data`) and the unformatted string (`unformatted`), you can draw it like so: +```cs +font.DrawFormattedString(this.SpriteBatch, new Vector2(10, 10), unformatted, data, Color.White, scale: 1); +``` + +Additionally, the `DrawFormattedString` method accepts several optional parameters, including the font to be used for bold and italic text and more. + +## Time into animation +If you want to display animated text, you need to pass a `TimeSpan` into `DrawFormattedString` that determines the amount of time that has passed throughout the animation. You can do this easily by passing the `GameTime`'s `TotalGameTime` span: +```cs +font.DrawFormattedString(this.SpriteBatch, new Vector2(10, 10), unformatted, data, Color.White, scale: 1, + timeIntoAnimation: gameTime.TotalGameTime); +``` + +## Formatting settings +The `FormatSettings` class contains additional information for text formatting, like the speed of predefined animations and the color and offset of the drop shadow. To change these settings, you can simply pass an instance of `FormatSettings` to `DrawFormattedString`: +```cs +var settings = new FormatSettings { + DropShadowColor = Color.Pink, + WobbleHeightModifier = 1 +}; + +font.DrawFormattedString(this.SpriteBatch, new Vector2(10, 10), unformatted, data, Color.White, scale: 1, + formatSettings: settings); +``` + +# Adding custom codes +To add custom formatting codes (especially icons), you simple have to add to the `FormattingCodes` dictionary. The key is the name of the formatting code that goes between the delimiters (`[]`), and the value is an instance of `FormattingCode`: +```cs +// Creating an icon +TextFormatting.FormattingCodes["ExampleIcon"] = new FormattingCode(new TextureRegion(exampleTexture)); +// Creating a color +TextFormatting.FormattingCodes["ExampleColor"] = new FormattingCode(new Color(10, 20, 30)); +``` \ No newline at end of file diff --git a/Docs/articles/tiled_extensions.md b/Docs/articles/tiled_extensions.md new file mode 100644 index 0000000..db060cb --- /dev/null +++ b/Docs/articles/tiled_extensions.md @@ -0,0 +1,37 @@ +If you're using [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended)'s [Tiled](https://www.mapeditor.org/) map editor support, you can use the **MLEM.Extended** package alongside that to enhance your tilemap experience. + +# Extensions +There are several extensions to tiled maps, tilesets and tiles, including, but not limited to: +- The ability to get a tileset tile from a tile easily +- The ability to get tile and tile map properties easily +- Getting multiple tiles and objects at a location or in an area + +All of these extension methods can be found in the [TiledExtensions](https://github.com/Ellpeck/MLEM/blob/master/MLEM.Extended/Tiled/TiledExtensions.cs) class. + +# Tiled map collisions +MLEM.Extended includes a very easy way to set up collisions within your tiled maps through the use of [tile collisions](https://doc.mapeditor.org/en/stable/manual/editing-tilesets/#tile-collision-editor). + +To get this set up, you simply have to add bounding rectangles to your tilesets within the Tiled editor. Then, you can query collisions like so: +```cs +// Creating the collision system for a tiled map +var collisions = new TiledMapCollisions(myMap); + +// Getting a list of collisions for an area +var tiles = collisions.GetCollidingTiles(new RectangleF(2, 2, 3.5F, 3.5F)); + +// Checking if an area is colliding +var colliding = collisions.IsColliding(new RectangleF(4, 4, 1, 1)); +``` + +## Collision coordinate system +The coordinate system of these tiled collisions functions based on *percentages* rather than absolute pixel coordinates. The collision system sees each tile as being *one unit by one unit* big. + +This means that, to check if the tile at tile coordinate `6, 10` contains any collisions, the following rectangle has to be used: +```cs +var tiles = collisions.GetCollidingTiles(new RectangleF(6, 10, 1, 1)); +``` +If the tile at that location is `16x16` pixels big and it has a single collision box at pixels `4, 4` that is `8x8` pixels big, then the following code prints out its percentaged coordinates: `X: 0.25, Y: 0.25, Width: 0.5, Height: 0.5`. +```cs +foreach (var tile in tiles) + Console.WriteLine(tile.Collisions[0]); +``` \ No newline at end of file diff --git a/Docs/articles/toc.yml b/Docs/articles/toc.yml new file mode 100644 index 0000000..e99a3b6 --- /dev/null +++ b/Docs/articles/toc.yml @@ -0,0 +1,18 @@ +- name: MLEM.Ui + href: ui.md +- name: Font Extensions + href: font_extensions.md +- name: Text Formatting + href: text_formatting.md +- name: Input Handler + href: input.md +- name: Raw Content Manager + href: raw_content.md +- name: Sprite Animations + href: sprite_animations.md +- name: Tiled Extensions + href: tiled_extensions.md +- name: MLEM.Startup + href: startup.md +- name: Friends of MLEM + href: friends.md \ No newline at end of file diff --git a/Docs/articles/ui.md b/Docs/articles/ui.md new file mode 100644 index 0000000..ae35f2f --- /dev/null +++ b/Docs/articles/ui.md @@ -0,0 +1,91 @@ +**MLEM.Ui** is a Ui framework for MonoGame that features elements with automatic positioning and sizing. It contains various ready-made element types like buttons, paragraphs, text fields and more, along with the ability to easily create custom controls. It supports **mouse**, **keyboard**, **gamepad** and **touch** input with little to no additional setup work required. + +To see some of what MLEM.Ui can do, you can check out [the demo](https://github.com/Ellpeck/MLEM/blob/master/Demos/UiDemo.cs) as well. + +# Setting it up +To get set up with MLEM.Ui, there are only a few things that need to be done in your Game class: +```cs +public UiSystem UiSystem; + +protected override void LoadContent() { + // Load your other content here + + // Initialize the Ui system + this.UiSystem = new UiSystem(this.Window, this.GraphicsDevice, new UntexturedStyle(this.SpriteBatch)); +} + +protected override void Update(GameTime gameTime) { + // Update the Ui system + this.UiSystem.Update(gameTime); +} + +protected override void Draw(GameTime gameTime) { + // DrawEarly needs to be called before clearing your graphics context + this.UiSystem.DrawEarly(gameTime, this.SpriteBatch); + + this.GraphicsDevice.Clear(Color.CornflowerBlue); + // Do your regular game drawing here + + // Call Draw at the end to draw the Ui on top of your game + this.UiSystem.Draw(gameTime, this.SpriteBatch); +} +``` + +## Text Input +Text input is a bit weird in MonoGame. On Desktop devices, you have the `Window.TextInput` event that gets called automatically with the correct characters for the keys that you're pressing, even for non-American keyboards. However, this function doesn't just *not work* on other devices, it doesn't exist there at all. So, to make MLEM.Ui compatible with all devices without publishing a separate version for each MonoGame system, you have to set up the text input wrapper yourself, based on the system you're using MLEM.Ui with. This has to be done *before* initializing your `UiSystem`. + +DesktopGL: +```cs +TextInputWrapper.Current = new TextInputWrapper.DesktopGl((w, c) => w.TextInput += c); +``` +Mobile devices and consoles: +```cs +TextInputWrapper.Current = new TextInputWrapper.Mobile(); +``` +Other systems. Note that, for this implementation, its `Update()` method also has to be called every game update tick. It only supports an American keyboard layout due to the way that it is implemented: +```cs +TextInputWrapper.Current = new TextInputWrapper.Primitive(); +``` +If you're not using text input, you can just set the wrapper to a stub one like so: +```cs +TextInputWrapper.Current = new TextInputWrapper.None(); +``` + +# Setting the style +By default, MLEM.Ui's controls look pretty bland, since it doesn't ship with any fonts or textures for any of its controls. To change the style of your ui, simply expand your `new UntexturedStyle(this.SpriteBatch)` call to include fonts and textures of your choosing, for example: +```cs +var style = new UntexturedStyle(this.SpriteBatch) { + Font = new GenericSpriteFont(this.Content.Load("Fonts/ExampleFont")), + ButtonTexture = new NinePatch(this.Content.Load("Textures/ExampleTexture"), padding: 1) +}; +``` +Note that MLEM.Ui is also compatible with [MonoGame.Extended](http://www.monogameextended.net/)'s Bitmap Fonts by installing MLEM.Extended and using `GenericBitmapFont` instead. + +## Scaling +To change the scaling of your ui, you can use the `UiSystem`'s `Scale` property. Additionally, you can enable `AutoScaleWithScreen` to cause the entire ui to scale automatically when resizing the game window. + +# Adding elements +To add elements to your ui, you first have to add a **root element**. A root element can be any type of element, but to add it to the ui system, you have to give it a name: +```cs +var panel = new Panel(Anchor.Center, size: new Vector2(100, 100), positionOffset: Vector2.Zero); +this.UiSystem.Add("ExampleUi", panel); +``` +After that, any more elements that you want to add to the ui can be added as **child elements** to the root. Each child element can then have more child elements added to it, and so on. + +The **anchor** of an element determines its position relative to its parent. To change an element's position within its parent, you can use `PositionOffset`. + +This is an example of a simple information box with a paragraph of text, followed by a button to close the box: +```cs +var box = new Panel(Anchor.Center, new Vector2(100, 1), Vector2.Zero, setHeightBasedOnChildren: true); +box.AddChild(new Paragraph(Anchor.AutoLeft, 1, "This is some example text!")); +box.AddChild(new Button(Anchor.AutoCenter, new Vector2(0.5F, 20), "Okay") { + OnPressed = element => this.UiSystem.Remove("InfoBox"), + PositionOffset = new Vector2(0, 1) +}); +this.UiSystem.Add("InfoBox", box); +``` + +## About sizing +Note that, when setting the width and height of any element, there are some things to note: +- Each element has a `SetWidthBasedOnChildren` and a `SetHeightBasedOnChildren` property, which allow them to change their size automatically based on their content +- When specifying a width or height *lower than or equal to 1*, it is seen as a percentage based on the parent's size instead. For example, a paragraph with a width of `0.5F` inside of a panel width a width of `200` will be `100` units wide. diff --git a/Docs/docfx.json b/Docs/docfx.json new file mode 100644 index 0000000..1860900 --- /dev/null +++ b/Docs/docfx.json @@ -0,0 +1,65 @@ +{ + "metadata": [{ + "src": [{ + "src": "../", + "files": [ + "**.csproj" + ] + }], + "dest": "api", + "filter": "filter.yml" + }], + "build": { + "content": [{ + "files": [ + "api/**.yml" + ] + }, + { + "files": [ + "articles/**.md", + "articles/**/toc.yml", + "toc.yml", + "*.md" + ] + } + ], + "resource": [{ + "src": "../", + "files": [ + "Logo.png" + ] + }, { + "files": [ + "Logo.svg" + ] + }], + "globalMetadata": { + "_appTitle": "MLEM Documentation", + "_appLogoPath": "../Logo.svg", + "_appFaviconPath": "../Logo.svg", + "_appFooter": "© 2019-2020 EllpeckImpressumPrivacy" + }, + "overwrite": [{ + "files": [ + "apidoc/**.md" + ], + "exclude": [ + "obj/**", + "_site/**" + ] + }], + "dest": "_site", + "globalMetadataFiles": [], + "fileMetadataFiles": [], + "template": [ + "default" + ], + "postProcessors": [], + "markdownEngineName": "markdig", + "noLangKeyword": false, + "keepFileLink": false, + "cleanupCacheHistory": false, + "disableGitFeatures": false + } +} \ No newline at end of file diff --git a/Docs/filter.yml b/Docs/filter.yml new file mode 100644 index 0000000..aab4438 --- /dev/null +++ b/Docs/filter.yml @@ -0,0 +1,7 @@ +apiRules: + - exclude: + uidRegex: ^Demos + - exclude: + uidRegex: ^Sandbox + - exclude: + uidRegex: ^Template \ No newline at end of file diff --git a/Docs/index.md b/Docs/index.md new file mode 100644 index 0000000..158703b --- /dev/null +++ b/Docs/index.md @@ -0,0 +1,7 @@ + + +**(M)LEM (L)ibrary by (E)llpeck for (M)onoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. + +- Get it [on NuGet](https://www.nuget.org/packages?q=mlem) +- Get prerelease builds [on NuGet](https://nuget.ellpeck.de) +- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android) \ No newline at end of file diff --git a/Docs/toc.yml b/Docs/toc.yml new file mode 100644 index 0000000..a52a1d2 --- /dev/null +++ b/Docs/toc.yml @@ -0,0 +1,4 @@ +- name: Articles + href: articles/ +- name: API Documentation + href: api/ \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 2a29e6f..2ab8d0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,9 @@ done''' sh '''for i in **/*.nupkg; do dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true done''' + sh '''cd /var/www/MLEM +git pull +docfx "Docs/docfx.json"''' } }