Click or drag to resize

TileSetTileSetShapeOneWay Method

Enables one-way collision on a tile's shape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetShapeOneWay(
	int id,
	int shapeId,
	bool oneWay
)

Parameters

id
Type: SystemInt32

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

shapeId
Type: SystemInt32

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

oneWay
Type: SystemBoolean

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

See Also