C# Class MagicalFPS.MagicEffect.CircleEffect

Inheritance: EffectBase
Afficher le fichier Open project: kyasbal-1994/MagicalFPS

Méthodes publiques

Méthode Description
CircleEffect ( GameContext context ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Draw ( long time ) : void
Update ( long time ) : void

Private Methods

Méthode Description
RenderFront ( PlaneBoard arg1, SlimDX arg2, ShaderResourceView arg3 ) : void
Renderbeam ( PlaneBoard arg1, SlimDX arg2, ShaderResourceView arg3 ) : void

Renderbeams the specified arg1.

Method Details

CircleEffect() public méthode

public CircleEffect ( GameContext context ) : System
context GameContext
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() protected méthode

protected Draw ( long time ) : void
time long
Résultat void

Update() protected méthode

protected Update ( long time ) : void
time long
Résultat void