init(_:resolvedPath:)
Creates an asset path with both authored and resolved values.
Declaration
init(_ path: String, resolvedPath: String)Parameters
- path:
The authored path string.
- resolvedPath:
The resolved location after asset resolution.
Creates an asset path with both authored and resolved values.
init(_ path: String, resolvedPath: String)The authored path string.
The resolved location after asset resolution.