C# 클래스 Swordening.Monster

This is a game component that implements IUpdateable.
상속: Creature
파일 보기 프로젝트 열기: ArghyV/Peliohjelmointi-s2011

보호된 프로퍼티들

프로퍼티 타입 설명
hero Hero
lootRandomiser System.Random

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Monster() 공개 메소드

public Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
리턴 System

프로퍼티 상세

hero 보호되어 있는 프로퍼티

protected Hero,Swordening hero
리턴 Hero

lootRandomiser 보호되어 있는 프로퍼티

protected Random,System lootRandomiser
리턴 System.Random