C# Class wenku10.Scenes.Glitter

Inheritance: PFScene, IScene
Mostra file Open project: tgckpg/wenku10

Public Methods

Method Description
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession ds, CanvasSpriteBatch SBatch, TextureLoader Textures ) : void
Glitter ( ) : System
UpdateAssets ( Size s ) : void
WindBlow ( float Strength ) : void

Method Details

Draw() public method

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

Glitter() public method

public Glitter ( ) : System
return System

UpdateAssets() public method

public UpdateAssets ( Size s ) : void
s Windows.Foundation.Size
return void

WindBlow() public method

public WindBlow ( float Strength ) : void
Strength float
return void