C# Class Assets.Scripts.Util.AlphaLerp

Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Méthode Description
AlphaLerp ( float min, float max )
GetAlpha ( float value ) : float
GetValue ( float alpha ) : float
GetValue ( float min, float max, float alpha ) : float

Method Details

AlphaLerp() public méthode

public AlphaLerp ( float min, float max )
min float
max float

GetAlpha() public méthode

public GetAlpha ( float value ) : float
value float
Résultat float

GetValue() public méthode

public GetValue ( float alpha ) : float
alpha float
Résultat float

GetValue() public static méthode

public static GetValue ( float min, float max, float alpha ) : float
min float
max float
alpha float
Résultat float