GetAxisDeadzone
Last updated
Was this helpful?
Last updated
Was this helpful?
float GetAxisDeadzone(string description) float GetAxisDeadzone(int descriptionHash)
description: The name of the axis, as defined in . descriptionHash: The hashcode of the name of the axis, as defined in .
float: The deadzone
value for the axis.
Returns the deadzone
value for the axis. You can change this value with .
This is provided as a way to present the player with a UI to display and change the deadzone
settings.