Click or drag to resize

GeometryInstanceSetCustomAabb Method

Overrides the bounding box of this node with a custom one. To remove it, set an AABB with all fields set to zero.

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

Parameters

aabb
Type: GodotAABB

[Missing <param name="aabb"/> documentation for "M:Godot.GeometryInstance.SetCustomAabb(Godot.AABB)"]

See Also