Method | Description | |
---|---|---|
Draw ( |
Allows the game component to update itself.
|
|
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.
|
|
StationaryRockSmall ( Microsoft.Xna.Framework.Game game ) : System | ||
Update ( |
Allows the game component to update itself.
|
public Draw ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |
public StationaryRockSmall ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |