Click or drag to resize

AABB Constructor (Single, Single, Single, Vector3)

Constructs an AABB from x, y, z, and size.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AABB(
	float x,
	float y,
	float z,
	Vector3 size
)

Parameters

x
Type: SystemSingle
The position's X coordinate.
y
Type: SystemSingle
The position's Y coordinate.
z
Type: SystemSingle
The position's Z coordinate.
size
Type: GodotVector3
The size, typically positive.
See Also