Click or drag to resize

EditorSpatialGizmoPluginGetHandleValue Method

Gets actual value of a handle from gizmo. Called for this plugin's active gizmos.

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

Parameters

gizmo
Type: GodotEditorSpatialGizmo

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

index
Type: SystemInt32

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

Return Value

Type: Object

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

See Also