C# 클래스 TilePath, Augmented_Tactics

파일 보기 프로젝트 열기: Kavignon/Augmented_Tactics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
costOfPath int
lastTile Tile,
listOfTiles List

공개 메소드들

메소드 설명
TilePath ( ) : System.Collections
TilePath ( TilePath, tp ) : System.Collections
addTile ( Tile, t ) : void

메소드 상세

TilePath() 공개 메소드

public TilePath ( ) : System.Collections
리턴 System.Collections

TilePath() 공개 메소드

public TilePath ( TilePath, tp ) : System.Collections
tp TilePath,
리턴 System.Collections

addTile() 공개 메소드

public addTile ( Tile, t ) : void
t Tile,
리턴 void

프로퍼티 상세

costOfPath 공개적으로 프로퍼티

public int costOfPath
리턴 int

lastTile 공개적으로 프로퍼티

public Tile, lastTile
리턴 Tile,

listOfTiles 공개적으로 프로퍼티

public List listOfTiles
리턴 List