Contents

appending(path:)

Returns a new path with newSuffix appended.

Declaration

func appending(path newSuffix: USDLayer.Path) -> USDLayer.Path

Parameters

  • newSuffix:

    The path suffix to append.

Return Value

A new path consisting of self followed by newSuffix.