Click or drag to resize

TileMapSetTileset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TileMap.SetTileset(Godot.TileSet)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTileset is deprecated. Use the TileSet property instead.")]
public void SetTileset(
	TileSet tileset
)

Parameters

tileset
Type: GodotTileSet

[Missing <param name="tileset"/> documentation for "M:Godot.TileMap.SetTileset(Godot.TileSet)"]

See Also