Click or drag to resize

MeshDataToolSetMaterial Method

Sets the material to be used by newly-constructed Mesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetMaterial(
	Material material
)

Parameters

material
Type: GodotMaterial

[Missing <param name="material"/> documentation for "M:Godot.MeshDataTool.SetMaterial(Godot.Material)"]

See Also