C# 클래스 game.AStarPathfinding.Path

파일 보기 프로젝트 열기: balaam/tiny_rogue

공개 프로퍼티들

프로퍼티 타입 설명
Parent game.Path
distanceFromStart int
distanceToDestination int
location int2
totalPath int

공개 메소드들

메소드 설명
stepFrom ( int2 currentLocation ) : game.Path
toSavedPath ( ) : game.SavedPath

메소드 상세

stepFrom() 공개 메소드

public stepFrom ( int2 currentLocation ) : game.Path
currentLocation int2
리턴 game.Path

toSavedPath() 공개 메소드

public toSavedPath ( ) : game.SavedPath
리턴 game.SavedPath

프로퍼티 상세

Parent 공개적으로 프로퍼티

public Path,game Parent
리턴 game.Path

distanceFromStart 공개적으로 프로퍼티

public int distanceFromStart
리턴 int

distanceToDestination 공개적으로 프로퍼티

public int distanceToDestination
리턴 int

location 공개적으로 프로퍼티

public int2 location
리턴 int2

totalPath 공개적으로 프로퍼티

public int totalPath
리턴 int