C# Class RecordRobot.MovingObjects.Record

Inheritance: Mover
Exibir arquivo Open project: scastle/EECS290_Project1

Public Properties

Property Type Description
CanDamage bool
Color RecordColor
CountDown bool
CurrentDirection Direction
DeathCount int
Gathered bool
NotStuck bool
RelativePosition Point
Value int

Public Methods

Method Description
ChangeToGrey ( ) : void
Record ( int x, int y, RecordColor c ) : System
Update ( ) : void

Method Details

ChangeToGrey() public method

public ChangeToGrey ( ) : void
return void

Record() public method

public Record ( int x, int y, RecordColor c ) : System
x int
y int
c RecordColor
return System

Update() public method

public Update ( ) : void
return void

Property Details

CanDamage public_oe property

public bool CanDamage
return bool

Color public_oe property

public RecordColor Color
return RecordColor

CountDown public_oe property

public bool CountDown
return bool

CurrentDirection public_oe property

public Direction CurrentDirection
return Direction

DeathCount public_oe property

public int DeathCount
return int

Gathered public_oe property

public bool Gathered
return bool

NotStuck public_oe property

public bool NotStuck
return bool

RelativePosition public_oe property

public Point RelativePosition
return Point

Value public_oe property

public int Value
return int