C# Class MagicalFPS.MagicEffect.BulletEffect

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

Public Methods

Method Description
BulletEffect ( GameContext context ) : System
Dispose ( ) : void
ReloadEffectFile ( ) : void

Protected Methods

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

Private Methods

Method Description
SubscribeLazerEffectVariable ( PlaneBoard planeBoard, Effect effect, ShaderResourceView arg3 ) : void

Method Details

BulletEffect() public method

public BulletEffect ( 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

ReloadEffectFile() public method

public ReloadEffectFile ( ) : void
return void

Update() protected method

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