Version: 2020.1
언어: 한국어
public static void RemoveLink (AI.NavMeshLinkInstance handle);

파라미터

handle The instance of a link to remove.

설명

Removes a link from the NavMesh.

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

See Also: NavMeshLinkInstance.Remove, NavMesh.RemoveAllNavMeshData.