Velaptor.Content.ITexture
Velaptor
Velaptor.Content
ITexture Interface
The texture to render to a screen.
public interface ITexture :
Velaptor.Content.IContent
Derived
↳ Texture
Implements IContent
Properties
Height
Gets the height of the texture.
uint Height { get; }
Property Value
Id
Gets the ID of the texture.
uint Id { get; }
Property Value
Width
Gets the width of the texture.
uint Width { get; }