Unity Engine documentationScript ReferenceUnityEngineUnityEngine.AIOffMeshLinkactivatedIs link active.Read time 1 minuteLast updated 6 days agoDefinition Type: Property Namespace: UnityEngine.AI Assembly: UnityEngine.AIModule WarningDeprecated. activated has been deprecated together with the class. Declare the object as NavMeshLink and use activated as before. public bool activated { get; set; }