C# Class Touhou.Battle.Level

Afficher le fichier Open project: schedule-productions/Touhou Class Usage Examples

Méthodes publiques

Свойство Type Description
backgroundImage Microsoft.Xna.Framework.Graphics.Texture2D
backgroundImagePosition float
backgroundImageSpeed float
game Microsoft.Xna.Framework.Game
height int
random System.Random
screenHeight int
screenWidth int
width int

Méthodes publiques

Méthode Description
AddBullet ( Bullet newBullet, BulletSet bulletSet ) : void
AddBulletEnemy ( Bullet newBullet ) : void
AddEnemy ( Enemy enemy ) : void
AddExplosion ( Effect explosion ) : void
Draw ( ) : void
Level ( Touhou game ) : System
Update ( GameTime gameTime, KeyboardState keystate ) : void

Method Details

AddBullet() public méthode

public AddBullet ( Bullet newBullet, BulletSet bulletSet ) : void
newBullet Bullet
bulletSet BulletSet
Résultat void

AddBulletEnemy() public méthode

public AddBulletEnemy ( Bullet newBullet ) : void
newBullet Bullet
Résultat void

AddEnemy() public méthode

public AddEnemy ( Enemy enemy ) : void
enemy Enemy
Résultat void

AddExplosion() public méthode

public AddExplosion ( Effect explosion ) : void
explosion Microsoft.Xna.Framework.Graphics.Effect
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

Level() public méthode

public Level ( Touhou game ) : System
game Touhou
Résultat System

Update() public méthode

public Update ( GameTime gameTime, KeyboardState keystate ) : void
gameTime Microsoft.Xna.Framework.GameTime
keystate Microsoft.Xna.Framework.Input.KeyboardState
Résultat void

Property Details

backgroundImage public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics backgroundImage
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

backgroundImagePosition public_oe property

public float backgroundImagePosition
Résultat float

backgroundImageSpeed public_oe property

public float backgroundImageSpeed
Résultat float

game public_oe property

public Game,Microsoft.Xna.Framework game
Résultat Microsoft.Xna.Framework.Game

height public_oe property

public int height
Résultat int

random public_oe property

public Random,System random
Résultat System.Random

screenHeight public_oe property

public int screenHeight
Résultat int

screenWidth public_oe property

public int screenWidth
Résultat int

width public_oe property

public int width
Résultat int