C# Class SadConsole.Tiles.TileBlueprintConfig

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

Méthodes publiques

Свойство Type Description
Position Coord

Méthodes publiques

Méthode Description
TileBlueprintConfig ( Coord position ) : GoRogue

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

Method Details

TileBlueprintConfig() public méthode

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.
Résultat GoRogue

Property Details

Position public_oe property

The position to create the Tile object at.
public Coord Position
Résultat Coord