C# Class FloatInterpolator, PoniGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: 3dAnon/PoniGame Class Usage Examples

Public Methods

Method Description
Initialize ( InterpolatedFloat interpolated, bool useThreshold = false ) : Interpolator
SetThreshold ( float threshold ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Initialize() public method

public Initialize ( InterpolatedFloat interpolated, bool useThreshold = false ) : Interpolator
interpolated InterpolatedFloat
useThreshold bool
return Interpolator

SetThreshold() public method

public SetThreshold ( float threshold ) : void
threshold float
return void