copy(with:)
Creates a copy of the object with the specified zone.
Declaration
nonisolated func copy(with zone: NSZone? = nil) -> AnyParameters
- zone:
The system ignores this parameter.
Return Value
A copy of the original asset instance.
Creates a copy of the object with the specified zone.
nonisolated func copy(with zone: NSZone? = nil) -> AnyThe system ignores this parameter.
A copy of the original asset instance.