UnityUtilities
UnityUtilities.MathHelper Member List

This is the complete list of members for UnityUtilities.MathHelper, including all inherited members.

ApplyJoystickDeadzone(float value, float deadzone, bool fullRangeBetweenDeadzoneAndOne=false)UnityUtilities.MathHelperstatic
EasedLerp(float current, float target, float percentPerSecond, float deltaTime=0f)UnityUtilities.MathHelperstatic
EasedLerpFactor(float factor, float deltaTime=0f)UnityUtilities.MathHelperstatic
GetCenterAngleDeg(float angle1, float angle2)UnityUtilities.MathHelperstatic
MapClamped(float sourceValue, float sourceFrom, float sourceTo, float targetFrom, float targetTo)UnityUtilities.MathHelperstatic
MapClampedJoystick(float sourceValue, float sourceFrom, float sourceTo, float deadzone=0f, bool fullRangeBetweenDeadzoneAndOne=false)UnityUtilities.MathHelperstatic
NormalizeAngleDeg180(float angle)UnityUtilities.MathHelperstatic
NormalizeAngleDeg360(float angle)UnityUtilities.MathHelperstatic