C# Class SadConsole.Tiles.TileBlueprintConfig

Config object for creating Tiles. Implicitly convertible to/from a Coord.
Inheritance: BlueprintConfig
Exibir arquivo Open project: thesadrogue/SadConsole.GoRogueHelpers

Public Properties

Property Type Description
Position Coord

Public Methods

Method Description
TileBlueprintConfig ( Coord position ) : GoRogue

Creates a configuration that will create a Tile at the given position..

Method Details

TileBlueprintConfig() public method

Creates a configuration that will create a Tile at the given position..
public TileBlueprintConfig ( Coord position ) : GoRogue
position Coord The position to create the Tile object at.
return GoRogue

Property Details

Position public_oe property

The position to create the Tile object at.
public Coord Position
return Coord