Method | Description | |
---|---|---|
Initialize ( ) : void |
Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
|
|
PlequariusInputComponent ( Microsoft.Xna.Framework.Game game ) : System | ||
Update ( |
Allows the game component to update itself.
|
public PlequariusInputComponent ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |