C# Class CUE.NET.Effects.FlashEffect

Represents an effect which allows to flash an brush by modifying his opacity.
Inheritance: CUE.NET.Effects.AbstractEffect
Show file Open project: DarthAffe/CUE.NET

Public Methods

Method Description
OnAttach ( IBrush brush ) : void

Resets the effect.

Update ( float deltaTime ) : void

Updates the effect.

Method Details

OnAttach() public method

Resets the effect.
public OnAttach ( IBrush brush ) : void
brush IBrush
return void

Update() public method

Updates the effect.
public Update ( float deltaTime ) : void
deltaTime float The elapsed time (in seconds) since the last update.
return void