NavMeshLinkData
Used for runtime manipulation of links connecting polygons of the NavMesh.
Members
Properties
Name | Description |
---|---|
NavMeshLinkData .agentTypeID | Specifies which agent type this link is available for. |
NavMeshLinkData .area | Area type of the link. |
NavMeshLinkData .bidirectional | If true, the link can be traversed in both directions, otherwise only from start to end position. |
NavMeshLinkData .costModifier | If positive, overrides the pathfinder cost to traverse the link. |
NavMeshLinkData .endPosition | End position of the link. |
NavMeshLinkData .startPosition | Start position of the link. |
NavMeshLinkData .width | If positive, the link will be rectangle aligned along the line from start to end. |
Constructor
Name | Description |
---|---|
NavMeshLinkData() | Create new NavMeshLinkData |
Extra Detail
A typical use case is to connect different navigation meshes.