Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Properties

Property

Description

activatedIs link active (Read Only).
endPosLink end world position (Read Only).
linkTypeLink type specifier (Read Only).
ownerGet the object used to create the NavMesh link represented by the data in this struct.
startPosLink start world position (Read Only).
validIs link valid (Read Only).