Click or drag to resize

PhysicsServerAreaSetRayPickable Method

Sets object pickable with rays.

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

Parameters

area
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also