C# 클래스 hyades.entity.Character

상속: Bubble
파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hurt float
input InputDevice
num_bubbles int[]
num_collected int
player Entity

공개 메소드들

메소드 설명
Birth ( ) : void
Character ( Entity player, InputDevice input ) : System
Draw ( GraphicsDevice device, Camera camera ) : void
Hurt ( ) : void
Update ( double elapsed ) : void

메소드 상세

Birth() 공개 메소드

public Birth ( ) : void
리턴 void

Character() 공개 메소드

public Character ( Entity player, InputDevice input ) : System
player Entity
input InputDevice
리턴 System

Draw() 공개 메소드

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
리턴 void

Hurt() 공개 메소드

public Hurt ( ) : void
리턴 void

Update() 공개 메소드

public Update ( double elapsed ) : void
elapsed double
리턴 void

프로퍼티 상세

hurt 공개적으로 프로퍼티

public float hurt
리턴 float

input 공개적으로 프로퍼티

public InputDevice input
리턴 InputDevice

num_bubbles 공개적으로 프로퍼티

public int[] num_bubbles
리턴 int[]

num_collected 공개적으로 프로퍼티

public int num_collected
리턴 int

player 공개적으로 프로퍼티

public Entity player
리턴 Entity