C# Class TiaraFramework.Component.ActFade

Inheritance: Act
Show file Open project: TiaraGames/TiaraFramework

Public Methods

Method Description
ActFade ( int TargetAlpha, float Time, bool isSolid = true, bool isRelative = false ) : System

Private Methods

Method Description
NextStep ( ) : void
setSprite ( ASprite sprite ) : void

Method Details

ActFade() public method

public ActFade ( int TargetAlpha, float Time, bool isSolid = true, bool isRelative = false ) : System
TargetAlpha int
Time float
isSolid bool
isRelative bool
return System