Click or drag to resize

TileSetAutotileSetBitmaskMode Method

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

Parameters

id
Type: SystemInt32

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

mode
Type: GodotTileSetBitmaskMode

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

See Also