C# Class GoodAI.School.Learning_tasks.AvatarsActions

Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Свойство Type Description
Colors bool[]
ColorsRelevant bool
Eat bool
EatRelevant bool
Movement bool[]
MovementRelevant bool
Shapes bool[]
ShapesRelevant bool

Méthodes publiques

Méthode Description
AvatarsActions ( bool shapesRelevant, bool colorsRelevant, bool movementRelevant, bool eatRelevant ) : System
ToString ( ) : string
WriteActions ( StreamWriter streamWriter ) : void

Private Methods

Méthode Description
BoolArrayToNonSig ( bool ba ) : string
BoolArrayToString ( bool ba ) : string

Method Details

AvatarsActions() public méthode

public AvatarsActions ( bool shapesRelevant, bool colorsRelevant, bool movementRelevant, bool eatRelevant ) : System
shapesRelevant bool
colorsRelevant bool
movementRelevant bool
eatRelevant bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteActions() public méthode

public WriteActions ( StreamWriter streamWriter ) : void
streamWriter System.IO.StreamWriter
Résultat void

Property Details

Colors public_oe property

public bool[] Colors
Résultat bool[]

ColorsRelevant public_oe property

public bool ColorsRelevant
Résultat bool

Eat public_oe property

public bool Eat
Résultat bool

EatRelevant public_oe property

public bool EatRelevant
Résultat bool

Movement public_oe property

public bool[] Movement
Résultat bool[]

MovementRelevant public_oe property

public bool MovementRelevant
Résultat bool

Shapes public_oe property

public bool[] Shapes
Résultat bool[]

ShapesRelevant public_oe property

public bool ShapesRelevant
Résultat bool