Click or drag to resize

TileSetAutotileSetNavigationPolygon Method

Sets the navigation polygon of the subtile from an atlas/autotile given its coordinates.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AutotileSetNavigationPolygon(
	int id,
	NavigationPolygon navigationPolygon,
	Vector2 coord
)

Parameters

id
Type: SystemInt32

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

navigationPolygon
Type: GodotNavigationPolygon

[Missing <param name="navigationPolygon"/> documentation for "M:Godot.TileSet.AutotileSetNavigationPolygon(System.Int32,Godot.NavigationPolygon,Godot.Vector2)"]

coord
Type: GodotVector2

[Missing <param name="coord"/> documentation for "M:Godot.TileSet.AutotileSetNavigationPolygon(System.Int32,Godot.NavigationPolygon,Godot.Vector2)"]

See Also