EngineMap

public protocol EngineMap : EngineLayerContainer, Loadable

A concrete object that the implementor of will be able to be directly bridged to a TiledKit map with a high level of automation

  • loader(for:) Extension method

    Always returns the automated loader

    Declaration

    Swift

    static func loader(for project: Project) -> ResourceLoader

    Parameters

    project

    The project that is loading the resource

    Return Value

    An instance of EngineMapLoader