Click or drag to resize

ControlSetFocusPrevious Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetFocusPrevious(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFocusPrevious is deprecated. Use the FocusPrevious property instead.")]
public void SetFocusPrevious(
	NodePath previous
)

Parameters

previous
Type: GodotNodePath

[Missing <param name="previous"/> documentation for "M:Godot.Control.SetFocusPrevious(Godot.NodePath)"]

See Also