Click or drag to resize

TileSetTileSetMaterial Method

Sets the tile's material.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetMaterial(
	int id,
	ShaderMaterial material
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.TileSet.TileSetMaterial(System.Int32,Godot.ShaderMaterial)"]

material
Type: GodotShaderMaterial

[Missing <param name="material"/> documentation for "M:Godot.TileSet.TileSetMaterial(System.Int32,Godot.ShaderMaterial)"]

See Also