Click or drag to resize

ArrayMeshSurfaceSetName Method

Sets a name for a given surface.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SurfaceSetName(
	int surfIdx,
	string name
)

Parameters

surfIdx
Type: SystemInt32

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

name
Type: SystemString

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

See Also