C# Class FloatInterpolator, PoniGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: 3dAnon/PoniGame Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Initialize() public méthode

public Initialize ( InterpolatedFloat interpolated, bool useThreshold = false ) : Interpolator
interpolated InterpolatedFloat
useThreshold bool
Résultat Interpolator

SetThreshold() public méthode

public SetThreshold ( float threshold ) : void
threshold float
Résultat void