mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
3520 lines
144 KiB
YAML
Generated
3520 lines
144 KiB
YAML
Generated
### 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{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})
|
|
- TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
- TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WaterTile
|
|
nameWithType: WaterTile
|
|
fullName: TinyLife.World.WaterTile
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: A water tile is a tile that draws with an animation, as well as a static part that represents the borders of the water.
|
|
example: []
|
|
syntax:
|
|
content: 'public class WaterTile : AutoTile'
|
|
content.vb: Public Class WaterTile Inherits AutoTile
|
|
inheritance:
|
|
- System.Object
|
|
- TinyLife.World.Tile
|
|
- TinyLife.World.AutoTile
|
|
inheritedMembers:
|
|
- TinyLife.World.AutoTile.DefaultBorderTile
|
|
- TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)
|
|
- TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
- TinyLife.World.Tile.Tiles
|
|
- TinyLife.World.Tile.ReferencePrice
|
|
- TinyLife.World.Tile.Grass
|
|
- TinyLife.World.Tile.FlowerGrass
|
|
- TinyLife.World.Tile.Concrete
|
|
- TinyLife.World.Tile.LongBoards
|
|
- TinyLife.World.Tile.ModernBricks
|
|
- TinyLife.World.Tile.BigTiles
|
|
- TinyLife.World.Tile.Dirt
|
|
- TinyLife.World.Tile.DirtPath
|
|
- TinyLife.World.Tile.SimpleCarpet
|
|
- TinyLife.World.Tile.PuzzlePieces
|
|
- TinyLife.World.Tile.Rocks
|
|
- TinyLife.World.Tile.DirtWithGrass
|
|
- TinyLife.World.Tile.Water
|
|
- TinyLife.World.Tile.LargeConcreteTiles
|
|
- TinyLife.World.Tile.Sand
|
|
- TinyLife.World.Tile.IntricateCarpet
|
|
- TinyLife.World.Tile.ModernTiles
|
|
- TinyLife.World.Tile.StraightBoards
|
|
- TinyLife.World.Tile.OrnateHardwood
|
|
- TinyLife.World.Tile.RicketyHardwood
|
|
- TinyLife.World.Tile.CheckeredHardwood
|
|
- TinyLife.World.Tile.SmallCheckeredHardwood
|
|
- TinyLife.World.Tile.SoftCarpet
|
|
- TinyLife.World.Tile.Road1
|
|
- TinyLife.World.Tile.Road2
|
|
- TinyLife.World.Tile.Road3
|
|
- TinyLife.World.Tile.Road4
|
|
- TinyLife.World.Tile.Road5
|
|
- TinyLife.World.Tile.DirtRoad
|
|
- TinyLife.World.Tile.DirtRoadLines1
|
|
- TinyLife.World.Tile.DirtRoadLines2
|
|
- TinyLife.World.Tile.BaseName
|
|
- TinyLife.World.Tile.Name
|
|
- TinyLife.World.Tile.Price
|
|
- TinyLife.World.Tile.ColorSettings
|
|
- TinyLife.World.Tile.Colors
|
|
- TinyLife.World.Tile.CanBuy
|
|
- TinyLife.World.Tile.PathCostModifier
|
|
- TinyLife.World.Tile.Categories
|
|
- TinyLife.World.Tile.Icon
|
|
- TinyLife.World.Tile.Textures
|
|
- TinyLife.World.Tile.Regions
|
|
- TinyLife.World.Tile.RegionWeights
|
|
- 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.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)
|
|
- TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)
|
|
- TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
- TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
- TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
- TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
- TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)
|
|
- TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)
|
|
- 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
|
|
- uid: TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})
|
|
commentId: M:TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})
|
|
id: '#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})'
|
|
parent: TinyLife.World.WaterTile
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WaterTile(string, string, int, Dictionary<Point, TextureRegion>, Dictionary<Direction2, Point[]>, ColorSettings, int[], bool, float, Category, TextureRegion, Func<Point, float>)
|
|
nameWithType: WaterTile.WaterTile(string, string, int, Dictionary<Point, TextureRegion>, Dictionary<Direction2, Point[]>, ColorSettings, int[], bool, float, Tile.Category, TextureRegion, Func<Point, float>)
|
|
fullName: TinyLife.World.WaterTile.WaterTile(string, string, int, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, System.Collections.Generic.Dictionary<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point[]>, TinyLife.Utilities.ColorSettings, int[], bool, float, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func<Microsoft.Xna.Framework.Point, float>)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: >-
|
|
Creates a new tile with the given settings.
|
|
|
|
To create an instance of a custom tile class, use <xref href="TinyLife.World.Tile.Register(System.String%2cSystem.Int32%2cSystem.Collections.Generic.Dictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point%2cTinyLife.Utilities.ColorScheme%2cSystem.Single%2cSystem.Boolean%2cTinyLife.World.Tile.Category%2cMLEM.Textures.TextureRegion%2cSystem.Func%7bMLEM.Maths.Direction2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Point%7d%7d%2cSystem.Nullable%7bSystem.Int32%7d%2cSystem.Func%7bMicrosoft.Xna.Framework.Point%2cSystem.Single%7d%2cSystem.Type)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected WaterTile(string baseName, string name, int price, Dictionary<Point, TextureRegion> textures, Dictionary<Direction2, Point[]> regions, ColorSettings colorSettings, int[] colors, bool canBuy, float pathCostModifier, Tile.Category categories, TextureRegion icon, Func<Point, float> regionWeights)
|
|
parameters:
|
|
- id: baseName
|
|
type: System.String
|
|
- id: name
|
|
type: System.String
|
|
- id: price
|
|
type: System.Int32
|
|
- id: textures
|
|
type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
- id: regions
|
|
type: System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]}
|
|
- id: colorSettings
|
|
type: TinyLife.Utilities.ColorSettings
|
|
- 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: regionWeights
|
|
type: System.Func{Microsoft.Xna.Framework.Point,System.Single}
|
|
content.vb: Protected Sub New(baseName As String, name As String, price As Integer, textures As Dictionary(Of Point, TextureRegion), regions As Dictionary(Of Direction2, Point()), colorSettings As ColorSettings, colors As Integer(), canBuy As Boolean, pathCostModifier As Single, categories As Tile.Category, icon As TextureRegion, regionWeights As Func(Of Point, Single))
|
|
overload: TinyLife.World.WaterTile.#ctor*
|
|
nameWithType.vb: WaterTile.New(String, String, Integer, Dictionary(Of Point, TextureRegion), Dictionary(Of Direction2, Point()), ColorSettings, Integer(), Boolean, Single, Tile.Category, TextureRegion, Func(Of Point, Single))
|
|
fullName.vb: TinyLife.World.WaterTile.New(String, String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), System.Collections.Generic.Dictionary(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point()), TinyLife.Utilities.ColorSettings, Integer(), Boolean, Single, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of Microsoft.Xna.Framework.Point, Single))
|
|
name.vb: New(String, String, Integer, Dictionary(Of Point, TextureRegion), Dictionary(Of Direction2, Point()), ColorSettings, Integer(), Boolean, Single, Category, TextureRegion, Func(Of Point, Single))
|
|
- uid: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
commentId: M:TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
parent: TinyLife.World.WaterTile
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection<Item>, bool, Func<Point, int, Tile>)
|
|
nameWithType: WaterTile.Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection<StaticSpriteBatch.Item>, bool, Func<Point, int, Tile>)
|
|
fullName: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime, object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection<MLEM.Graphics.StaticSpriteBatch.Item>, bool, System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: Draws this tile at the given position in the world using a <xref href="Microsoft.Xna.Framework.Graphics.SpriteBatch" data-throw-if-not-resolved="false"></xref> or <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>
|
|
example: []
|
|
syntax:
|
|
content: public override bool Draw(GameTime time, object batch, Map map, Point pos, int floor, Vector2 drawPos, float scale, float depthOffset, ICollection<StaticSpriteBatch.Item> items, bool hasStaticContext, Func<Point, int, Tile> getRelatedTileFunc = null)
|
|
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 <xref href="Microsoft.Xna.Framework.Graphics.SpriteBatch" data-throw-if-not-resolved="false"></xref> or a <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
|
|
- 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: floor
|
|
type: System.Int32
|
|
description: The floor that this tile is on.
|
|
- id: drawPos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position, in screen space, to draw at.
|
|
- id: scale
|
|
type: System.Single
|
|
description: The scale to draw the tile with.
|
|
- id: depthOffset
|
|
type: System.Single
|
|
description: A depth offset that can optionally be added to this tile's draw depth.
|
|
- id: items
|
|
type: System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item}
|
|
description: The <xref href="MLEM.Graphics.StaticSpriteBatch.Item" data-throw-if-not-resolved="false"></xref> 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 <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
|
|
- id: getRelatedTileFunc
|
|
type: System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}
|
|
description: A function that can optionally be supplied to override the <xref href="TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point%2cSystem.Int32)" data-throw-if-not-resolved="false"></xref> method when checking for neighboring tiles. This is useful for when tile placement in the world is mocked, for example.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this tile was fully drawn. If the <code class="paramref">batch</code> is a <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref> 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, floor As Integer, drawPos As Vector2, scale As Single, depthOffset As Single, items As ICollection(Of StaticSpriteBatch.Item), hasStaticContext As Boolean, getRelatedTileFunc As Func(Of Point, Integer, Tile) = Nothing) As Boolean
|
|
overridden: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
overload: TinyLife.World.WaterTile.Draw*
|
|
nameWithType.vb: WaterTile.Draw(GameTime, Object, Map, Point, Integer, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean, Func(Of Point, Integer, Tile))
|
|
fullName.vb: TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime, Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Microsoft.Xna.Framework.Vector2, Single, Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile))
|
|
name.vb: Draw(GameTime, Object, Map, Point, Integer, Vector2, Single, Single, ICollection(Of Item), Boolean, Func(Of Point, Integer, Tile))
|
|
- uid: TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
commentId: M:TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
id: ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
parent: TinyLife.World.WaterTile
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConnectsToTile(Map, Point, int, int, int, Func<Point, int, Tile>)
|
|
nameWithType: WaterTile.ConnectsToTile(Map, Point, int, int, int, Func<Point, int, Tile>)
|
|
fullName: TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, int, System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: >-
|
|
Override this method to determine what other tiles this auto-tile should connect to.
|
|
|
|
By default, auto-tiles connect to other tiles of the same type.
|
|
example: []
|
|
syntax:
|
|
content: protected override bool ConnectsToTile(Map map, Point pos, int floor, int x, int y, Func<Point, int, Tile> getRelatedTileFunc = null)
|
|
parameters:
|
|
- id: map
|
|
type: TinyLife.World.Map
|
|
description: The map.
|
|
- id: pos
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The position of the tile.
|
|
- id: floor
|
|
type: System.Int32
|
|
description: The floor of the tile.
|
|
- id: x
|
|
type: System.Int32
|
|
description: The offset from <code class="paramref">pos</code> in the x axis.
|
|
- id: y
|
|
type: System.Int32
|
|
description: The offset from <code class="paramref">pos</code> in the y axis.
|
|
- id: getRelatedTileFunc
|
|
type: System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}
|
|
description: A function that can optionally be supplied to override the <xref href="TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point%2cSystem.Int32)" data-throw-if-not-resolved="false"></xref> method when checking for neighboring tiles. This is useful for when tile placement in the world is mocked, for example.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this tile should connect to the tile at the offset position.
|
|
content.vb: Protected Overrides Function ConnectsToTile(map As Map, pos As Point, floor As Integer, x As Integer, y As Integer, getRelatedTileFunc As Func(Of Point, Integer, Tile) = Nothing) As Boolean
|
|
overridden: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
overload: TinyLife.World.WaterTile.ConnectsToTile*
|
|
nameWithType.vb: WaterTile.ConnectsToTile(Map, Point, Integer, Integer, Integer, Func(Of Point, Integer, Tile))
|
|
fullName.vb: TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Integer, Integer, System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile))
|
|
name.vb: ConnectsToTile(Map, Point, Integer, Integer, Integer, Func(Of Point, Integer, Tile))
|
|
references:
|
|
- uid: TinyLife.World
|
|
commentId: N:TinyLife.World
|
|
href: TinyLife.html
|
|
name: TinyLife.World
|
|
nameWithType: TinyLife.World
|
|
fullName: TinyLife.World
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: TinyLife.World.Tile
|
|
commentId: T:TinyLife.World.Tile
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Tile.html
|
|
name: Tile
|
|
nameWithType: Tile
|
|
fullName: TinyLife.World.Tile
|
|
- uid: TinyLife.World.AutoTile
|
|
commentId: T:TinyLife.World.AutoTile
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.AutoTile.html
|
|
name: AutoTile
|
|
nameWithType: AutoTile
|
|
fullName: TinyLife.World.AutoTile
|
|
- uid: TinyLife.World.AutoTile.DefaultBorderTile
|
|
commentId: P:TinyLife.World.AutoTile.DefaultBorderTile
|
|
parent: TinyLife.World.AutoTile
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_DefaultBorderTile
|
|
name: DefaultBorderTile
|
|
nameWithType: AutoTile.DefaultBorderTile
|
|
fullName: TinyLife.World.AutoTile.DefaultBorderTile
|
|
- uid: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)
|
|
commentId: M:TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)
|
|
parent: TinyLife.World.AutoTile
|
|
isExternal: true
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_OnNeighborChanged_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_
|
|
name: OnNeighborChanged(Map, Point, Point, int)
|
|
nameWithType: AutoTile.OnNeighborChanged(Map, Point, Point, int)
|
|
fullName: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int)
|
|
nameWithType.vb: AutoTile.OnNeighborChanged(Map, Point, Point, Integer)
|
|
fullName.vb: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, Integer)
|
|
name.vb: OnNeighborChanged(Map, Point, Point, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)
|
|
name: OnNeighborChanged
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_OnNeighborChanged_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)
|
|
name: OnNeighborChanged
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_OnNeighborChanged_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
commentId: M:TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
parent: TinyLife.World.AutoTile
|
|
isExternal: true
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_DrawBorder_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
name: DrawBorder(object, Map, Point, int, int, Vector2, float, float, ICollection<Item>, Func<Point, int, Tile>)
|
|
nameWithType: AutoTile.DrawBorder(object, Map, Point, int, int, Vector2, float, float, ICollection<StaticSpriteBatch.Item>, Func<Point, int, Tile>)
|
|
fullName: TinyLife.World.AutoTile.DrawBorder(object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection<MLEM.Graphics.StaticSpriteBatch.Item>, System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>)
|
|
nameWithType.vb: AutoTile.DrawBorder(Object, Map, Point, Integer, Integer, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Func(Of Point, Integer, Tile))
|
|
fullName.vb: TinyLife.World.AutoTile.DrawBorder(Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Integer, Microsoft.Xna.Framework.Vector2, Single, Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile))
|
|
name.vb: DrawBorder(Object, Map, Point, Integer, Integer, Vector2, Single, Single, ICollection(Of Item), Func(Of Point, Integer, Tile))
|
|
spec.csharp:
|
|
- uid: TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: DrawBorder
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_DrawBorder_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: DrawBorder
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_DrawBorder_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.Tiles
|
|
commentId: F:TinyLife.World.Tile.Tiles
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Tiles
|
|
name: Tiles
|
|
nameWithType: Tile.Tiles
|
|
fullName: TinyLife.World.Tile.Tiles
|
|
- uid: TinyLife.World.Tile.ReferencePrice
|
|
commentId: F:TinyLife.World.Tile.ReferencePrice
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_ReferencePrice
|
|
name: ReferencePrice
|
|
nameWithType: Tile.ReferencePrice
|
|
fullName: TinyLife.World.Tile.ReferencePrice
|
|
- uid: TinyLife.World.Tile.Grass
|
|
commentId: F:TinyLife.World.Tile.Grass
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Grass
|
|
name: Grass
|
|
nameWithType: Tile.Grass
|
|
fullName: TinyLife.World.Tile.Grass
|
|
- uid: TinyLife.World.Tile.FlowerGrass
|
|
commentId: F:TinyLife.World.Tile.FlowerGrass
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_FlowerGrass
|
|
name: FlowerGrass
|
|
nameWithType: Tile.FlowerGrass
|
|
fullName: TinyLife.World.Tile.FlowerGrass
|
|
- uid: TinyLife.World.Tile.Concrete
|
|
commentId: F:TinyLife.World.Tile.Concrete
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Concrete
|
|
name: Concrete
|
|
nameWithType: Tile.Concrete
|
|
fullName: TinyLife.World.Tile.Concrete
|
|
- uid: TinyLife.World.Tile.LongBoards
|
|
commentId: F:TinyLife.World.Tile.LongBoards
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_LongBoards
|
|
name: LongBoards
|
|
nameWithType: Tile.LongBoards
|
|
fullName: TinyLife.World.Tile.LongBoards
|
|
- uid: TinyLife.World.Tile.ModernBricks
|
|
commentId: F:TinyLife.World.Tile.ModernBricks
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernBricks
|
|
name: ModernBricks
|
|
nameWithType: Tile.ModernBricks
|
|
fullName: TinyLife.World.Tile.ModernBricks
|
|
- uid: TinyLife.World.Tile.BigTiles
|
|
commentId: F:TinyLife.World.Tile.BigTiles
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_BigTiles
|
|
name: BigTiles
|
|
nameWithType: Tile.BigTiles
|
|
fullName: TinyLife.World.Tile.BigTiles
|
|
- uid: TinyLife.World.Tile.Dirt
|
|
commentId: F:TinyLife.World.Tile.Dirt
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Dirt
|
|
name: Dirt
|
|
nameWithType: Tile.Dirt
|
|
fullName: TinyLife.World.Tile.Dirt
|
|
- uid: TinyLife.World.Tile.DirtPath
|
|
commentId: F:TinyLife.World.Tile.DirtPath
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtPath
|
|
name: DirtPath
|
|
nameWithType: Tile.DirtPath
|
|
fullName: TinyLife.World.Tile.DirtPath
|
|
- uid: TinyLife.World.Tile.SimpleCarpet
|
|
commentId: F:TinyLife.World.Tile.SimpleCarpet
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_SimpleCarpet
|
|
name: SimpleCarpet
|
|
nameWithType: Tile.SimpleCarpet
|
|
fullName: TinyLife.World.Tile.SimpleCarpet
|
|
- uid: TinyLife.World.Tile.PuzzlePieces
|
|
commentId: F:TinyLife.World.Tile.PuzzlePieces
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_PuzzlePieces
|
|
name: PuzzlePieces
|
|
nameWithType: Tile.PuzzlePieces
|
|
fullName: TinyLife.World.Tile.PuzzlePieces
|
|
- uid: TinyLife.World.Tile.Rocks
|
|
commentId: F:TinyLife.World.Tile.Rocks
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Rocks
|
|
name: Rocks
|
|
nameWithType: Tile.Rocks
|
|
fullName: TinyLife.World.Tile.Rocks
|
|
- uid: TinyLife.World.Tile.DirtWithGrass
|
|
commentId: F:TinyLife.World.Tile.DirtWithGrass
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtWithGrass
|
|
name: DirtWithGrass
|
|
nameWithType: Tile.DirtWithGrass
|
|
fullName: TinyLife.World.Tile.DirtWithGrass
|
|
- uid: TinyLife.World.Tile.Water
|
|
commentId: F:TinyLife.World.Tile.Water
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Water
|
|
name: Water
|
|
nameWithType: Tile.Water
|
|
fullName: TinyLife.World.Tile.Water
|
|
- uid: TinyLife.World.Tile.LargeConcreteTiles
|
|
commentId: F:TinyLife.World.Tile.LargeConcreteTiles
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_LargeConcreteTiles
|
|
name: LargeConcreteTiles
|
|
nameWithType: Tile.LargeConcreteTiles
|
|
fullName: TinyLife.World.Tile.LargeConcreteTiles
|
|
- uid: TinyLife.World.Tile.Sand
|
|
commentId: F:TinyLife.World.Tile.Sand
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Sand
|
|
name: Sand
|
|
nameWithType: Tile.Sand
|
|
fullName: TinyLife.World.Tile.Sand
|
|
- uid: TinyLife.World.Tile.IntricateCarpet
|
|
commentId: F:TinyLife.World.Tile.IntricateCarpet
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_IntricateCarpet
|
|
name: IntricateCarpet
|
|
nameWithType: Tile.IntricateCarpet
|
|
fullName: TinyLife.World.Tile.IntricateCarpet
|
|
- uid: TinyLife.World.Tile.ModernTiles
|
|
commentId: F:TinyLife.World.Tile.ModernTiles
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_ModernTiles
|
|
name: ModernTiles
|
|
nameWithType: Tile.ModernTiles
|
|
fullName: TinyLife.World.Tile.ModernTiles
|
|
- uid: TinyLife.World.Tile.StraightBoards
|
|
commentId: F:TinyLife.World.Tile.StraightBoards
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_StraightBoards
|
|
name: StraightBoards
|
|
nameWithType: Tile.StraightBoards
|
|
fullName: TinyLife.World.Tile.StraightBoards
|
|
- uid: TinyLife.World.Tile.OrnateHardwood
|
|
commentId: F:TinyLife.World.Tile.OrnateHardwood
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_OrnateHardwood
|
|
name: OrnateHardwood
|
|
nameWithType: Tile.OrnateHardwood
|
|
fullName: TinyLife.World.Tile.OrnateHardwood
|
|
- uid: TinyLife.World.Tile.RicketyHardwood
|
|
commentId: F:TinyLife.World.Tile.RicketyHardwood
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_RicketyHardwood
|
|
name: RicketyHardwood
|
|
nameWithType: Tile.RicketyHardwood
|
|
fullName: TinyLife.World.Tile.RicketyHardwood
|
|
- uid: TinyLife.World.Tile.CheckeredHardwood
|
|
commentId: F:TinyLife.World.Tile.CheckeredHardwood
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_CheckeredHardwood
|
|
name: CheckeredHardwood
|
|
nameWithType: Tile.CheckeredHardwood
|
|
fullName: TinyLife.World.Tile.CheckeredHardwood
|
|
- uid: TinyLife.World.Tile.SmallCheckeredHardwood
|
|
commentId: F:TinyLife.World.Tile.SmallCheckeredHardwood
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_SmallCheckeredHardwood
|
|
name: SmallCheckeredHardwood
|
|
nameWithType: Tile.SmallCheckeredHardwood
|
|
fullName: TinyLife.World.Tile.SmallCheckeredHardwood
|
|
- uid: TinyLife.World.Tile.SoftCarpet
|
|
commentId: F:TinyLife.World.Tile.SoftCarpet
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_SoftCarpet
|
|
name: SoftCarpet
|
|
nameWithType: Tile.SoftCarpet
|
|
fullName: TinyLife.World.Tile.SoftCarpet
|
|
- uid: TinyLife.World.Tile.Road1
|
|
commentId: F:TinyLife.World.Tile.Road1
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road1
|
|
name: Road1
|
|
nameWithType: Tile.Road1
|
|
fullName: TinyLife.World.Tile.Road1
|
|
- uid: TinyLife.World.Tile.Road2
|
|
commentId: F:TinyLife.World.Tile.Road2
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road2
|
|
name: Road2
|
|
nameWithType: Tile.Road2
|
|
fullName: TinyLife.World.Tile.Road2
|
|
- uid: TinyLife.World.Tile.Road3
|
|
commentId: F:TinyLife.World.Tile.Road3
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road3
|
|
name: Road3
|
|
nameWithType: Tile.Road3
|
|
fullName: TinyLife.World.Tile.Road3
|
|
- uid: TinyLife.World.Tile.Road4
|
|
commentId: F:TinyLife.World.Tile.Road4
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road4
|
|
name: Road4
|
|
nameWithType: Tile.Road4
|
|
fullName: TinyLife.World.Tile.Road4
|
|
- uid: TinyLife.World.Tile.Road5
|
|
commentId: F:TinyLife.World.Tile.Road5
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Road5
|
|
name: Road5
|
|
nameWithType: Tile.Road5
|
|
fullName: TinyLife.World.Tile.Road5
|
|
- uid: TinyLife.World.Tile.DirtRoad
|
|
commentId: F:TinyLife.World.Tile.DirtRoad
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoad
|
|
name: DirtRoad
|
|
nameWithType: Tile.DirtRoad
|
|
fullName: TinyLife.World.Tile.DirtRoad
|
|
- uid: TinyLife.World.Tile.DirtRoadLines1
|
|
commentId: F:TinyLife.World.Tile.DirtRoadLines1
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines1
|
|
name: DirtRoadLines1
|
|
nameWithType: Tile.DirtRoadLines1
|
|
fullName: TinyLife.World.Tile.DirtRoadLines1
|
|
- uid: TinyLife.World.Tile.DirtRoadLines2
|
|
commentId: F:TinyLife.World.Tile.DirtRoadLines2
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DirtRoadLines2
|
|
name: DirtRoadLines2
|
|
nameWithType: Tile.DirtRoadLines2
|
|
fullName: TinyLife.World.Tile.DirtRoadLines2
|
|
- uid: TinyLife.World.Tile.BaseName
|
|
commentId: F:TinyLife.World.Tile.BaseName
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_BaseName
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Name
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Price
|
|
name: Price
|
|
nameWithType: Tile.Price
|
|
fullName: TinyLife.World.Tile.Price
|
|
- uid: TinyLife.World.Tile.ColorSettings
|
|
commentId: F:TinyLife.World.Tile.ColorSettings
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_ColorSettings
|
|
name: ColorSettings
|
|
nameWithType: Tile.ColorSettings
|
|
fullName: TinyLife.World.Tile.ColorSettings
|
|
- uid: TinyLife.World.Tile.Colors
|
|
commentId: F:TinyLife.World.Tile.Colors
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Colors
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_CanBuy
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_PathCostModifier
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Categories
|
|
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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Icon
|
|
name: Icon
|
|
nameWithType: Tile.Icon
|
|
fullName: TinyLife.World.Tile.Icon
|
|
- uid: TinyLife.World.Tile.Textures
|
|
commentId: F:TinyLife.World.Tile.Textures
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Textures
|
|
name: Textures
|
|
nameWithType: Tile.Textures
|
|
fullName: TinyLife.World.Tile.Textures
|
|
- uid: TinyLife.World.Tile.Regions
|
|
commentId: F:TinyLife.World.Tile.Regions
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Regions
|
|
name: Regions
|
|
nameWithType: Tile.Regions
|
|
fullName: TinyLife.World.Tile.Regions
|
|
- uid: TinyLife.World.Tile.RegionWeights
|
|
commentId: F:TinyLife.World.Tile.RegionWeights
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_RegionWeights
|
|
name: RegionWeights
|
|
nameWithType: Tile.RegionWeights
|
|
fullName: TinyLife.World.Tile.RegionWeights
|
|
- 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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DrawUi_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_
|
|
name: DrawUi(Element, GameTime, SpriteBatch, float)
|
|
nameWithType: Tile.DrawUi(Element, GameTime, SpriteBatch, float)
|
|
fullName: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float)
|
|
nameWithType.vb: Tile.DrawUi(Element, GameTime, SpriteBatch, Single)
|
|
fullName.vb: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single)
|
|
name.vb: DrawUi(Element, GameTime, SpriteBatch, 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
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DrawUi_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)
|
|
name: DrawUi
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_DrawUi_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.GetPrice
|
|
commentId: M:TinyLife.World.Tile.GetPrice
|
|
parent: TinyLife.World.Tile
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetPrice
|
|
name: GetPrice()
|
|
nameWithType: Tile.GetPrice()
|
|
fullName: TinyLife.World.Tile.GetPrice()
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.GetPrice
|
|
name: GetPrice
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetPrice
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.GetPrice
|
|
name: GetPrice
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetPrice
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)
|
|
commentId: M:TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetAutoTileBorder_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Point_TinyLife_World_Tile_System_Int32_
|
|
name: GetAutoTileBorder(Map, Point, int, Point, Tile, int)
|
|
nameWithType: Tile.GetAutoTileBorder(Map, Point, int, Point, Tile, int)
|
|
fullName: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Point, TinyLife.World.Tile, int)
|
|
nameWithType.vb: Tile.GetAutoTileBorder(Map, Point, Integer, Point, Tile, Integer)
|
|
fullName.vb: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Microsoft.Xna.Framework.Point, TinyLife.World.Tile, Integer)
|
|
name.vb: GetAutoTileBorder(Map, Point, Integer, Point, Tile, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)
|
|
name: GetAutoTileBorder
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetAutoTileBorder_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Point_TinyLife_World_Tile_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)
|
|
name: GetAutoTileBorder
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetAutoTileBorder_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Point_TinyLife_World_Tile_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVariationTexture_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point_
|
|
name: GetVariationTexture(Direction2, Point)
|
|
nameWithType: Tile.GetVariationTexture(Direction2, Point)
|
|
fullName: TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)
|
|
name: GetVariationTexture
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVariationTexture_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)
|
|
name: GetVariationTexture
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVariationTexture_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Nullable_System_Int32__System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
name: Register(string, int, Dictionary<Point, TextureRegion>, Point, ColorScheme, float, bool, Category, TextureRegion, Func<Direction2, Point?>, int?, Func<Point, float>, Type)
|
|
nameWithType: Tile.Register(string, int, Dictionary<Point, TextureRegion>, Point, ColorScheme, float, bool, Tile.Category, TextureRegion, Func<Direction2, Point?>, int?, Func<Point, float>, Type)
|
|
fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme, float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?>, int?, System.Func<Microsoft.Xna.Framework.Point, float>, System.Type)
|
|
nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme, Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point?), Integer?, Func(Of Point, Single), Type)
|
|
fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme, Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?), Integer?, System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type)
|
|
name.vb: Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme, Single, Boolean, Category, TextureRegion, Func(Of Direction2, Point?), Integer?, Func(Of Point, Single), Type)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Nullable_System_Int32__System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Nullable_System_Int32__System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
name: Register(string, int, Dictionary<Point, TextureRegion>, Point, ColorScheme[], float, bool, Category, TextureRegion, Func<Direction2, Point?>, int[], Func<Point, float>, Type)
|
|
nameWithType: Tile.Register(string, int, Dictionary<Point, TextureRegion>, Point, ColorScheme[], float, bool, Tile.Category, TextureRegion, Func<Direction2, Point?>, int[], Func<Point, float>, Type)
|
|
fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme[], float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?>, int[], System.Func<Microsoft.Xna.Framework.Point, float>, System.Type)
|
|
nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point?), Integer(), Func(Of Point, Single), Type)
|
|
fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorScheme(), Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point?), Integer(), System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type)
|
|
name.vb: Register(String, Integer, Dictionary(Of Point, TextureRegion), Point, ColorScheme(), Single, Boolean, Category, TextureRegion, Func(Of Direction2, Point?), Integer(), Func(Of Point, Single), Type)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Point___System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
name: Register(string, int, Dictionary<Point, TextureRegion>, Point[], ColorScheme[], float, bool, Category, TextureRegion, Func<Direction2, Point[]>, int[], Func<Point, float>, Type)
|
|
nameWithType: Tile.Register(string, int, Dictionary<Point, TextureRegion>, Point[], ColorScheme[], float, bool, Tile.Category, TextureRegion, Func<Direction2, Point[]>, int[], Func<Point, float>, Type)
|
|
fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point[], TinyLife.Utilities.ColorScheme[], float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point[]>, int[], System.Func<Microsoft.Xna.Framework.Point, float>, System.Type)
|
|
nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point(), ColorScheme(), Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point()), Integer(), Func(Of Point, Single), Type)
|
|
fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point(), TinyLife.Utilities.ColorScheme(), Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point()), Integer(), System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type)
|
|
name.vb: Register(String, Integer, Dictionary(Of Point, TextureRegion), Point(), ColorScheme(), Single, Boolean, Category, TextureRegion, Func(Of Direction2, Point()), Integer(), Func(Of Point, Single), Type)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '['
|
|
- name: ']'
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorScheme___System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Int32___System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
href: TinyLife.Utilities.ColorScheme.html
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
commentId: M:TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorSettings_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
name: Register(string, int, Dictionary<Point, TextureRegion>, Point[], ColorSettings, float, bool, Category, TextureRegion, Func<Direction2, Point[]>, Func<Point, float>, Type)
|
|
nameWithType: Tile.Register(string, int, Dictionary<Point, TextureRegion>, Point[], ColorSettings, float, bool, Tile.Category, TextureRegion, Func<Direction2, Point[]>, Func<Point, float>, Type)
|
|
fullName: TinyLife.World.Tile.Register(string, int, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point[], TinyLife.Utilities.ColorSettings, float, bool, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point[]>, System.Func<Microsoft.Xna.Framework.Point, float>, System.Type)
|
|
nameWithType.vb: Tile.Register(String, Integer, Dictionary(Of Point, TextureRegion), Point(), ColorSettings, Single, Boolean, Tile.Category, TextureRegion, Func(Of Direction2, Point()), Func(Of Point, Single), Type)
|
|
fullName.vb: TinyLife.World.Tile.Register(String, Integer, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point(), TinyLife.Utilities.ColorSettings, Single, Boolean, TinyLife.World.Tile.Category, MLEM.Textures.TextureRegion, System.Func(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point()), System.Func(Of Microsoft.Xna.Framework.Point, Single), System.Type)
|
|
name.vb: Register(String, Integer, Dictionary(Of Point, TextureRegion), Point(), ColorSettings, Single, Boolean, Category, TextureRegion, Func(Of Direction2, Point()), Func(Of Point, Single), Type)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorSettings_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorSettings
|
|
name: ColorSettings
|
|
href: TinyLife.Utilities.ColorSettings.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '['
|
|
- name: ']'
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)
|
|
name: Register
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_Register_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point___TinyLife_Utilities_ColorSettings_System_Single_System_Boolean_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____System_Func_Microsoft_Xna_Framework_Point_System_Single__System_Type_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.ColorSettings
|
|
name: ColorSettings
|
|
href: TinyLife.Utilities.ColorSettings.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Boolean_
|
|
name: GetDepth(Map, Vector2, float, float, bool)
|
|
nameWithType: Tile.GetDepth(Map, Vector2, float, float, bool)
|
|
fullName: TinyLife.World.Tile.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, float, bool)
|
|
nameWithType.vb: Tile.GetDepth(Map, Vector2, Single, Single, Boolean)
|
|
fullName.vb: TinyLife.World.Tile.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Single, Boolean)
|
|
name.vb: GetDepth(Map, Vector2, Single, Single, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)
|
|
name: GetDepth
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)
|
|
name: GetDepth
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)
|
|
commentId: M:TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)
|
|
parent: TinyLife.World.Tile
|
|
isExternal: true
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVisualOffset_MLEM_Maths_Direction2_System_Int32_System_Int32_
|
|
name: GetVisualOffset(Direction2, int, int)
|
|
nameWithType: Tile.GetVisualOffset(Direction2, int, int)
|
|
fullName: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2, int, int)
|
|
nameWithType.vb: Tile.GetVisualOffset(Direction2, Integer, Integer)
|
|
fullName.vb: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2, Integer, Integer)
|
|
name.vb: GetVisualOffset(Direction2, Integer, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)
|
|
name: GetVisualOffset
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVisualOffset_MLEM_Maths_Direction2_System_Int32_System_Int32_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)
|
|
name: GetVisualOffset
|
|
href: TinyLife.World.Tile.html#TinyLife_World_Tile_GetVisualOffset_MLEM_Maths_Direction2_System_Int32_System_Int32_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- 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)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<WaterTile>(WaterTile)
|
|
nameWithType: Extensions.JsonCopy<WaterTile>(WaterTile)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.WaterTile>(TinyLife.World.WaterTile)
|
|
nameWithType.vb: Extensions.JsonCopy(Of WaterTile)(WaterTile)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.WaterTile)(TinyLife.World.WaterTile)
|
|
name.vb: JsonCopy(Of WaterTile)(WaterTile)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.WaterTile)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.World.WaterTile
|
|
name: WaterTile
|
|
href: TinyLife.World.WaterTile.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.World.WaterTile
|
|
name: WaterTile
|
|
href: TinyLife.World.WaterTile.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.WaterTile)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.World.WaterTile
|
|
name: WaterTile
|
|
href: TinyLife.World.WaterTile.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.World.WaterTile
|
|
name: WaterTile
|
|
href: TinyLife.World.WaterTile.html
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.World.WaterTile.#ctor*
|
|
commentId: Overload:TinyLife.World.WaterTile.#ctor
|
|
href: TinyLife.World.WaterTile.html#TinyLife_World_WaterTile__ctor_System_String_System_String_System_Int32_System_Collections_Generic_Dictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__System_Collections_Generic_Dictionary_MLEM_Maths_Direction2_Microsoft_Xna_Framework_Point____TinyLife_Utilities_ColorSettings_System_Int32___System_Boolean_System_Single_TinyLife_World_Tile_Category_MLEM_Textures_TextureRegion_System_Func_Microsoft_Xna_Framework_Point_System_Single__
|
|
name: WaterTile
|
|
nameWithType: WaterTile.WaterTile
|
|
fullName: TinyLife.World.WaterTile.WaterTile
|
|
nameWithType.vb: WaterTile.New
|
|
fullName.vb: TinyLife.World.WaterTile.New
|
|
name.vb: New
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: int
|
|
nameWithType: int
|
|
fullName: int
|
|
nameWithType.vb: Integer
|
|
fullName.vb: Integer
|
|
name.vb: Integer
|
|
- uid: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
commentId: T:System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.Dictionary`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
name: Dictionary<Point, TextureRegion>
|
|
nameWithType: Dictionary<Point, TextureRegion>
|
|
fullName: System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>
|
|
nameWithType.vb: Dictionary(Of Point, TextureRegion)
|
|
fullName.vb: System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)
|
|
name.vb: Dictionary(Of Point, TextureRegion)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- uid: System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]}
|
|
commentId: T:System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.Dictionary`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
name: Dictionary<Direction2, Point[]>
|
|
nameWithType: Dictionary<Direction2, Point[]>
|
|
fullName: System.Collections.Generic.Dictionary<MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point[]>
|
|
nameWithType.vb: Dictionary(Of Direction2, Point())
|
|
fullName.vb: System.Collections.Generic.Dictionary(Of MLEM.Maths.Direction2, Microsoft.Xna.Framework.Point())
|
|
name.vb: Dictionary(Of Direction2, Point())
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: '['
|
|
- name: ']'
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Utilities.ColorSettings
|
|
commentId: T:TinyLife.Utilities.ColorSettings
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.ColorSettings.html
|
|
name: ColorSettings
|
|
nameWithType: ColorSettings
|
|
fullName: TinyLife.Utilities.ColorSettings
|
|
- uid: System.Int32[]
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: int[]
|
|
nameWithType: int[]
|
|
fullName: int[]
|
|
nameWithType.vb: Integer()
|
|
fullName.vb: Integer()
|
|
name.vb: Integer()
|
|
spec.csharp:
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '['
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float
|
|
nameWithType: float
|
|
fullName: float
|
|
nameWithType.vb: Single
|
|
fullName.vb: Single
|
|
name.vb: Single
|
|
- uid: TinyLife.World.Tile.Category
|
|
commentId: T:TinyLife.World.Tile.Category
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Tile.html
|
|
name: Tile.Category
|
|
nameWithType: Tile.Category
|
|
fullName: TinyLife.World.Tile.Category
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: .
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: .
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
href: TinyLife.World.Tile.Category.html
|
|
- uid: MLEM.Textures.TextureRegion
|
|
commentId: T:MLEM.Textures.TextureRegion
|
|
parent: MLEM.Textures
|
|
isExternal: true
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
- uid: System.Func{Microsoft.Xna.Framework.Point,System.Single}
|
|
commentId: T:System.Func{Microsoft.Xna.Framework.Point,System.Single}
|
|
parent: System
|
|
definition: System.Func`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
name: Func<Point, float>
|
|
nameWithType: Func<Point, float>
|
|
fullName: System.Func<Microsoft.Xna.Framework.Point, float>
|
|
nameWithType.vb: Func(Of Point, Single)
|
|
fullName.vb: System.Func(Of Microsoft.Xna.Framework.Point, Single)
|
|
name.vb: Func(Of Point, Single)
|
|
spec.csharp:
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
commentId: T:System.Collections.Generic.Dictionary`2
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
name: Dictionary<TKey, TValue>
|
|
nameWithType: Dictionary<TKey, TValue>
|
|
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
|
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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: MLEM.Textures
|
|
commentId: N:MLEM.Textures
|
|
isExternal: true
|
|
name: MLEM.Textures
|
|
nameWithType: MLEM.Textures
|
|
fullName: MLEM.Textures
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Textures
|
|
name: Textures
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Textures
|
|
name: Textures
|
|
isExternal: true
|
|
- uid: System.Func`2
|
|
commentId: T:System.Func`2
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
name: Func<T, TResult>
|
|
nameWithType: Func<T, TResult>
|
|
fullName: System.Func<T, TResult>
|
|
nameWithType.vb: Func(Of T, TResult)
|
|
fullName.vb: System.Func(Of T, TResult)
|
|
name.vb: Func(Of T, TResult)
|
|
spec.csharp:
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: TResult
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: TResult
|
|
- name: )
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
parent: Microsoft.Xna.Framework.Graphics
|
|
isExternal: true
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
- uid: MLEM.Graphics.StaticSpriteBatch
|
|
commentId: T:MLEM.Graphics.StaticSpriteBatch
|
|
isExternal: true
|
|
name: StaticSpriteBatch
|
|
nameWithType: StaticSpriteBatch
|
|
fullName: MLEM.Graphics.StaticSpriteBatch
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
commentId: T:MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
spec.csharp:
|
|
- uid: MLEM.Graphics.StaticSpriteBatch
|
|
name: StaticSpriteBatch
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM.Graphics.StaticSpriteBatch
|
|
name: StaticSpriteBatch
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- uid: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)
|
|
commentId: M:TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)
|
|
isExternal: true
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetTile_Microsoft_Xna_Framework_Point_System_Int32_
|
|
name: GetTile(Point, int)
|
|
nameWithType: Map.GetTile(Point, int)
|
|
fullName: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point, int)
|
|
nameWithType.vb: Map.GetTile(Point, Integer)
|
|
fullName.vb: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point, Integer)
|
|
name.vb: GetTile(Point, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)
|
|
name: GetTile
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetTile_Microsoft_Xna_Framework_Point_System_Int32_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)
|
|
name: GetTile
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetTile_Microsoft_Xna_Framework_Point_System_Int32_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
commentId: M:TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
parent: TinyLife.World.AutoTile
|
|
isExternal: true
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_Draw_Microsoft_Xna_Framework_GameTime_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
name: Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection<Item>, bool, Func<Point, int, Tile>)
|
|
nameWithType: AutoTile.Draw(GameTime, object, Map, Point, int, Vector2, float, float, ICollection<StaticSpriteBatch.Item>, bool, Func<Point, int, Tile>)
|
|
fullName: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime, object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, Microsoft.Xna.Framework.Vector2, float, float, System.Collections.Generic.ICollection<MLEM.Graphics.StaticSpriteBatch.Item>, bool, System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>)
|
|
nameWithType.vb: AutoTile.Draw(GameTime, Object, Map, Point, Integer, Vector2, Single, Single, ICollection(Of StaticSpriteBatch.Item), Boolean, Func(Of Point, Integer, Tile))
|
|
fullName.vb: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime, Object, TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Microsoft.Xna.Framework.Vector2, Single, Single, System.Collections.Generic.ICollection(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile))
|
|
name.vb: Draw(GameTime, Object, Map, Point, Integer, Vector2, Single, Single, ICollection(Of Item), Boolean, Func(Of Point, Integer, Tile))
|
|
spec.csharp:
|
|
- uid: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: Draw
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_Draw_Microsoft_Xna_Framework_GameTime_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: Draw
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_Draw_Microsoft_Xna_Framework_GameTime_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.World.WaterTile.Draw*
|
|
commentId: Overload:TinyLife.World.WaterTile.Draw
|
|
href: TinyLife.World.WaterTile.html#TinyLife_World_WaterTile_Draw_Microsoft_Xna_Framework_GameTime_System_Object_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Collections_Generic_ICollection_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
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
|
|
href: TinyLife.World.Map.html
|
|
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
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
name: ICollection<StaticSpriteBatch.Item>
|
|
nameWithType: ICollection<StaticSpriteBatch.Item>
|
|
fullName: System.Collections.Generic.ICollection<MLEM.Graphics.StaticSpriteBatch.Item>
|
|
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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch
|
|
name: StaticSpriteBatch
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Graphics.StaticSpriteBatch
|
|
name: StaticSpriteBatch
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: )
|
|
- uid: System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}
|
|
commentId: T:System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}
|
|
parent: System
|
|
definition: System.Func`3
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
name: Func<Point, int, Tile>
|
|
nameWithType: Func<Point, int, Tile>
|
|
fullName: System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>
|
|
nameWithType.vb: Func(Of Point, Integer, Tile)
|
|
fullName.vb: System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile)
|
|
name.vb: Func(Of Point, Integer, Tile)
|
|
spec.csharp:
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: )
|
|
- 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
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
name: Graphics
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
name: Graphics
|
|
isExternal: true
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
commentId: T:System.Collections.Generic.ICollection`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
name: ICollection<T>
|
|
nameWithType: ICollection<T>
|
|
fullName: System.Collections.Generic.ICollection<T>
|
|
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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Func`3
|
|
commentId: T:System.Func`3
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
name: Func<T1, T2, TResult>
|
|
nameWithType: Func<T1, T2, TResult>
|
|
fullName: System.Func<T1, T2, TResult>
|
|
nameWithType.vb: Func(Of T1, T2, TResult)
|
|
fullName.vb: System.Func(Of T1, T2, TResult)
|
|
name.vb: Func(Of T1, T2, TResult)
|
|
spec.csharp:
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: <
|
|
- name: T1
|
|
- name: ','
|
|
- name: " "
|
|
- name: T2
|
|
- name: ','
|
|
- name: " "
|
|
- name: TResult
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T1
|
|
- name: ','
|
|
- name: " "
|
|
- name: T2
|
|
- name: ','
|
|
- name: " "
|
|
- name: TResult
|
|
- name: )
|
|
- uid: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
commentId: M:TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
parent: TinyLife.World.AutoTile
|
|
isExternal: true
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_ConnectsToTile_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_System_Int32_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
name: ConnectsToTile(Map, Point, int, int, int, Func<Point, int, Tile>)
|
|
nameWithType: AutoTile.ConnectsToTile(Map, Point, int, int, int, Func<Point, int, Tile>)
|
|
fullName: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, int, int, int, System.Func<Microsoft.Xna.Framework.Point, int, TinyLife.World.Tile>)
|
|
nameWithType.vb: AutoTile.ConnectsToTile(Map, Point, Integer, Integer, Integer, Func(Of Point, Integer, Tile))
|
|
fullName.vb: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Integer, Integer, Integer, System.Func(Of Microsoft.Xna.Framework.Point, Integer, TinyLife.World.Tile))
|
|
name.vb: ConnectsToTile(Map, Point, Integer, Integer, Integer, Func(Of Point, Integer, Tile))
|
|
spec.csharp:
|
|
- uid: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: ConnectsToTile
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_ConnectsToTile_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_System_Int32_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})
|
|
name: ConnectsToTile
|
|
href: TinyLife.World.AutoTile.html#TinyLife_World_AutoTile_ConnectsToTile_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_System_Int32_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`3
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-3
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
href: TinyLife.World.Tile.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.World.WaterTile.ConnectsToTile*
|
|
commentId: Overload:TinyLife.World.WaterTile.ConnectsToTile
|
|
href: TinyLife.World.WaterTile.html#TinyLife_World_WaterTile_ConnectsToTile_TinyLife_World_Map_Microsoft_Xna_Framework_Point_System_Int32_System_Int32_System_Int32_System_Func_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_World_Tile__
|
|
name: ConnectsToTile
|
|
nameWithType: WaterTile.ConnectsToTile
|
|
fullName: TinyLife.World.WaterTile.ConnectsToTile
|