C# Class LDEngine.ParticleFunctions

Datei anzeigen Open project: GarethIW/LDEngine

Public Methods

Method Description
FadeInOut ( Particle p ) : void
FadeLight ( Particle p ) : void
PermaLight ( Particle p ) : void
Smoke ( Particle p ) : void

Method Details

FadeInOut() public static method

public static FadeInOut ( Particle p ) : void
p Particle
return void

FadeLight() public static method

public static FadeLight ( Particle p ) : void
p Particle
return void

PermaLight() public static method

public static PermaLight ( Particle p ) : void
p Particle
return void

Smoke() public static method

public static Smoke ( Particle p ) : void
p Particle
return void