C# Class MagicalFPS.MagicEffect.CircleEffect

Inheritance: EffectBase
Datei anzeigen Open project: kyasbal-1994/MagicalFPS

Public Methods

Method Description
CircleEffect ( GameContext context ) : System
Dispose ( ) : void

Protected Methods

Method Description
Draw ( long time ) : void
Update ( long time ) : void

Private Methods

Method 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 method

public CircleEffect ( GameContext context ) : System
context GameContext
return System

Dispose() public method

public Dispose ( ) : void
return void

Draw() protected method

protected Draw ( long time ) : void
time long
return void

Update() protected method

protected Update ( long time ) : void
time long
return void