C# Class MilkShakeFramework.Core.Game.Components.Misc.CameraDebugModifier

Inheritance: GameEntity
Mostrar archivo Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
CameraDebugModifier ( float speed = 1, Keys up = Keys.W, Keys down = Keys.S, Keys left = Keys.A, Keys right = Keys.D ) : System
Update ( GameTime gameTime ) : void

Method Details

CameraDebugModifier() public method

public CameraDebugModifier ( float speed = 1, Keys up = Keys.W, Keys down = Keys.S, Keys left = Keys.A, Keys right = Keys.D ) : System
speed float
up Keys
down Keys
left Keys
right Keys
return System

Update() public method

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