Method | Description | |
---|---|---|
DrawBackground ( |
||
DrawForeground ( |
||
Map ( Microsoft.Xna.Framework.Graphics.Texture2D backgroundImage, Microsoft.Xna.Framework.Graphics.Texture2D foregroundImage, |
||
Update ( ) : void |
public DrawBackground ( |
||
spriteBatch | ||
return | void |
public DrawForeground ( |
||
spriteBatch | ||
return | void |
public Map ( Microsoft.Xna.Framework.Graphics.Texture2D backgroundImage, Microsoft.Xna.Framework.Graphics.Texture2D foregroundImage, |
||
backgroundImage | Microsoft.Xna.Framework.Graphics.Texture2D | |
foregroundImage | Microsoft.Xna.Framework.Graphics.Texture2D | |
collisionImage | ||
cloudImage | ITexture2DHolder | |
startX | int | |
startY | int | |
startRotation | float | |
return | System |