Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


owner

Get or set the owning Object.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public Object owner { get; set; }

Remarks

If the instance is invalid: setting the owner has no effect and getting it will return null. Additional Resources: NavMeshAgent.navMeshOwner.