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