Click or drag to resize

PrimitiveMeshGetCustomAabb Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PrimitiveMesh.GetCustomAabb"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetCustomAabb is deprecated. Use the CustomAabb property instead.")]
public AABB GetCustomAabb()

Return Value

Type: AABB

[Missing <returns> documentation for "M:Godot.PrimitiveMesh.GetCustomAabb"]

See Also