Click or drag to resize

EditorSpatialGizmoGetPlugin Method

Returns the EditorSpatialGizmoPlugin that owns this gizmo. It's useful to retrieve materials using GetMaterial(String, EditorSpatialGizmo).

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public EditorSpatialGizmoPlugin GetPlugin()

Return Value

Type: EditorSpatialGizmoPlugin

[Missing <returns> documentation for "M:Godot.EditorSpatialGizmo.GetPlugin"]

See Also