C# Class DungeonMasterEngine.Helpers.DepthFirstSearch

Afficher le fichier Open project: ggrrin/DungeonMaster

Private Properties

Свойство Type Description
GetRelativePos Point
Search void
SolveDescendant void
this double?

Méthodes publiques

Méthode Description
StartSearch ( Tile startTile, double currentTimeFlag, int dimension, Action action ) : void

Private Methods

Méthode Description
GetRelativePos ( Point pos ) : Point
Search ( Tile currentTile ) : void
SolveDescendant ( Tile descendant ) : void
this ( Point pos ) : double?

Method Details

StartSearch() public méthode

public StartSearch ( Tile startTile, double currentTimeFlag, int dimension, Action action ) : void
startTile Tile
currentTimeFlag double
dimension int
action Action
Résultat void