Interface ILayerResourceLoader

ILayerResourceLoader interface

The layer resource loader.

public interface ILayerResourceLoader

Methods

NameDescription
CanLoad(StreamContainer, int)Determines whether layer resource can be loaded from the specified StreamContainer.
Load(StreamContainer, int)Loads the LayerResource.

See Also