C# Class RecordRobot.MovingObjects.Robot

Inheritance: Mover
Afficher le fichier Open project: scastle/EECS290_Project1 Class Usage Examples

Méthodes publiques

Свойство Type Description
IsInvincible bool
Lives int
NextDirection Direction
RobotFlashing bool

Méthodes publiques

Méthode Description
LoseLife ( ) : void
Robot ( int x, int y ) : System

Creates a new member of the Robot class

SetInvincible ( System.TimeSpan time ) : void
Update ( ) : void

Method Details

LoseLife() public méthode

public LoseLife ( ) : void
Résultat void

Robot() public méthode

Creates a new member of the Robot class
public Robot ( int x, int y ) : System
x int The x position of the robot
y int The y position of the robot
Résultat System

SetInvincible() public méthode

public SetInvincible ( System.TimeSpan time ) : void
time System.TimeSpan
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

IsInvincible public_oe property

public bool IsInvincible
Résultat bool

Lives public_oe property

public int Lives
Résultat int

NextDirection public_oe property

The direction the robot will go at the next intersection
public Direction NextDirection
Résultat Direction

RobotFlashing public_oe property

public bool RobotFlashing
Résultat bool