Function TrnNWN2WalkmeshPayload.translateIndices

Translate triangle / edge / vertex indices stored in mesh data.

void translateIndices (
  uint[] triTransTable,
  uint[] edgeTransTable,
  uint[] vertTransTable
);

Each argument is a table of the length of the existing list where:

If the argument is an empty array, no translation is done. Does NOT update path tables & islands data.