C# Class SpellEffectNightVision, UnderworldExporter

Add a Greyscale effect to the player vision. Increases the light range
Inheritance: SpellEffectLight
Show file Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
gs Grayscale
inUse bool

Public Methods

Method Description
ApplyEffect ( ) : void
CancelEffect ( ) : void
Update ( ) : void

Method Details

ApplyEffect() public method

public ApplyEffect ( ) : void
return void

CancelEffect() public method

public CancelEffect ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gs public property

public Grayscale gs
return Grayscale

inUse public static property

public static bool inUse
return bool