Click or drag to resize

EditorSpatialGizmoPluginCanBeHidden Method

Override this method to define whether the gizmo can be hidden or not. Returns true if not overridden.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual bool CanBeHidden()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorSpatialGizmoPlugin.CanBeHidden"]

See Also