C# Class Swordening.BaseAbility

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
ファイルを表示 Open project: ArghyV/Peliohjelmointi-s2011

Protected Properties

Property Type Description
_game SwordeningGame
_gameState InGame
activeCycles int
camera CameraAndLights
effects Microsoft.Xna.Framework.Graphics.Effect
graphics GraphicsDeviceManager
lifeSoFar float
maxLifeTime float
name string
recoveryCycles int
startupCycles int
totalAbilityDuration int

Public Methods

Method Description
BaseAbility ( SwordeningGame game, InGame gameState, Vector3 position ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

BaseAbility() public method

public BaseAbility ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
return System

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

_game protected_oe property

protected SwordeningGame,Swordening _game
return SwordeningGame

_gameState protected_oe property

protected InGame,Swordening _gameState
return InGame

activeCycles protected_oe property

protected int activeCycles
return int

camera protected_oe property

protected CameraAndLights,Swordening camera
return CameraAndLights

effects protected_oe property

protected Effect,Microsoft.Xna.Framework.Graphics effects
return Microsoft.Xna.Framework.Graphics.Effect

graphics protected_oe property

protected GraphicsDeviceManager graphics
return GraphicsDeviceManager

lifeSoFar protected_oe property

protected float lifeSoFar
return float

maxLifeTime protected_oe property

protected float maxLifeTime
return float

name protected_oe property

protected string name
return string

recoveryCycles protected_oe property

protected int recoveryCycles
return int

startupCycles protected_oe property

protected int startupCycles
return int

totalAbilityDuration protected_oe property

protected int totalAbilityDuration
return int