IInputSettingExtensions.IsDefined
Extension Method in IInputSettingExtensions
Declaration
public static bool IsDefined(this IInputSetting input)
Description
Checks if the input action has been assigned.
Parameters
input | The input setting to check. |
Returns
bool | True if the input action has been assigned. |