C# 클래스 Touhou.Battle.Level

파일 보기 프로젝트 열기: schedule-productions/Touhou 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

AddBullet() 공개 메소드

public AddBullet ( Bullet newBullet, BulletSet bulletSet ) : void
newBullet Bullet
bulletSet BulletSet
리턴 void

AddBulletEnemy() 공개 메소드

public AddBulletEnemy ( Bullet newBullet ) : void
newBullet Bullet
리턴 void

AddEnemy() 공개 메소드

public AddEnemy ( Enemy enemy ) : void
enemy Enemy
리턴 void

AddExplosion() 공개 메소드

public AddExplosion ( Effect explosion ) : void
explosion Microsoft.Xna.Framework.Graphics.Effect
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Level() 공개 메소드

public Level ( Touhou game ) : System
game Touhou
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime, KeyboardState keystate ) : void
gameTime Microsoft.Xna.Framework.GameTime
keystate Microsoft.Xna.Framework.Input.KeyboardState
리턴 void

프로퍼티 상세

backgroundImage 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics backgroundImage
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

backgroundImagePosition 공개적으로 프로퍼티

public float backgroundImagePosition
리턴 float

backgroundImageSpeed 공개적으로 프로퍼티

public float backgroundImageSpeed
리턴 float

game 공개적으로 프로퍼티

public Game,Microsoft.Xna.Framework game
리턴 Microsoft.Xna.Framework.Game

height 공개적으로 프로퍼티

public int height
리턴 int

random 공개적으로 프로퍼티

public Random,System random
리턴 System.Random

screenHeight 공개적으로 프로퍼티

public int screenHeight
리턴 int

screenWidth 공개적으로 프로퍼티

public int screenWidth
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int