Click or drag to resize

EditorSpatialGizmoPluginIsSelectableWhenHidden Method

Override this method to define whether a Spatial with this gizmo should be selectable even when the gizmo is hidden.

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

Return Value

Type: Boolean

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

See Also