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

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

Draw() protected méthode

protected Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
spriteBatch CanvasSpriteBatch
Résultat void

Draw() public méthode

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
useSpriteBatch bool
Résultat void

InitializeConstants() protected méthode

protected InitializeConstants ( ) : void
Résultat void

StarParticleSystem() public méthode

public StarParticleSystem ( ) : Microsoft.Graphics.Canvas
Résultat Microsoft.Graphics.Canvas