Click or drag to resize

TileSetTileSetModulate Method

Sets the tile's modulation color.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetModulate(
	int id,
	Color color
)

Parameters

id
Type: SystemInt32

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

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.TileSet.TileSetModulate(System.Int32,Godot.Color)"]

See Also