Click or drag to resize

VisualInstanceGetTransformedAabb Method

Returns the transformed AABB (also known as the bounding box) for this VisualInstance.

Transformed in this case means the AABB plus the position, rotation, and scale of the Spatial's Transform. See also GetAabb.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AABB GetTransformedAabb()

Return Value

Type: AABB

[Missing <returns> documentation for "M:Godot.VisualInstance.GetTransformedAabb"]

See Also