relative(to:)
Returns this path made relative to the given anchor.
Declaration
func relative(to anchor: USDLayer.Path) -> USDLayer.PathParameters
- anchor:
The path to make this path relative to.
Return Value
A relative version of this path.
Returns this path made relative to the given anchor.
func relative(to anchor: USDLayer.Path) -> USDLayer.PathThe path to make this path relative to.
A relative version of this path.