Property | Type | Description | |
---|---|---|---|
bitmap | Microsoft.Graphics.Canvas.CanvasBitmap | ||
bitmapBounds | |||
bitmapCenter | Vector2 | ||
bitmapFilename | string | ||
blendState | CanvasBlend | ||
maxAcceleration | float | ||
maxInitialSpeed | float | ||
maxLifetime | float | ||
maxNumParticles | int | ||
maxRotationAngle | float | ||
maxRotationSpeed | float | ||
maxScaleX | float | ||
maxScaleY | float | ||
minAcceleration | float | ||
minInitialSpeed | float | ||
minLifetime | float | ||
minNumParticles | int | ||
minRotationAngle | float | ||
minRotationSpeed | float | ||
minScaleX | float | ||
minScaleY | float | ||
surfaceLoaded | bool |
Method | Description | |
---|---|---|
AddParticles ( Vector2 where ) : void | ||
Dispose ( ) : void | ||
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void | ||
LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task | ||
Update ( float elapsedTime ) : void |
Method | Description | |
---|---|---|
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void | ||
InitializeConstants ( ) : void | ||
InitializeParticle ( |
||
ParticleSystem ( ) : Microsoft.Graphics.Canvas | ||
PickDirection ( ) : Vector2 |
protected Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
spriteBatch | CanvasSpriteBatch | |
return | void |
public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
useSpriteBatch | bool | |
return | void |
protected InitializeParticle ( |
||
particle | ||
where | Vector2 | |
return | void |
public LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task | ||
resourceCreator | ICanvasResourceCreator | |
return | System.Threading.Tasks.Task |
protected ParticleSystem ( ) : Microsoft.Graphics.Canvas | ||
return | Microsoft.Graphics.Canvas |
protected CanvasBitmap,Microsoft.Graphics.Canvas bitmap | ||
return | Microsoft.Graphics.Canvas.CanvasBitmap |
protected Rect,Windows.Foundation bitmapBounds | ||
return |