Skip to main content
Version: Next

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​

System.UInt32

Id​

Gets the ID of the texture.

uint Id { get; }

Property Value​

System.UInt32

Width​

Gets the width of the texture.

uint Width { get; }

Property Value​

System.UInt32