Click or drag to resize

EditorPluginForwardCanvasForceDrawOverViewport Method

This method is the same as ForwardCanvasDrawOverViewport(Control), except it draws on top of everything. Useful when you need an extra layer that shows over anything else.

You need to enable calling of this method by using SetForceDrawOverForwardingEnabled.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual void ForwardCanvasForceDrawOverViewport(
	Control overlay
)

Parameters

overlay
Type: GodotControl

[Missing <param name="overlay"/> documentation for "M:Godot.EditorPlugin.ForwardCanvasForceDrawOverViewport(Godot.Control)"]

See Also