InputMappingAxisUtility.DoesAxisNameExist(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks our local cache of axis names to see if an axis exists. This cache is refreshed if it's empty or if InputManager.asset has been changed.
public:
static bool DoesAxisNameExist(System::String ^ axisName);
public static bool DoesAxisNameExist (string axisName);
static member DoesAxisNameExist : string -> bool
Public Shared Function DoesAxisNameExist (axisName As String) As Boolean
Parameters
- axisName
- String