Click or drag to resize

PhysicsServerBodySetRayPickable Method

Sets the body pickable with rays if enabled is set.

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

Parameters

body
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also