Click or drag to resize

TileSetAutotileSetSpacing Method

Sets the spacing between subtiles of the atlas/autotile.

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

Parameters

id
Type: SystemInt32

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

spacing
Type: SystemInt32

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

See Also