Class NavMeshPath
  
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    [MovedFrom("UnityEngine")]
public sealed class NavMeshPath
   
  Constructors
  
  
  
  
  NavMeshPath()
  
  
  Declaration
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  corners
  
  
  Declaration
  
    public Vector3[] corners { get; }
   
  Property Value
  
  
  
  
  status
  
  
  Declaration
  
    public NavMeshPathStatus status { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ClearCorners()
  
  
  Declaration
  
    public void ClearCorners()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  
  
  
  GetCornersNonAlloc(Vector3[])
  
  
  Declaration
  
    public int GetCornersNonAlloc(Vector3[] results)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Vector3[] | results |  | 
    
  
  Returns
  
  Extension Methods