public Texture GetStockTexture(ClydeStockTexture stockTexture) { return(stockTexture switch { ClydeStockTexture.White => _stockTextureWhite, ClydeStockTexture.Transparent => _stockTextureTransparent, _ => throw new ArgumentException(nameof(stockTexture)) });
public Texture GetStockTexture(ClydeStockTexture stockTexture) { return(new DummyTexture((1, 1))); }