Click or drag to resize

ArrayMeshSurfaceGetName Method

Gets the name assigned to this surface.

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

Parameters

surfIdx
Type: SystemInt32

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ArrayMesh.SurfaceGetName(System.Int32)"]

See Also