replacing(name:)
Returns a new path with the leaf name replaced.
Declaration
func replacing(name newName: USDToken) -> USDLayer.PathParameters
- newName:
The new leaf name.
Return Value
A new path with newName as its leaf.
Returns a new path with the leaf name replaced.
func replacing(name newName: USDToken) -> USDLayer.PathThe new leaf name.
A new path with newName as its leaf.