Click or drag to resize

Area2DSetMonitorable Method

Note: This API is now obsolete.

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

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

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.Area2D.SetMonitorable(System.Boolean)"]

See Also