Click or drag to resize

PhysicsServerBodyIsRayPickable Method

If true, the body can be detected by rays.

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

Parameters

body
Type: GodotRID

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.PhysicsServer.BodyIsRayPickable(Godot.RID)"]

See Also