Click or drag to resize

MeshLibrarySetItemMesh Method

Sets the item's mesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemMesh(
	int id,
	Mesh mesh
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.MeshLibrary.SetItemMesh(System.Int32,Godot.Mesh)"]

mesh
Type: GodotMesh

[Missing <param name="mesh"/> documentation for "M:Godot.MeshLibrary.SetItemMesh(System.Int32,Godot.Mesh)"]

See Also