Version: 2017.3
public static void RemoveLink (AI.NavMeshLinkInstance handle);

Parámetros

handle The instance of a link to remove.

Descripción

Removes a link from the NavMesh.

Use the instance returned by AddLink to remove the corresponding link.

See Also: NavMeshLinkInstance.Remove.