Click or drag to resize

VisualServerMeshRemoveSurface Method

Removes a mesh's surface.

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

Parameters

mesh
Type: GodotRID

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

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.VisualServer.MeshRemoveSurface(Godot.RID,System.Int32)"]

See Also