Click or drag to resize

EditorSpatialGizmoPluginRedraw Method

Callback to redraw the provided gizmo. Called for this plugin's active gizmos.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual void Redraw(
	EditorSpatialGizmo gizmo
)

Parameters

gizmo
Type: GodotEditorSpatialGizmo

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

See Also