Function: applyResourceDestinations()
applyResourceDestinations(pkg, destinations, rootPath?): void
Apply one original→destination map to every dependency edge, then relocate resources/root.
Parameters
pkg
MaterialXPackage
destinations
ReadonlyMap<string, string>
rootPath?
string = pkg.rootPath
Returns
void