Contents

init(validating:)

Creates a path from its string representation, validating that path is well-formed.

Declaration

init?(validating path: String)

Parameters

  • path:

    The path string to validate.

Return Value

nil if path cannot be parsed as a USD path expression.