Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NavMesh.IsLinkValid

Declaration

public static bool IsLinkValid(AI.NavMeshLinkInstance handle);

Parameters

handle The identifier of the link instance to check.

Returns

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

Description

Determines whether the link instance is part of the current data used for navigation.