Click or drag to resize

ArrayMeshSurfaceRemove Method

Removes a surface at position surf_idx, shifting greater surfaces one surf_idx slot down.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SurfaceRemove(
	int surfIdx
)

Parameters

surfIdx
Type: SystemInt32

[Missing <param name="surfIdx"/> documentation for "M:Godot.ArrayMesh.SurfaceRemove(System.Int32)"]

See Also