C# Class LDEngine.ParticleFunctions

Afficher le fichier Open project: GarethIW/LDEngine

Méthodes publiques

Méthode Description
FadeInOut ( Particle p ) : void
FadeLight ( Particle p ) : void
PermaLight ( Particle p ) : void
Smoke ( Particle p ) : void

Method Details

FadeInOut() public static méthode

public static FadeInOut ( Particle p ) : void
p Particle
Résultat void

FadeLight() public static méthode

public static FadeLight ( Particle p ) : void
p Particle
Résultat void

PermaLight() public static méthode

public static PermaLight ( Particle p ) : void
p Particle
Résultat void

Smoke() public static méthode

public static Smoke ( Particle p ) : void
p Particle
Résultat void