C# 클래스 Castle.Player

상속: SadConsole.Game.GameObject
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 메소드들

메소드 설명
GetFacingPoint ( Direction direction ) : Point
Hit ( bool hasHelmet ) : bool
Kill ( ) : void
Move ( Point location ) : void
Player ( ) : System
PreviewMove ( Direction direction ) : Point
ProcessKeyboard ( SadConsole info ) : bool

메소드 상세

GetFacingPoint() 공개 메소드

public GetFacingPoint ( Direction direction ) : Point
direction Direction
리턴 Point

Hit() 공개 메소드

public Hit ( bool hasHelmet ) : bool
hasHelmet bool
리턴 bool

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

Move() 공개 메소드

public Move ( Point location ) : void
location Point
리턴 void

Player() 공개 메소드

public Player ( ) : System
리턴 System

PreviewMove() 공개 메소드

public PreviewMove ( Direction direction ) : Point
direction Direction
리턴 Point

ProcessKeyboard() 공개 메소드

public ProcessKeyboard ( SadConsole info ) : bool
info SadConsole
리턴 bool