Click or drag to resize

MeshGetAabb Method

Returns the smallest AABB enclosing this mesh in local space. Not affected by custom_aabb. See also GetTransformedAabb.

Note: This is only implemented for ArrayMesh and PrimitiveMesh.

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

Return Value

Type: AABB

[Missing <returns> documentation for "M:Godot.Mesh.GetAabb"]

See Also