C# 클래스 RecordRobot.MovingObjects.Record

상속: Mover
파일 보기 프로젝트 열기: scastle/EECS290_Project1

공개 프로퍼티들

프로퍼티 타입 설명
CanDamage bool
Color RecordColor
CountDown bool
CurrentDirection Direction
DeathCount int
Gathered bool
NotStuck bool
RelativePosition Point
Value int

공개 메소드들

메소드 설명
ChangeToGrey ( ) : void
Record ( int x, int y, RecordColor c ) : System
Update ( ) : void

메소드 상세

ChangeToGrey() 공개 메소드

public ChangeToGrey ( ) : void
리턴 void

Record() 공개 메소드

public Record ( int x, int y, RecordColor c ) : System
x int
y int
c RecordColor
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

CanDamage 공개적으로 프로퍼티

public bool CanDamage
리턴 bool

Color 공개적으로 프로퍼티

public RecordColor Color
리턴 RecordColor

CountDown 공개적으로 프로퍼티

public bool CountDown
리턴 bool

CurrentDirection 공개적으로 프로퍼티

public Direction CurrentDirection
리턴 Direction

DeathCount 공개적으로 프로퍼티

public int DeathCount
리턴 int

Gathered 공개적으로 프로퍼티

public bool Gathered
리턴 bool

NotStuck 공개적으로 프로퍼티

public bool NotStuck
리턴 bool

RelativePosition 공개적으로 프로퍼티

public Point RelativePosition
리턴 Point

Value 공개적으로 프로퍼티

public int Value
리턴 int