C# Class FilterDemoFramework.ParameterRamper

Mostra file Open project: xamarin/monotouch-samples

Public Methods

Method Description
Get ( ) : float
GetStep ( ) : float
ParameterRamper ( float value )
Set ( float value ) : void
StartRamp ( float newGoal, int duration ) : void

Method Details

Get() public method

public Get ( ) : float
return float

GetStep() public method

public GetStep ( ) : float
return float

ParameterRamper() public method

public ParameterRamper ( float value )
value float

Set() public method

public Set ( float value ) : void
value float
return void

StartRamp() public method

public StartRamp ( float newGoal, int duration ) : void
newGoal float
duration int
return void