OffMeshLink
Link allowing movement outside the planar navigation mesh.
Read time 6 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
- Inherits from: Behaviour
Warning
Deprecated. The OffMeshLink component is no longer supported and will be removed. Use NavMeshLink instead.
[HelpURL("https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/OffMeshLink.html")]public sealed class OffMeshLink : Behaviour
Inheritance
Inherited Members
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |