Click or drag to resize

InputEventActionSetAction Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventAction.SetAction(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAction is deprecated. Use the Action property instead.")]
public void SetAction(
	string action
)

Parameters

action
Type: SystemString

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

See Also