Click or drag to resize

VisualServerMeshClear Method

Removes all surfaces from a mesh.

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

Parameters

mesh
Type: GodotRID

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

See Also