Click or drag to resize

VisualServerMeshGetCustomAabb Method

Returns a mesh's custom aabb.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static AABB MeshGetCustomAabb(
	RID mesh
)

Parameters

mesh
Type: GodotRID

[Missing <param name="mesh"/> documentation for "M:Godot.VisualServer.MeshGetCustomAabb(Godot.RID)"]

Return Value

Type: AABB

[Missing <returns> documentation for "M:Godot.VisualServer.MeshGetCustomAabb(Godot.RID)"]

See Also