Click or drag to resize

TileSetAutotileSetSize Method

Sets the size of the subtiles in an atlas/autotile.

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

Parameters

id
Type: SystemInt32

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

size
Type: GodotVector2

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

See Also