C# 클래스 ManateesAgainstCards.Entities.Player

상속: Californium.Entity
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Czar bool
Score int

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Player ( string name, bool localPlayer = false ) : Californium

비공개 메소드들

메소드 설명
DrawOutlineText ( string value, Font font, uint size, Vector2f position, RenderTarget rt ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget rt ) : void
rt RenderTarget
리턴 void

Player() 공개 메소드

public Player ( string name, bool localPlayer = false ) : Californium
name string
localPlayer bool
리턴 Californium

프로퍼티 상세

Czar 공개적으로 프로퍼티

public bool Czar
리턴 bool

Score 공개적으로 프로퍼티

public int Score
리턴 int