Click or drag to resize

TileSetTileSetShapes Method

Sets an array of shapes for the tile, enabling collision.

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

Parameters

id
Type: SystemInt32

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

shapes
Type: Godot.CollectionsArray

[Missing <param name="shapes"/> documentation for "M:Godot.TileSet.TileSetShapes(System.Int32,Godot.Collections.Array)"]

See Also