AABB Constructor (Vector3, Single, Single, Single) |
Constructs an AABB from a position, width, height, and depth.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public AABB(
Vector3 position,
float width,
float height,
float depth
)
Parameters
- position
- Type: GodotVector3
The position. - width
- Type: SystemSingle
The width, typically positive. - height
- Type: SystemSingle
The height, typically positive. - depth
- Type: SystemSingle
The depth, typically positive.
See Also