VMLegacyVMDParser
@objc
open class VMLegacyVMDParser : VMDParser
Parser for handling legacy VMDs
Since
1.4-
Since
2.0Declaration
Swift
@objc public init(withLegacyFileCollection vmdFileCollection: VMDLegacyFileCollection, delegate: VMDParserDelegate)
-
Load the legacy VMD
Throws
error if anything happens durring processingDeclaration
Swift
override open func loadFromCollection(withVMD vmd: VMMSMap, withMapProvider mapProvider: VMMapProviderType) throws