private static IntPtr Create(NavMeshWorld world, int nodePoolSize)
 {
     return(NavMeshQuery.Create_Injected(ref world, nodePoolSize));
 }