C# Class Swordening.Monster

This is a game component that implements IUpdateable.
Inheritance: Creature
Afficher le fichier Open project: ArghyV/Peliohjelmointi-s2011

Protected Properties

Свойство Type Description
hero Hero
lootRandomiser System.Random

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Monster() public méthode

public Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
Résultat System

Property Details

hero protected_oe property

protected Hero,Swordening hero
Résultat Hero

lootRandomiser protected_oe property

protected Random,System lootRandomiser
Résultat System.Random