ModelSource

public struct ModelSource : Source

A model data source used to power a ModelLayer

  • Undocumented

    Declaration

    Swift

    public let type: SourceType
  • Dictionary of model identifiers to models

    Declaration

    Swift

    public var models: [String : Model]?
  • Undocumented

    Declaration

    Swift

    public init()