C# Class VacuumCleaner.Env.Environment

Afficher le fichier Open project: Troilk/VacuumCleaner Class Usage Examples

Méthodes publiques

Свойство Type Description
mazeSize_ int

Méthodes publiques

Méthode Description
AcceptAction ( ActionType action ) : void
Change ( RandomNumGen rng ) : void
DirtAmount ( int x, int y ) : int
Environment ( string mapFileName ) : System
IsCurrentPosDirty ( ) : bool

Method Details

AcceptAction() public méthode

public AcceptAction ( ActionType action ) : void
action ActionType
Résultat void

Change() public méthode

public Change ( RandomNumGen rng ) : void
rng RandomNumGen
Résultat void

DirtAmount() public méthode

public DirtAmount ( int x, int y ) : int
x int
y int
Résultat int

Environment() public méthode

public Environment ( string mapFileName ) : System
mapFileName string
Résultat System

IsCurrentPosDirty() public méthode

public IsCurrentPosDirty ( ) : bool
Résultat bool

Property Details

mazeSize_ public_oe static_oe property

public static int mazeSize_
Résultat int