C# Class Com.Aurora.AuWeather.Effects.StarParticleSystem

模拟星空使用固定的圆形发光点,并且随机进行亮度变化
Inheritance: ParticleSystem
Mostrar archivo Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Public Methods

Method Description
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void
StarParticleSystem ( ) : Microsoft.Graphics.Canvas

Protected Methods

Method Description
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void
InitializeConstants ( ) : void

Method Details

Draw() protected method

protected Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
spriteBatch CanvasSpriteBatch
return void

Draw() public method

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
useSpriteBatch bool
return void

InitializeConstants() protected method

protected InitializeConstants ( ) : void
return void

StarParticleSystem() public method

public StarParticleSystem ( ) : Microsoft.Graphics.Canvas
return Microsoft.Graphics.Canvas