replaceTarget(_:with:)
Replaces an authored target path with a new path.
Declaration
func replaceTarget(_ oldPath: USDLayer.Path, with newPath: USDLayer.Path)Parameters
- oldPath:
The existing target path.
- newPath:
The replacement target path.
Replaces an authored target path with a new path.
func replaceTarget(_ oldPath: USDLayer.Path, with newPath: USDLayer.Path)The existing target path.
The replacement target path.