Click or drag to resize

EditorSpatialGizmoIsHandleHighlighted Method

Returns true if the handle at index index is highlighted by being hovered with the mouse.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual bool IsHandleHighlighted(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.EditorSpatialGizmo.IsHandleHighlighted(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorSpatialGizmo.IsHandleHighlighted(System.Int32)"]

See Also