Contents

relative(to:)

Returns this path made relative to the given anchor.

Declaration

func relative(to anchor: USDLayer.Path) -> USDLayer.Path

Parameters

  • anchor:

    The path to make this path relative to.

Return Value

A relative version of this path.