protected TileProducerBase(ITextureOperations <TTexture> textureOperations, ITextureAtlasBuilder <TTexture> atlasBuilder) { this.textureOperations = textureOperations; textureAtlas = atlasBuilder ?? throw new ArgumentNullException(); }
public MonoGameTileProducer(ITextureOperations <XnaTexture> textureOperations, ITextureAtlasBuilder <XnaTexture> atlasBuilder) : base(textureOperations, atlasBuilder) { }