C# Class game.AStarPathfinding.Path

Afficher le fichier Open project: balaam/tiny_rogue

Méthodes publiques

Свойство Type Description
Parent game.Path
distanceFromStart int
distanceToDestination int
location int2
totalPath int

Méthodes publiques

Méthode Description
stepFrom ( int2 currentLocation ) : game.Path
toSavedPath ( ) : game.SavedPath

Method Details

stepFrom() public méthode

public stepFrom ( int2 currentLocation ) : game.Path
currentLocation int2
Résultat game.Path

toSavedPath() public méthode

public toSavedPath ( ) : game.SavedPath
Résultat game.SavedPath

Property Details

Parent public_oe property

public Path,game Parent
Résultat game.Path

distanceFromStart public_oe property

public int distanceFromStart
Résultat int

distanceToDestination public_oe property

public int distanceToDestination
Résultat int

location public_oe property

public int2 location
Résultat int2

totalPath public_oe property

public int totalPath
Résultat int