C# Класс RecordRobot.MovingObjects.Robot

Наследование: Mover
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsInvincible bool
Lives int
NextDirection Direction
RobotFlashing bool

Открытые методы

Метод Описание
LoseLife ( ) : void
Robot ( int x, int y ) : System

Creates a new member of the Robot class

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

Описание методов

LoseLife() публичный Метод

public LoseLife ( ) : void
Результат void

Robot() публичный Метод

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
Результат System

SetInvincible() публичный Метод

public SetInvincible ( System.TimeSpan time ) : void
time System.TimeSpan
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

Описание свойств

IsInvincible публичное свойство

public bool IsInvincible
Результат bool

Lives публичное свойство

public int Lives
Результат int

NextDirection публичное свойство

The direction the robot will go at the next intersection
public Direction NextDirection
Результат Direction

RobotFlashing публичное свойство

public bool RobotFlashing
Результат bool