Click or drag to resize

Camera2DSetLimitDrawingEnabled Method

Note: This API is now obsolete.

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

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

Parameters

limitDrawingEnabled
Type: SystemBoolean

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

See Also