OffMeshLinkData
State of OffMeshLink.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public struct OffMeshLinkData
Remarks
Additional Resources: _currentOffMeshLinkData, _nextOffMeshLinkData
Properties
Property | Description |
|---|---|
| activated | Is link active (Read Only). |
| endPos | Link end world position (Read Only). |
| linkType | Link type specifier (Read Only). |
| owner | Get the object used to create the NavMesh link represented by the data in this struct. |
| startPos | Link start world position (Read Only). |
| valid | Is link valid (Read Only). |