Click or drag to resize

ArrayMeshSetCustomAabb Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ArrayMesh.SetCustomAabb(Godot.AABB)"]

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

Parameters

aabb
Type: GodotAABB

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

See Also