Click or drag to resize

TileSetTileGetNavigationPolygon Method

Returns the navigation polygon of the tile.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public NavigationPolygon TileGetNavigationPolygon(
	int id
)

Parameters

id
Type: SystemInt32

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

Return Value

Type: NavigationPolygon

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

See Also