Property | Type | Description | |
---|---|---|---|
backgroundImage | Microsoft.Xna.Framework.Graphics.Texture2D | ||
backgroundImagePosition | float | ||
backgroundImageSpeed | float | ||
game | Microsoft.Xna.Framework.Game | ||
height | int | ||
random | |||
screenHeight | int | ||
screenWidth | int | ||
width | int |
Method | Description | |
---|---|---|
AddBullet ( |
||
AddBulletEnemy ( |
||
AddEnemy ( |
||
AddExplosion ( |
||
Draw ( ) : void | ||
Level ( Touhou game ) : System | ||
Update ( |
public AddBullet ( |
||
newBullet | ||
bulletSet | BulletSet | |
return | void |
public AddBulletEnemy ( |
||
newBullet | ||
return | void |
public AddExplosion ( |
||
explosion | ||
return | void |
public Update ( |
||
gameTime | ||
keystate | ||
return | void |
public Texture2D,Microsoft.Xna.Framework.Graphics backgroundImage | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public Game,Microsoft.Xna.Framework game | ||
return | Microsoft.Xna.Framework.Game |