### YamlMime:ManagedReference items: - uid: TinyLife.World.WaterTile commentId: T:TinyLife.World.WaterTile id: WaterTile parent: TinyLife.World children: - TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[]) - TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) langs: - csharp - vb name: WaterTile nameWithType: WaterTile fullName: TinyLife.World.WaterTile type: Class source: remote: path: TinyLife/World/WaterTile.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WaterTile path: ../TinyLife/World/WaterTile.cs startLine: 15 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nA water tile is a tile that draws with an animation, as well as a static part that represents the borders of the water.\n" example: [] syntax: content: 'public class WaterTile : GrassyAutoTile, IPricedObject' content.vb: >- Public Class WaterTile Inherits GrassyAutoTile Implements IPricedObject inheritance: - System.Object - TinyLife.World.Tile - TinyLife.World.GrassyAutoTile implements: - TinyLife.World.IPricedObject inheritedMembers: - TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) - TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},MLEM.Graphics.AutoTiling.ConnectsTo) - TinyLife.World.Tile.Tiles - TinyLife.World.Tile.Width - TinyLife.World.Tile.Height - TinyLife.World.Tile.ReferencePrice - TinyLife.World.Tile.BaseName - TinyLife.World.Tile.Name - TinyLife.World.Tile.Price - TinyLife.World.Tile.ColorSchemes - TinyLife.World.Tile.Colors - TinyLife.World.Tile.CanBuy - TinyLife.World.Tile.PathCostModifier - TinyLife.World.Tile.Categories - TinyLife.World.Tile.Icon - TinyLife.World.Tile.DefaultColors - TinyLife.World.Tile.TextureRegions - TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) - TinyLife.World.Tile.GetPrice - TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point) - TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32) - TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Nullable{System.Int32},System.Type) - TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Int32[],System.Type) - TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},System.Int32[],System.Type) - 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: - TinyLife.World.WaterTile.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[]) commentId: M:TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[]) id: '#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[])' parent: TinyLife.World.WaterTile langs: - csharp - vb name: WaterTile(String, String, Int32, Dictionary, ColorScheme[], Int32[], Boolean, Single, Tile.Category, TextureRegion, Int32[]) nameWithType: WaterTile.WaterTile(String, String, Int32, Dictionary, ColorScheme[], Int32[], Boolean, Single, Tile.Category, TextureRegion, Int32[]) fullName: TinyLife.World.WaterTile.WaterTile(System.String, System.String, System.Int32, System.Collections.Generic.Dictionary, TinyLife.Utilities.ColorScheme[], System.Int32[], System.Boolean, System.Single, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Int32[]) type: Constructor source: remote: path: TinyLife/World/WaterTile.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/WaterTile.cs startLine: 18 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nCreates a new tile with the given settings.\nTo create an instance of a custom tile class, use .\n" example: [] syntax: content: protected WaterTile(string baseName, string name, int price, Dictionary textureRegions, ColorScheme[] colorSchemes, int[] colors, bool canBuy, float pathCostModifier, Tile.Category categories, TextureRegion icon, int[] defaultColors) parameters: - id: baseName type: System.String - id: name type: System.String - id: price type: System.Int32 - id: textureRegions type: System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]} - id: colorSchemes type: TinyLife.Utilities.ColorScheme[] - id: colors type: System.Int32[] - id: canBuy type: System.Boolean - id: pathCostModifier type: System.Single - id: categories type: TinyLife.World.Tile.Category - id: icon type: MLEM.Textures.TextureRegion - id: defaultColors type: System.Int32[] content.vb: Protected Sub New(baseName As String, name As String, price As Integer, textureRegions As Dictionary(Of Direction2, TextureRegion()), colorSchemes As ColorScheme(), colors As Integer(), canBuy As Boolean, pathCostModifier As Single, categories As Tile.Category, icon As TextureRegion, defaultColors As Integer()) overload: TinyLife.World.WaterTile.#ctor* nameWithType.vb: WaterTile.WaterTile(String, String, Int32, Dictionary(Of Direction2, TextureRegion()), ColorScheme(), Int32(), Boolean, Single, Tile.Category, TextureRegion, Int32()) modifiers.csharp: - protected modifiers.vb: - Protected fullName.vb: TinyLife.World.WaterTile.WaterTile(System.String, System.String, System.Int32, System.Collections.Generic.Dictionary(Of MLEM.Misc.Direction2, MLEM.Textures.TextureRegion()), TinyLife.Utilities.ColorScheme(), System.Int32(), System.Boolean, System.Single, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Int32()) name.vb: WaterTile(String, String, Int32, Dictionary(Of Direction2, TextureRegion()), ColorScheme(), Int32(), Boolean, Single, Tile.Category, TextureRegion, Int32()) - uid: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) commentId: M:TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) parent: TinyLife.World.WaterTile langs: - csharp - vb name: Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection, Boolean) nameWithType: WaterTile.Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection, Boolean) fullName: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime, System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection, System.Boolean) type: Method source: remote: path: TinyLife/World/WaterTile.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/WaterTile.cs startLine: 21 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nDraws this tile at the given position in the world using a or \n" example: [] syntax: content: public override bool Draw(GameTime time, object batch, Map map, Point pos, Vector2 drawPos, float depth, float scale, ICollection items, bool hasStaticContext) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's current time. - id: batch type: System.Object description: The sprite batch to use for drawing, which can either be a or a . - id: map type: TinyLife.World.Map description: The map that the tile is on. - id: pos type: Microsoft.Xna.Framework.Point description: The position that the tile is on. - id: drawPos type: Microsoft.Xna.Framework.Vector2 description: The position, in screen space, to draw at. - id: depth type: System.Single description: The depth to use for drawing. - id: scale type: System.Single description: The scale to draw the tile with. - id: items type: System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item} description: The collection that added items can optionally be added to. - id: hasStaticContext type: System.Boolean description: Whether this tile also has a static context, that is, whether it will already be drawn using a . return: type: System.Boolean description: Whether this tile was fully drawn. If the batch is a and false is returned, this tile will be marked as an animated tile, causing it to draw every frame. content.vb: Public Overrides Function Draw(time As GameTime, batch As Object, map As Map, pos As Point, drawPos As Vector2, depth As Single, scale As Single, items As ICollection(Of StaticSpriteBatch.Item), hasStaticContext As Boolean) As Boolean overridden: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) overload: TinyLife.World.WaterTile.Draw* nameWithType.vb: WaterTile.Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime, System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), System.Boolean) name.vb: Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean) references: - uid: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: TinyLife.World.Tile commentId: T:TinyLife.World.Tile parent: TinyLife.World name: Tile nameWithType: Tile fullName: TinyLife.World.Tile - uid: TinyLife.World.GrassyAutoTile commentId: T:TinyLife.World.GrassyAutoTile parent: TinyLife.World name: GrassyAutoTile nameWithType: GrassyAutoTile fullName: TinyLife.World.GrassyAutoTile - uid: TinyLife.World.IPricedObject commentId: T:TinyLife.World.IPricedObject parent: TinyLife.World name: IPricedObject nameWithType: IPricedObject fullName: TinyLife.World.IPricedObject - uid: TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) commentId: M:TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) parent: TinyLife.World.GrassyAutoTile isExternal: true name: OnNeighborChanged(Map, Point, Point) nameWithType: GrassyAutoTile.OnNeighborChanged(Map, Point, Point) fullName: TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) spec.csharp: - uid: TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) name: OnNeighborChanged nameWithType: GrassyAutoTile.OnNeighborChanged fullName: TinyLife.World.GrassyAutoTile.OnNeighborChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.GrassyAutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) name: OnNeighborChanged nameWithType: GrassyAutoTile.OnNeighborChanged fullName: TinyLife.World.GrassyAutoTile.OnNeighborChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},MLEM.Graphics.AutoTiling.ConnectsTo) commentId: M:TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},MLEM.Graphics.AutoTiling.ConnectsTo) parent: TinyLife.World.GrassyAutoTile isExternal: true name: DrawGrassBorder(Object, Map, Point, Vector2, Single, Single, ICollection, AutoTiling.ConnectsTo) nameWithType: GrassyAutoTile.DrawGrassBorder(Object, Map, Point, Vector2, Single, Single, ICollection, AutoTiling.ConnectsTo) fullName: TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection, MLEM.Graphics.AutoTiling.ConnectsTo) nameWithType.vb: GrassyAutoTile.DrawGrassBorder(Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), AutoTiling.ConnectsTo) fullName.vb: TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), MLEM.Graphics.AutoTiling.ConnectsTo) name.vb: DrawGrassBorder(Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), AutoTiling.ConnectsTo) spec.csharp: - uid: TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},MLEM.Graphics.AutoTiling.ConnectsTo) name: DrawGrassBorder nameWithType: GrassyAutoTile.DrawGrassBorder fullName: TinyLife.World.GrassyAutoTile.DrawGrassBorder - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Graphics.AutoTiling.ConnectsTo name: AutoTiling.ConnectsTo nameWithType: AutoTiling.ConnectsTo fullName: MLEM.Graphics.AutoTiling.ConnectsTo isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.GrassyAutoTile.DrawGrassBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},MLEM.Graphics.AutoTiling.ConnectsTo) name: DrawGrassBorder nameWithType: GrassyAutoTile.DrawGrassBorder fullName: TinyLife.World.GrassyAutoTile.DrawGrassBorder - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Graphics.AutoTiling.ConnectsTo name: AutoTiling.ConnectsTo nameWithType: AutoTiling.ConnectsTo fullName: MLEM.Graphics.AutoTiling.ConnectsTo isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.Tiles commentId: F:TinyLife.World.Tile.Tiles parent: TinyLife.World.Tile name: Tiles nameWithType: Tile.Tiles fullName: TinyLife.World.Tile.Tiles - uid: TinyLife.World.Tile.Width commentId: F:TinyLife.World.Tile.Width parent: TinyLife.World.Tile name: Width nameWithType: Tile.Width fullName: TinyLife.World.Tile.Width - uid: TinyLife.World.Tile.Height commentId: F:TinyLife.World.Tile.Height parent: TinyLife.World.Tile name: Height nameWithType: Tile.Height fullName: TinyLife.World.Tile.Height - uid: TinyLife.World.Tile.ReferencePrice commentId: F:TinyLife.World.Tile.ReferencePrice parent: TinyLife.World.Tile name: ReferencePrice nameWithType: Tile.ReferencePrice fullName: TinyLife.World.Tile.ReferencePrice - uid: TinyLife.World.Tile.BaseName commentId: F:TinyLife.World.Tile.BaseName parent: TinyLife.World.Tile name: BaseName nameWithType: Tile.BaseName fullName: TinyLife.World.Tile.BaseName - uid: TinyLife.World.Tile.Name commentId: F:TinyLife.World.Tile.Name parent: TinyLife.World.Tile name: Name nameWithType: Tile.Name fullName: TinyLife.World.Tile.Name - uid: TinyLife.World.Tile.Price commentId: F:TinyLife.World.Tile.Price parent: TinyLife.World.Tile name: Price nameWithType: Tile.Price fullName: TinyLife.World.Tile.Price - uid: TinyLife.World.Tile.ColorSchemes commentId: F:TinyLife.World.Tile.ColorSchemes parent: TinyLife.World.Tile name: ColorSchemes nameWithType: Tile.ColorSchemes fullName: TinyLife.World.Tile.ColorSchemes - uid: TinyLife.World.Tile.Colors commentId: F:TinyLife.World.Tile.Colors parent: TinyLife.World.Tile name: Colors nameWithType: Tile.Colors fullName: TinyLife.World.Tile.Colors - uid: TinyLife.World.Tile.CanBuy commentId: F:TinyLife.World.Tile.CanBuy parent: TinyLife.World.Tile name: CanBuy nameWithType: Tile.CanBuy fullName: TinyLife.World.Tile.CanBuy - uid: TinyLife.World.Tile.PathCostModifier commentId: F:TinyLife.World.Tile.PathCostModifier parent: TinyLife.World.Tile name: PathCostModifier nameWithType: Tile.PathCostModifier fullName: TinyLife.World.Tile.PathCostModifier - uid: TinyLife.World.Tile.Categories commentId: F:TinyLife.World.Tile.Categories parent: TinyLife.World.Tile name: Categories nameWithType: Tile.Categories fullName: TinyLife.World.Tile.Categories - uid: TinyLife.World.Tile.Icon commentId: F:TinyLife.World.Tile.Icon parent: TinyLife.World.Tile name: Icon nameWithType: Tile.Icon fullName: TinyLife.World.Tile.Icon - uid: TinyLife.World.Tile.DefaultColors commentId: F:TinyLife.World.Tile.DefaultColors parent: TinyLife.World.Tile name: DefaultColors nameWithType: Tile.DefaultColors fullName: TinyLife.World.Tile.DefaultColors - uid: TinyLife.World.Tile.TextureRegions commentId: F:TinyLife.World.Tile.TextureRegions parent: TinyLife.World.Tile name: TextureRegions nameWithType: Tile.TextureRegions fullName: TinyLife.World.Tile.TextureRegions - uid: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) commentId: M:TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) parent: TinyLife.World.Tile isExternal: true name: DrawUi(Element, GameTime, SpriteBatch, Single) nameWithType: Tile.DrawUi(Element, GameTime, SpriteBatch, Single) fullName: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Single) spec.csharp: - uid: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) name: DrawUi nameWithType: Tile.DrawUi fullName: TinyLife.World.Tile.DrawUi - name: ( nameWithType: ( fullName: ( - uid: MLEM.Ui.Elements.Element name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single) name: DrawUi nameWithType: Tile.DrawUi fullName: TinyLife.World.Tile.DrawUi - name: ( nameWithType: ( fullName: ( - uid: MLEM.Ui.Elements.Element name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.GetPrice commentId: M:TinyLife.World.Tile.GetPrice parent: TinyLife.World.Tile name: GetPrice() nameWithType: Tile.GetPrice() fullName: TinyLife.World.Tile.GetPrice() spec.csharp: - uid: TinyLife.World.Tile.GetPrice name: GetPrice nameWithType: Tile.GetPrice fullName: TinyLife.World.Tile.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.GetPrice name: GetPrice nameWithType: Tile.GetPrice fullName: TinyLife.World.Tile.GetPrice - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point) commentId: M:TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point) parent: TinyLife.World.Tile isExternal: true name: GetVariationTexture(Direction2, Point) nameWithType: Tile.GetVariationTexture(Direction2, Point) fullName: TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2, Microsoft.Xna.Framework.Point) spec.csharp: - uid: TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point) name: GetVariationTexture nameWithType: Tile.GetVariationTexture fullName: TinyLife.World.Tile.GetVariationTexture - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 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: TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point) name: GetVariationTexture nameWithType: Tile.GetVariationTexture fullName: TinyLife.World.Tile.GetVariationTexture - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32) commentId: M:TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32) parent: TinyLife.World.Tile isExternal: true name: GetVisualOffset(Direction2, Int32, Int32) nameWithType: Tile.GetVisualOffset(Direction2, Int32, Int32) fullName: TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2, System.Int32, System.Int32) spec.csharp: - uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32) name: GetVisualOffset nameWithType: Tile.GetVisualOffset fullName: TinyLife.World.Tile.GetVisualOffset - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32) name: GetVisualOffset nameWithType: Tile.GetVisualOffset fullName: TinyLife.World.Tile.GetVisualOffset - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Nullable{System.Int32},System.Type) commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Nullable{System.Int32},System.Type) parent: TinyLife.World.Tile isExternal: true name: Register(String, Int32, TextureRegion, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func, Nullable, Type) nameWithType: Tile.Register(String, Int32, TextureRegion, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func, Nullable, Type) fullName: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion, TinyLife.Utilities.ColorScheme, System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, System.Nullable, System.Type) nameWithType.vb: Tile.Register(String, Int32, TextureRegion, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion), Nullable(Of Int32), Type) fullName.vb: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion, TinyLife.Utilities.ColorScheme, System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Misc.Direction2, MLEM.Textures.TextureRegion), System.Nullable(Of System.Int32), System.Type) name.vb: Register(String, Int32, TextureRegion, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion), Nullable(Of Int32), Type) spec.csharp: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Nullable{System.Int32},System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Nullable{System.Int32},System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Int32[],System.Type) commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Int32[],System.Type) parent: TinyLife.World.Tile isExternal: true name: Register(String, Int32, TextureRegion, ColorScheme[], Single, Boolean, Tile.Category, TextureRegion, Func, Int32[], Type) nameWithType: Tile.Register(String, Int32, TextureRegion, ColorScheme[], Single, Boolean, Tile.Category, TextureRegion, Func, Int32[], Type) fullName: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion, TinyLife.Utilities.ColorScheme[], System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, System.Int32[], System.Type) nameWithType.vb: Tile.Register(String, Int32, TextureRegion, ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion), Int32(), Type) fullName.vb: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion, TinyLife.Utilities.ColorScheme(), System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Misc.Direction2, MLEM.Textures.TextureRegion), System.Int32(), System.Type) name.vb: Register(String, Int32, TextureRegion, ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion), Int32(), Type) spec.csharp: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Int32[],System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},System.Int32[],System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},System.Int32[],System.Type) commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},System.Int32[],System.Type) parent: TinyLife.World.Tile isExternal: true name: Register(String, Int32, TextureRegion[], ColorScheme[], Single, Boolean, Tile.Category, TextureRegion, Func, Int32[], Type) nameWithType: Tile.Register(String, Int32, TextureRegion[], ColorScheme[], Single, Boolean, Tile.Category, TextureRegion, Func, Int32[], Type) fullName: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion[], TinyLife.Utilities.ColorScheme[], System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func, System.Int32[], System.Type) nameWithType.vb: Tile.Register(String, Int32, TextureRegion(), ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion()), Int32(), Type) fullName.vb: TinyLife.World.Tile.Register(System.String, System.Int32, MLEM.Textures.TextureRegion(), TinyLife.Utilities.ColorScheme(), System.Single, System.Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Misc.Direction2, MLEM.Textures.TextureRegion()), System.Int32(), System.Type) name.vb: Register(String, Int32, TextureRegion(), ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, TextureRegion()), Int32(), Type) spec.csharp: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},System.Int32[],System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.Tile.Register(System.String,System.Int32,MLEM.Textures.TextureRegion[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]},System.Int32[],System.Type) name: Register nameWithType: Tile.Register fullName: TinyLife.World.Tile.Register - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Tile.Category name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Func`2 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: () nameWithType: () fullName: () - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type 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: TinyLife.World.WaterTile.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of WaterTile)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.WaterTile)() name.vb: JsonCopy(Of WaterTile)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of WaterTile) nameWithType: Extensions.JsonCopy(Of WaterTile) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.WaterTile) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities - uid: TinyLife.World.WaterTile.#ctor* commentId: Overload:TinyLife.World.WaterTile.#ctor name: WaterTile nameWithType: WaterTile.WaterTile fullName: TinyLife.World.WaterTile.WaterTile - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]} commentId: T:System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]} parent: System.Collections.Generic definition: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of Direction2, TextureRegion()) fullName.vb: System.Collections.Generic.Dictionary(Of MLEM.Misc.Direction2, MLEM.Textures.TextureRegion()) name.vb: Dictionary(Of Direction2, TextureRegion()) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Misc.Direction2 name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Textures.TextureRegion name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion isExternal: true - name: () nameWithType: () fullName: () - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.ColorScheme[] isExternal: true name: ColorScheme[] nameWithType: ColorScheme[] fullName: TinyLife.Utilities.ColorScheme[] nameWithType.vb: ColorScheme() fullName.vb: TinyLife.Utilities.ColorScheme() name.vb: ColorScheme() spec.csharp: - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: TinyLife.Utilities.ColorScheme name: ColorScheme nameWithType: ColorScheme fullName: TinyLife.Utilities.ColorScheme - name: () nameWithType: () fullName: () - uid: System.Int32[] isExternal: true name: Int32[] nameWithType: Int32[] fullName: System.Int32[] nameWithType.vb: Int32() fullName.vb: System.Int32() name.vb: Int32() spec.csharp: - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: () nameWithType: () fullName: () - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: TinyLife.World.Tile.Category commentId: T:TinyLife.World.Tile.Category parent: TinyLife.World name: Tile.Category nameWithType: Tile.Category fullName: TinyLife.World.Tile.Category - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion parent: MLEM.Textures isExternal: true name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion - uid: System.Collections.Generic.Dictionary`2 commentId: T:System.Collections.Generic.Dictionary`2 isExternal: true name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of TKey, TValue) fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) name.vb: Dictionary(Of TKey, TValue) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: < nameWithType: < fullName: < - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic - uid: MLEM.Textures commentId: N:MLEM.Textures isExternal: true name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures - uid: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) commentId: M:TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) parent: TinyLife.World.GrassyAutoTile isExternal: true name: Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection, Boolean) nameWithType: GrassyAutoTile.Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection, Boolean) fullName: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime, System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection, System.Boolean) nameWithType.vb: GrassyAutoTile.Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean) fullName.vb: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime, System.Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), System.Boolean) name.vb: Draw(GameTime, Object, Map, Point, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean) spec.csharp: - uid: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) name: Draw nameWithType: GrassyAutoTile.Draw fullName: TinyLife.World.GrassyAutoTile.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.World.GrassyAutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean) name: Draw nameWithType: GrassyAutoTile.Draw fullName: TinyLife.World.GrassyAutoTile.Draw - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.World.Map name: Map nameWithType: Map fullName: TinyLife.World.Map - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Point name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: ) nameWithType: ) fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.WaterTile.Draw* commentId: Overload:TinyLife.World.WaterTile.Draw name: Draw nameWithType: WaterTile.Draw fullName: TinyLife.World.WaterTile.Draw - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: TinyLife.World.Map commentId: T:TinyLife.World.Map parent: TinyLife.World name: Map nameWithType: Map fullName: TinyLife.World.Map - uid: Microsoft.Xna.Framework.Point commentId: T:Microsoft.Xna.Framework.Point parent: Microsoft.Xna.Framework isExternal: true name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - uid: System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item} commentId: T:System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item} parent: System.Collections.Generic definition: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection nameWithType.vb: ICollection(Of StaticSpriteBatch.Item) fullName.vb: System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item) name.vb: ICollection(Of StaticSpriteBatch.Item) spec.csharp: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: MLEM.Graphics.StaticSpriteBatch.Item name: StaticSpriteBatch.Item nameWithType: StaticSpriteBatch.Item fullName: MLEM.Graphics.StaticSpriteBatch.Item isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework - uid: System.Collections.Generic.ICollection`1 commentId: T:System.Collections.Generic.ICollection`1 isExternal: true name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection nameWithType.vb: ICollection(Of T) fullName.vb: System.Collections.Generic.ICollection(Of T) name.vb: ICollection(Of T) spec.csharp: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: )