C# Class ManagerInput.CameraControls.NumberHelper

Afficher le fichier Open project: juliancruz87/madbricks

Méthodes publiques

Méthode Description
GetCloserFloatInList ( float maxNumberInList, float currentValue, List list ) : float

Private Methods

Méthode Description
GetMinAndMaxNumber ( float maxNumberInList, float currentDegress, List list, float &minNumber, float &maxNumber ) : void

Method Details

GetCloserFloatInList() public static méthode

public static GetCloserFloatInList ( float maxNumberInList, float currentValue, List list ) : float
maxNumberInList float
currentValue float
list List
Résultat float