Click or drag to resize

Navigation2DNavpolySetTransform Method

Sets the transform applied to the NavigationPolygon with the given ID.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void NavpolySetTransform(
	int id,
	Transform2D xform
)

Parameters

id
Type: SystemInt32

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

xform
Type: GodotTransform2D

[Missing <param name="xform"/> documentation for "M:Godot.Navigation2D.NavpolySetTransform(System.Int32,Godot.Transform2D)"]

See Also