C# 클래스 SadConsole.Tiles.TileBlueprintConfig

Config object for creating Tiles. Implicitly convertible to/from a Coord.
상속: BlueprintConfig
파일 보기 프로젝트 열기: thesadrogue/SadConsole.GoRogueHelpers

공개 프로퍼티들

프로퍼티 타입 설명
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