Click or drag to resize

TileSetTileSetShape Method

Sets a shape for the tile, enabling collision.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetShape(
	int id,
	int shapeId,
	Shape2D shape
)

Parameters

id
Type: SystemInt32

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

shapeId
Type: SystemInt32

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

shape
Type: GodotShape2D

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

See Also