Click or drag to resize

EditorSpatialGizmoPluginSetHandle Method

Update the value of a handle after it has been updated. Called for this plugin's active gizmos.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual void SetHandle(
	EditorSpatialGizmo gizmo,
	int index,
	Camera camera,
	Vector2 point
)

Parameters

gizmo
Type: GodotEditorSpatialGizmo

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

index
Type: SystemInt32

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

camera
Type: GodotCamera

[Missing <param name="camera"/> documentation for "M:Godot.EditorSpatialGizmoPlugin.SetHandle(Godot.EditorSpatialGizmo,System.Int32,Godot.Camera,Godot.Vector2)"]

point
Type: GodotVector2

[Missing <param name="point"/> documentation for "M:Godot.EditorSpatialGizmoPlugin.SetHandle(Godot.EditorSpatialGizmo,System.Int32,Godot.Camera,Godot.Vector2)"]

See Also