C# Class XmasHell.Entities.Bosses.XmasBall.XmasBall

Inheritance: Boss
Exibir arquivo Open project: Noxalus/Xmas-Hell

Public Methods

Method Description
Update ( GameTime gameTime ) : void
XmasBall ( XmasHell game, PositionDelegate playerPositionDelegate ) : BulletML

Protected Methods

Method Description
InitializePhysics ( bool setupPhysicsWorld = false ) : void
LoadSpriterSprite ( ) : void
UpdateBehaviourIndex ( ) : void

Method Details

InitializePhysics() protected method

protected InitializePhysics ( bool setupPhysicsWorld = false ) : void
setupPhysicsWorld bool
return void

LoadSpriterSprite() protected method

protected LoadSpriterSprite ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

UpdateBehaviourIndex() protected method

protected UpdateBehaviourIndex ( ) : void
return void

XmasBall() public method

public XmasBall ( XmasHell game, PositionDelegate playerPositionDelegate ) : BulletML
game XmasHell
playerPositionDelegate PositionDelegate
return BulletML