Click or drag to resize

SurfaceToolSetMaterial Method

Sets Material to be used by the Mesh you are constructing.

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.SurfaceTool.SetMaterial(Godot.Material)"]

See Also