Click or drag to resize

PlaneIsPointOver Method

Returns true if `point` is located above the plane.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsPointOver(
	Vector3 point
)

Parameters

point
Type: GodotVector3
The point to check.

Return Value

Type: Boolean
A bool for whether or not the point is above the plane.
See Also