Click or drag to resize

MeshLibraryGetItemNavmeshTransform Method

Returns the transform applied to the item's navigation mesh.

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

Parameters

id
Type: SystemInt32

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

Return Value

Type: Transform

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

See Also