Click or drag to resize

Camera2DSetMarginDrawingEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera2D.SetMarginDrawingEnabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMarginDrawingEnabled is deprecated. Use the EditorDrawDragMargin property instead.")]
public void SetMarginDrawingEnabled(
	bool marginDrawingEnabled
)

Parameters

marginDrawingEnabled
Type: SystemBoolean

[Missing <param name="marginDrawingEnabled"/> documentation for "M:Godot.Camera2D.SetMarginDrawingEnabled(System.Boolean)"]

See Also