C# Class ManagerInput.CameraControls.NumberHelper

Show file Open project: juliancruz87/madbricks

Public Methods

Method Description
GetCloserFloatInList ( float maxNumberInList, float currentValue, List list ) : float

Private Methods

Method Description
GetMinAndMaxNumber ( float maxNumberInList, float currentDegress, List list, float &minNumber, float &maxNumber ) : void

Method Details

GetCloserFloatInList() public static method

public static GetCloserFloatInList ( float maxNumberInList, float currentValue, List list ) : float
maxNumberInList float
currentValue float
list List
return float