InputMappingAxisUtility.DoesAxisNameExist(String) Method

Definition

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

Returns

Applies to