Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of TextureContent with the specified face collection.
 /// </summary>
 /// <param name="faces">Mipmap chain containing the face collection.</param>
 protected TextureContent(MipmapChainCollection faces)
 {
     this.faces = faces;
 }