Click or drag to resize

MultiMeshInstanceSetMultimesh Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MultiMeshInstance.SetMultimesh(Godot.MultiMesh)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMultimesh is deprecated. Use the Multimesh property instead.")]
public void SetMultimesh(
	MultiMesh multimesh
)

Parameters

multimesh
Type: GodotMultiMesh

[Missing <param name="multimesh"/> documentation for "M:Godot.MultiMeshInstance.SetMultimesh(Godot.MultiMesh)"]

See Also