C# 클래스 Californium.Entity

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 프로퍼티들

프로퍼티 타입 설명
Origin Vector2f
Parent State
Position Vector2f
Scale Vector2f
Size Vector2f
Solid bool

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
Update ( ) : void

메소드 상세

Draw() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Origin 공개적으로 프로퍼티

public Vector2f Origin
리턴 Vector2f

Parent 공개적으로 프로퍼티

public State,Californium Parent
리턴 State

Position 공개적으로 프로퍼티

public Vector2f Position
리턴 Vector2f

Scale 공개적으로 프로퍼티

public Vector2f Scale
리턴 Vector2f

Size 공개적으로 프로퍼티

public Vector2f Size
리턴 Vector2f

Solid 공개적으로 프로퍼티

public bool Solid
리턴 bool