C# Class GearsDebug.Playable.RadialAssault.RAPlayer

Inheritance: Gears.Playable.Player
Datei anzeigen Open project: spectrumbranch/gearsvge Class Usage Examples

Public Methods

Method Description
getTextureOrigin ( ) : Vector2
onDraw ( SpriteBatch spriteBatch ) : void
onUpdate ( GameTime gameTime ) : void

Private Methods

Method Description
Activate ( ) : void
ActivateInputHooks ( ) : void
FireLasers ( ) : void
InitializeLocal ( ) : void
KeyDown ( KeyboardState &currentKeyboardState, KeyboardState &oldKeyboardState ) : void

Event based Input hook for RAPlayer.

MoveClockwise ( ) : void
MoveCounterClockwise ( ) : void
RAPlayer ( Vector2 origin, Color color, float rotation ) : System
RotateAroundOrigin ( bool isClockwise ) : void

Method Details

getTextureOrigin() public method

public getTextureOrigin ( ) : Vector2
return Vector2

onDraw() public method

public onDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

onUpdate() public method

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