C# Class Cascade.Behaviors.Disappear

Inheritance: ParticleBehavior
Show file Open project: RIT-Tool-Time/Cascade

Public Methods

Method Description
Disappear ( float timer, float fadeinspeed, float fadeoutspeed, float maxalpha ) : System
Update ( Particle part ) : void

Method Details

Disappear() public method

public Disappear ( float timer, float fadeinspeed, float fadeoutspeed, float maxalpha ) : System
timer float
fadeinspeed float
fadeoutspeed float
maxalpha float
return System

Update() public method

public Update ( Particle part ) : void
part Particle
return void