C# Класс SadConsole.Tiles.TileBlueprintConfig

Config object for creating Tiles. Implicitly convertible to/from a Coord.
Наследование: BlueprintConfig
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Position Coord

Открытые методы

Метод Описание
TileBlueprintConfig ( Coord position ) : GoRogue

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

Описание методов

TileBlueprintConfig() публичный Метод

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.
Результат GoRogue

Описание свойств

Position публичное свойство

The position to create the Tile object at.
public Coord Position
Результат Coord