C# Class VacuumCleaner.Agents.ModelAgent.NeighbourAction

Afficher le fichier Open project: Troilk/VacuumCleaner

Méthodes publiques

Свойство Type Description
Action ActionType
LastVisit int
Offset Point
State TileStates

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
NeighbourAction ( TileStates state, ActionType action, Point offset ) : System.Collections.Generic

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

NeighbourAction() public méthode

public NeighbourAction ( TileStates state, ActionType action, Point offset ) : System.Collections.Generic
state TileStates
action ActionType
offset Point
Résultat System.Collections.Generic

Property Details

Action public_oe property

public ActionType Action
Résultat ActionType

LastVisit public_oe property

public int LastVisit
Résultat int

Offset public_oe property

public Point Offset
Résultat Point

State public_oe property

public TileStates State
Résultat TileStates