C# Class Particles2D.Managers.ParticlesManager

Afficher le fichier Open project: juanpaexpedite/MasterDetailsComposition

Méthodes publiques

Méthode Description
CreateParticleBitmaps ( bool blur = false ) : void
CreateParticles ( bool fall ) : void
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void
Initialize ( bool blur = false, bool fall = false ) : void
ParticlesManager ( CanvasAnimatedControl canvas, int amount = 10 ) : System
UpdateBounds ( Size newSize ) : void

Private Methods

Méthode Description
SetColors ( Color basecolor ) : void
Update ( CanvasAnimatedUpdateEventArgs args ) : void

Method Details

CreateParticleBitmaps() public méthode

public CreateParticleBitmaps ( bool blur = false ) : void
blur bool
Résultat void

CreateParticles() public méthode

public CreateParticles ( bool fall ) : void
fall bool
Résultat void

Draw() public méthode

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void
session Microsoft.Graphics.Canvas.CanvasDrawingSession
Résultat void

Initialize() public méthode

public Initialize ( bool blur = false, bool fall = false ) : void
blur bool
fall bool
Résultat void

ParticlesManager() public méthode

public ParticlesManager ( CanvasAnimatedControl canvas, int amount = 10 ) : System
canvas CanvasAnimatedControl
amount int
Résultat System

UpdateBounds() public méthode

public UpdateBounds ( Size newSize ) : void
newSize Windows.Foundation.Size
Résultat void