Click or drag to resize

VisualServerMeshGetSurfaceCount Method

Returns a mesh's number of surfaces.

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

Parameters

mesh
Type: GodotRID

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualServer.MeshGetSurfaceCount(Godot.RID)"]

See Also