C# 클래스 wenku10.Scenes.FireFlies

상속: PFScene, IScene
파일 보기 프로젝트 열기: tgckpg/wenku10

공개 메소드들

메소드 설명
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession ds, CanvasSpriteBatch SBatch, TextureLoader Textures ) : void
FireFlies ( ) : System
FireFlies ( Stack PQueue ) : System
UpdateAssets ( Size s ) : void
WindBlow ( float Strength ) : void

비공개 메소드들

메소드 설명
SetColor ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession ds, CanvasSpriteBatch SBatch, TextureLoader Textures ) : void
ds Microsoft.Graphics.Canvas.CanvasDrawingSession
SBatch CanvasSpriteBatch
Textures TextureLoader
리턴 void

FireFlies() 공개 메소드

public FireFlies ( ) : System
리턴 System

FireFlies() 공개 메소드

public FireFlies ( Stack PQueue ) : System
PQueue Stack
리턴 System

UpdateAssets() 공개 메소드

public UpdateAssets ( Size s ) : void
s Windows.Foundation.Size
리턴 void

WindBlow() 공개 메소드

public WindBlow ( float Strength ) : void
Strength float
리턴 void