Velaptor.Content.Texture
Velaptor
Velaptor.Content
Texture Class
The texture to render to a screen.
public sealed class Texture :
Velaptor.Content.ITexture,
Velaptor.Content.IContent
Inheritance System.Object → Texture
Properties
FilePath
Gets the path to the content.
public string FilePath { get; }
Implements FilePath
Property Value
Height
Gets the height of the texture.
public uint Height { get; set; }
Implements Height
Property Value
Id
Gets the ID of the texture.
public uint Id { get; set; }
Implements Id
Property Value
Name
Gets the name of the content.
public string Name { get; set; }
Implements Name
Property Value
Width
Gets the width of the texture.
public uint Width { get; set; }
Implements Width