C# Class RecordRobot.MovingObjects.Record

Inheritance: Mover
Afficher le fichier Open project: scastle/EECS290_Project1

Méthodes publiques

Свойство Type Description
CanDamage bool
Color RecordColor
CountDown bool
CurrentDirection Direction
DeathCount int
Gathered bool
NotStuck bool
RelativePosition Point
Value int

Méthodes publiques

Méthode Description
ChangeToGrey ( ) : void
Record ( int x, int y, RecordColor c ) : System
Update ( ) : void

Method Details

ChangeToGrey() public méthode

public ChangeToGrey ( ) : void
Résultat void

Record() public méthode

public Record ( int x, int y, RecordColor c ) : System
x int
y int
c RecordColor
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CanDamage public_oe property

public bool CanDamage
Résultat bool

Color public_oe property

public RecordColor Color
Résultat RecordColor

CountDown public_oe property

public bool CountDown
Résultat bool

CurrentDirection public_oe property

public Direction CurrentDirection
Résultat Direction

DeathCount public_oe property

public int DeathCount
Résultat int

Gathered public_oe property

public bool Gathered
Résultat bool

NotStuck public_oe property

public bool NotStuck
Résultat bool

RelativePosition public_oe property

public Point RelativePosition
Résultat Point

Value public_oe property

public int Value
Résultat int