Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


startTransform

The transform representing link start position.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
Warning
Deprecated. startTransform has been deprecated together with the class. Declare the object as NavMeshLink and use startTransform as before.
public Transform startTransform { get; set; }