Property | Type | Description | |
---|---|---|---|
CanDamage | bool | ||
Color | RecordColor | ||
CountDown | bool | ||
CurrentDirection | Direction | ||
DeathCount | int | ||
Gathered | bool | ||
NotStuck | bool | ||
RelativePosition | Point | ||
Value | int |
Method | Description | |
---|---|---|
ChangeToGrey ( ) : void | ||
Record ( int x, int y, RecordColor c ) : System | ||
Update ( ) : void |
public Record ( int x, int y, RecordColor c ) : System | ||
x | int | |
y | int | |
c | RecordColor | |
return | System |