Click or drag to resize

VisualServerMeshSetCustomAabb Method

Sets a mesh's custom aabb.

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

Parameters

mesh
Type: GodotRID

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

aabb
Type: GodotAABB

[Missing <param name="aabb"/> documentation for "M:Godot.VisualServer.MeshSetCustomAabb(Godot.RID,Godot.AABB)"]

See Also