Click or drag to resize

PhysicsServerAreaSetMonitorable Method

[Missing <summary> documentation for "M:Godot.PhysicsServer.AreaSetMonitorable(Godot.RID,System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AreaSetMonitorable(
	RID area,
	bool monitorable
)

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.PhysicsServer.AreaSetMonitorable(Godot.RID,System.Boolean)"]

monitorable
Type: SystemBoolean

[Missing <param name="monitorable"/> documentation for "M:Godot.PhysicsServer.AreaSetMonitorable(Godot.RID,System.Boolean)"]

See Also