Click or drag to resize

ArrayMesh.SurfaceGetPrimitiveType Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Mesh.PrimitiveType SurfaceGetPrimitiveType(
	int surfIdx
)

Parameters

surfIdx
Type: System.Int32

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

Return Value

Type: Mesh.PrimitiveType

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

See Also