C# Class game.AStarPathfinding.Path

ファイルを表示 Open project: balaam/tiny_rogue

Public Properties

Property Type Description
Parent game.Path
distanceFromStart int
distanceToDestination int
location int2
totalPath int

Public Methods

Method Description
stepFrom ( int2 currentLocation ) : game.Path
toSavedPath ( ) : game.SavedPath

Method Details

stepFrom() public method

public stepFrom ( int2 currentLocation ) : game.Path
currentLocation int2
return game.Path

toSavedPath() public method

public toSavedPath ( ) : game.SavedPath
return game.SavedPath

Property Details

Parent public_oe property

public Path,game Parent
return game.Path

distanceFromStart public_oe property

public int distanceFromStart
return int

distanceToDestination public_oe property

public int distanceToDestination
return int

location public_oe property

public int2 location
return int2

totalPath public_oe property

public int totalPath
return int