EditorSpatialGizmoPluginHasGizmo Method |
Override this method to define which Spatial nodes have a gizmo from this plugin. Whenever a Spatial node is added to a scene this method is called, if it returns true the node gets a generic EditorSpatialGizmo assigned and is added to this plugin's list of active gizmos.
Namespace: Godot
public virtual bool HasGizmo( Spatial spatial )
[Missing <param name="spatial"/> documentation for "M:Godot.EditorSpatialGizmoPlugin.HasGizmo(Godot.Spatial)"]
[Missing <returns> documentation for "M:Godot.EditorSpatialGizmoPlugin.HasGizmo(Godot.Spatial)"]