C# Class SadConsole.DoubleAnimation

Mostra file Open project: Thraka/SadConsole

Private Properties

Property Type Description
CheckEnd bool

Public Methods

Method Description
GetValueForDuration ( double time ) : double
Reset ( ) : void
Start ( ) : void

Private Methods

Method Description
CheckEnd ( ) : bool

Method Details

GetValueForDuration() public method

public GetValueForDuration ( double time ) : double
time double
return double

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void