C# Class RecordRobot.MovingObjects.Record

Inheritance: Mover
Show file 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 property

public bool CanDamage
return bool

Color public property

public RecordColor Color
return RecordColor

CountDown public property

public bool CountDown
return bool

CurrentDirection public property

public Direction CurrentDirection
return Direction

DeathCount public property

public int DeathCount
return int

Gathered public property

public bool Gathered
return bool

NotStuck public property

public bool NotStuck
return bool

RelativePosition public property

public Point RelativePosition
return Point

Value public property

public int Value
return int