Click or drag to resize

VisualServerMultimeshGetAabb Method

Calculates and returns the axis-aligned bounding box that encloses all instances within the multimesh.

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

Parameters

multimesh
Type: GodotRID

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

Return Value

Type: AABB

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

See Also