Skip to main content
Version: 1.0.0-preview.36

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