Class OffMeshLink
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine")]
public sealed class OffMeshLink : Behaviour
Properties
activated
Declaration
public bool activated { get; set; }
Property Value
area
Declaration
public int area { get; set; }
Property Value
autoUpdatePositions
Declaration
public bool autoUpdatePositions { get; set; }
Property Value
biDirectional
Declaration
public bool biDirectional { get; set; }
Property Value
costOverride
Declaration
public float costOverride { get; set; }
Property Value
Declaration
public Transform endTransform { get; set; }
Property Value
navMeshLayer
Declaration
[Obsolete("Use area instead.")]
public int navMeshLayer { get; set; }
Property Value
occupied
Declaration
public bool occupied { get; }
Property Value
Declaration
public Transform startTransform { get; set; }
Property Value
Methods
UpdatePositions()
Declaration
public void UpdatePositions()
Extension Methods