appending(path:)
Returns a new path with newSuffix appended.
Declaration
func appending(path newSuffix: USDLayer.Path) -> USDLayer.PathParameters
- newSuffix:
The path suffix to append.
Return Value
A new path consisting of self followed by newSuffix.