Variable TrnNWN2WalkmeshPayload.Triangle.center

X / Y coordinates of the center of the triangle. Calculated by avg the 3 vertices coordinates.

struct TrnNWN2WalkmeshPayload.Triangle
{
  // ...
  float[2] center ;
  // ...
}