프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
useSpriteBatch | bool | |
리턴 | void |
protected InitializeParticle ( |
||
particle | ||
where | Vector2 | |
리턴 | void |
public LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task | ||
resourceCreator | ICanvasResourceCreator | |
리턴 | System.Threading.Tasks.Task |
protected ParticleSystem ( ) : Microsoft.Graphics.Canvas | ||
리턴 | Microsoft.Graphics.Canvas |
protected CanvasBitmap,Microsoft.Graphics.Canvas bitmap | ||
리턴 | Microsoft.Graphics.Canvas.CanvasBitmap |