Click or drag to resize

AABB Constructor (Single, Single, Single, Single, Single, Single)

Constructs an AABB from x, y, z, width, height, and depth.

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

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.
width
Type: SystemSingle
The width, typically positive.
height
Type: SystemSingle
The height, typically positive.
depth
Type: SystemSingle
The depth, typically positive.
See Also