Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsLinkValid(NavMeshLinkInstance)

Determines whether the link instance is part of the current data used for navigation.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public static bool IsLinkValid(NavMeshLinkInstance handle)

Parameters

The identifier of the link instance to check.

Returns

Type

Description

boolTrue if the NavMesh link is added to the navigation system - otherwise false.