Click or drag to resize

MeshLibrarySetItemNavmeshTransform Method

Sets the transform to apply to the item's navigation mesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemNavmeshTransform(
	int id,
	Transform navmesh
)

Parameters

id
Type: SystemInt32

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

navmesh
Type: GodotTransform

[Missing <param name="navmesh"/> documentation for "M:Godot.MeshLibrary.SetItemNavmeshTransform(System.Int32,Godot.Transform)"]

See Also