Click or drag to resize

EditorSpatialGizmoPluginCreateGizmo Method

Override this method to return a custom EditorSpatialGizmo for the spatial nodes of your choice, return null for the rest of nodes. See also HasGizmo(Spatial).

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual EditorSpatialGizmo CreateGizmo(
	Spatial spatial
)

Parameters

spatial
Type: GodotSpatial

[Missing <param name="spatial"/> documentation for "M:Godot.EditorSpatialGizmoPlugin.CreateGizmo(Godot.Spatial)"]

Return Value

Type: EditorSpatialGizmo

[Missing <returns> documentation for "M:Godot.EditorSpatialGizmoPlugin.CreateGizmo(Godot.Spatial)"]

See Also