RelocateAssetReferencesLogInfo
open class RelocateAssetReferencesLogInfo : CustomStringConvertible
Provides the indices of the source asset and the destination asset for a relocate action.
-
Source asset position in the Assets list.
Declaration
Swift
public let srcAssetIndex: UInt64
-
Destination asset position in the Assets list.
Declaration
Swift
public let destAssetIndex: UInt64
-
Declaration
Swift
open var description: String { get }