Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sourceBounds

Returns the bounding volume of the input geometry used to build this NavMesh (Read Only).
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public Bounds sourceBounds { get; }

Remarks

If the NavMesh data has not been built, the bounds will have zero values.