Click or drag to resize

TileSetTileGetShapeOneWay Method

Returns the one-way collision value of a tile's shape.

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

Parameters

id
Type: SystemInt32

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

shapeId
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TileSet.TileGetShapeOneWay(System.Int32,System.Int32)"]

See Also