IUpdateable.Update Method
Called when the game component should be updated.
Syntax
'Declaration
Public Sub Update ( _
gameTime As GameTime _
)
public void Update (
GameTime gameTime
)
public:
void Update(
GameTime gameTime
)
Parameters
- gameTime
Type: GameTime
Snapshot of the game's timing state.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
IUpdateable Interface
IUpdateable Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone