C# 클래스 wenku10.Scenes.Glitter

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

공개 메소드들

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

메소드 상세

Draw() 공개 메소드

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

Glitter() 공개 메소드

public Glitter ( ) : System
리턴 System

UpdateAssets() 공개 메소드

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

WindBlow() 공개 메소드

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