Click or drag to resize

AABBHasPoint Method

Returns true if the AABB contains a point, or false otherwise.

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

Parameters

point
Type: GodotVector3
The point to check.

Return Value

Type: Boolean
A bool for whether or not the AABB contains `point`.
See Also