Property | Type | Description | |
---|---|---|---|
OrientationX | float | ||
OrientationY | float | ||
Radius | float | ||
TurbulenceMatrix | Matrix3x2 | ||
X | float | ||
Y | float | ||
factor | float | ||
particleBitmap | int | ||
random | float |
Method | Description | |
---|---|---|
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void | ||
Particle ( int x, int y, int idxBitmap, float orientationx, float orientationy, CanvasRenderTarget source, float particlespeed = 0.25f, bool particlefall = false ) : System | ||
Update ( float elapsedTime, |
Method | Description | |
---|---|---|
CheckBounds ( |
||
UpdatePosition ( ) : void | ||
UpdateTurbulence ( float elapsedTime ) : void |
public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession session ) : void | ||
session | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
return | void |
public Particle ( int x, int y, int idxBitmap, float orientationx, float orientationy, CanvasRenderTarget source, float particlespeed = 0.25f, bool particlefall = false ) : System | ||
x | int | |
y | int | |
idxBitmap | int | |
orientationx | float | |
orientationy | float | |
source | CanvasRenderTarget | |
particlespeed | float | |
particlefall | bool | |
return | System |
public Update ( float elapsedTime, |
||
elapsedTime | float | |
bounds | ||
return | void |