Click or drag to resize

VisualServerMultimeshGetMesh Method

Returns the RID of the mesh that will be used in drawing this multimesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static RID MultimeshGetMesh(
	RID multimesh
)

Parameters

multimesh
Type: GodotRID

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

Return Value

Type: RID

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

See Also