Click or drag to resize

InputMapEraseAction Method

Removes an action from the InputMap.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void EraseAction(
	string action
)

Parameters

action
Type: SystemString

[Missing <param name="action"/> documentation for "M:Godot.InputMap.EraseAction(System.String)"]

See Also