Returns true if `point` is located above the plane.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsPointOver(
Vector3 point
)
Parameters
- point
- Type: GodotVector3
The point to check.
Return Value
Type:
BooleanA bool for whether or not the point is above the plane.
See Also