C# Class hyades.entity.Character

Inheritance: Bubble
Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
hurt float
input InputDevice
num_bubbles int[]
num_collected int
player Entity

Méthodes publiques

Méthode Description
Birth ( ) : void
Character ( Entity player, InputDevice input ) : System
Draw ( GraphicsDevice device, Camera camera ) : void
Hurt ( ) : void
Update ( double elapsed ) : void

Method Details

Birth() public méthode

public Birth ( ) : void
Résultat void

Character() public méthode

public Character ( Entity player, InputDevice input ) : System
player Entity
input InputDevice
Résultat System

Draw() public méthode

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
Résultat void

Hurt() public méthode

public Hurt ( ) : void
Résultat void

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void

Property Details

hurt public_oe property

public float hurt
Résultat float

input public_oe property

public InputDevice input
Résultat InputDevice

num_bubbles public_oe property

public int[] num_bubbles
Résultat int[]

num_collected public_oe property

public int num_collected
Résultat int

player public_oe property

public Entity player
Résultat Entity