Example #1
0
 public BlueTextureWrapper this[BlueTexture textureType]
 {
     get
     {
         return this.textures[textureType];
     }
 }
Example #2
0
 public BlueTextureWrapper AddTexture(Image bmp, int width, int height, BlueTexture textureType)
 {
     this.textures[textureType] = BuildTexture(bmp, height, width);
     return this.textures[textureType];
 }
Example #3
0
 public BlueTextureWrapper AddTexture(Image bmp, int width, int height, BlueTexture textureType)
 {
     this.textures[textureType] = BuildTexture(bmp, height, width);
     return(this.textures[textureType]);
 }
Example #4
0
 public BlueTextureWrapper this[BlueTexture textureType] => this.textures[textureType];
Example #5
0
 public BlueTextureWrapper this[BlueTexture textureType] => this.textures[textureType];