C# Class wenku10.Scenes.Glitter

Inheritance: PFScene, IScene
Afficher le fichier Open project: tgckpg/wenku10

Méthodes publiques

Méthode 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 méthode

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

Glitter() public méthode

public Glitter ( ) : System
Résultat System

UpdateAssets() public méthode

public UpdateAssets ( Size s ) : void
s Windows.Foundation.Size
Résultat void

WindBlow() public méthode

public WindBlow ( float Strength ) : void
Strength float
Résultat void