Class TextureCubeContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Provides a base class for texture cube content.
public class TextureCubeContent : TextureContent
- Inheritance
-
TextureCubeContent
- Inherited Members
Constructors
TextureCubeContent()
Creates a new TextureCubeContent object.
public TextureCubeContent()
Methods
Validate(GraphicsProfile?)
Verifies that all contents of this texture are present, correct and match the capabilities of the device.
public override void Validate(GraphicsProfile? targetProf)
Parameters
targetProf
GraphicsProfile?
Remarks
Validate is not implemented for this texture content type.