Click or drag to resize

EditorSpatialGizmoPluginIsHandleHighlighted Method

Gets whether a handle is highlighted or not. Called for this plugin's active gizmos.

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

Parameters

gizmo
Type: GodotEditorSpatialGizmo

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

index
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also