diff --git a/Docs/.gitignore b/Docs/.gitignore
index 4378419..ae3bae0 100644
--- a/Docs/.gitignore
+++ b/Docs/.gitignore
@@ -7,3 +7,4 @@
/**/bin/
/**/obj/
_site
+api
\ No newline at end of file
diff --git a/Docs/api/.manifest b/Docs/api/.manifest
deleted file mode 100644
index 931ae29..0000000
--- a/Docs/api/.manifest
+++ /dev/null
@@ -1,1132 +0,0 @@
-{
- "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.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.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.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
deleted file mode 100644
index 76f9cf9..0000000
--- a/Docs/api/MLEM.Animations.AnimationFrame.yml
+++ /dev/null
@@ -1,485 +0,0 @@
-### 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: 151
- 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: 156
- 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: 160
- 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: 167
- 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
deleted file mode 100644
index f1bf615..0000000
--- a/Docs/api/MLEM.Animations.SpriteAnimation.Completed.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-### 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: 144
- assemblies:
- - MLEM
- namespace: MLEM.Animations
- summary: "\nA callback for when a sprite animation is completed.\n"
- example: []
- syntax:
- content: public delegate void Completed(SpriteAnimation animation);
- parameters:
- - id: animation
- type: MLEM.Animations.SpriteAnimation
- description: The animation that has completed
- 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
deleted file mode 100644
index 6a241e6..0000000
--- a/Docs/api/MLEM.Animations.SpriteAnimation.yml
+++ /dev/null
@@ -1,1307 +0,0 @@
-### 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
deleted file mode 100644
index f2c011d..0000000
--- a/Docs/api/MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-### 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: 105
- assemblies:
- - MLEM
- namespace: MLEM.Animations
- summary: "\nA callback delegate for when a 's current animation changed.\n"
- example: []
- syntax:
- content: public delegate void AnimationChanged(SpriteAnimation oldAnim, SpriteAnimation newAnim);
- parameters:
- - id: oldAnim
- type: MLEM.Animations.SpriteAnimation
- description: The previous animation
- - id: newAnim
- type: MLEM.Animations.SpriteAnimation
- description: The new animation
- content.vb: Public Delegate Sub AnimationChanged(oldAnim As SpriteAnimation, newAnim As SpriteAnimation)
- modifiers.csharp:
- - public
- - delegate
- modifiers.vb:
- - Public
- - Delegate
-references:
-- 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.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
deleted file mode 100644
index 48adda2..0000000
--- a/Docs/api/MLEM.Animations.SpriteAnimationGroup.yml
+++ /dev/null
@@ -1,998 +0,0 @@
-### 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
- 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
- example: []
- 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.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
deleted file mode 100644
index 117d1df..0000000
--- a/Docs/api/MLEM.Animations.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-### 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
deleted file mode 100644
index 4036344..0000000
--- a/Docs/api/MLEM.Cameras.Camera.yml
+++ /dev/null
@@ -1,1170 +0,0 @@
-### 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
deleted file mode 100644
index e684a05..0000000
--- a/Docs/api/MLEM.Cameras.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-### 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
deleted file mode 100644
index cc5b919..0000000
--- a/Docs/api/MLEM.Content.RawContentManager.yml
+++ /dev/null
@@ -1,1604 +0,0 @@
-### 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: 60
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 84
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 92
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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
deleted file mode 100644
index 86b9193..0000000
--- a/Docs/api/MLEM.Content.RawContentReader-1.yml
+++ /dev/null
@@ -1,762 +0,0 @@
-### 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: 37
- assemblies:
- - MLEM
- namespace: MLEM.Content
- 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: 40
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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.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: 45
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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.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: 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: '{T}'
- commentId: '!:T'
- definition: T
- name: T
- nameWithType: T
- fullName: T
-- 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: T
- name: T
- nameWithType: T
- fullName: T
-- 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
diff --git a/Docs/api/MLEM.Content.RawContentReader.yml b/Docs/api/MLEM.Content.RawContentReader.yml
deleted file mode 100644
index 38ce7c0..0000000
--- a/Docs/api/MLEM.Content.RawContentReader.yml
+++ /dev/null
@@ -1,585 +0,0 @@
-### 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: 8
- 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: 15
- 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 the type 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: 26
- 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: 32
- 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: 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: 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: 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: System.IO
- commentId: N:System.IO
- isExternal: true
- name: System.IO
- nameWithType: System.IO
- fullName: System.IO
-- 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: 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
deleted file mode 100644
index e322409..0000000
--- a/Docs/api/MLEM.Content.SongReader.yml
+++ /dev/null
@@ -1,1075 +0,0 @@
-### 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: 6
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 9
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 14
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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
deleted file mode 100644
index 31dde84..0000000
--- a/Docs/api/MLEM.Content.SoundEffectReader.yml
+++ /dev/null
@@ -1,1075 +0,0 @@
-### 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: 6
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 9
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 14
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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
deleted file mode 100644
index bb87fe2..0000000
--- a/Docs/api/MLEM.Content.Texture2DReader.yml
+++ /dev/null
@@ -1,1075 +0,0 @@
-### 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: 5
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 8
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 18
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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
deleted file mode 100644
index d8e1e34..0000000
--- a/Docs/api/MLEM.Content.XmlReader.yml
+++ /dev/null
@@ -1,727 +0,0 @@
-### 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: 6
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 9
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 14
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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: 19
- assemblies:
- - MLEM
- namespace: MLEM.Content
- example: []
- 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
deleted file mode 100644
index f69dd3f..0000000
--- a/Docs/api/MLEM.Content.yml
+++ /dev/null
@@ -1,96 +0,0 @@
-### 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
deleted file mode 100644
index 691666f..0000000
--- a/Docs/api/MLEM.Data.ContentExtensions.yml
+++ /dev/null
@@ -1,590 +0,0 @@
-### 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
deleted file mode 100644
index 329ccec..0000000
--- a/Docs/api/MLEM.Data.Json.Direction2Converter.yml
+++ /dev/null
@@ -1,1369 +0,0 @@
-### 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
deleted file mode 100644
index a32d25e..0000000
--- a/Docs/api/MLEM.Data.Json.JsonConverters.yml
+++ /dev/null
@@ -1,460 +0,0 @@
-### 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
deleted file mode 100644
index 8a34c9d..0000000
--- a/Docs/api/MLEM.Data.Json.PointConverter.yml
+++ /dev/null
@@ -1,1377 +0,0 @@
-### 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