Property | Type | Description | |
---|---|---|---|
IsInvincible | bool | ||
Lives | int | ||
NextDirection | Direction | ||
RobotFlashing | bool |
Method | Description | |
---|---|---|
LoseLife ( ) : void | ||
Robot ( int x, int y ) : System |
Creates a new member of the Robot class
|
|
SetInvincible ( System.TimeSpan time ) : void | ||
Update ( ) : void |
public Robot ( int x, int y ) : System | ||
x | int | The x position of the robot |
y | int | The y position of the robot |
return | System |
public SetInvincible ( System.TimeSpan time ) : void | ||
time | System.TimeSpan | |
return | void |