Click or drag to resize

VisualServerMultimeshSetMesh Method

Sets the mesh to be drawn by the multimesh. Equivalent to Mesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MultimeshSetMesh(
	RID multimesh,
	RID mesh
)

Parameters

multimesh
Type: GodotRID

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

mesh
Type: GodotRID

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

See Also