Texture2D
Description:
A record represents a 2D texture.
Class Object: Texture2D Class.
Inherits from: Object.
width
Type: Readonly Field.
Description:
The width of the texture, in pixels.
Signature:
const width: integer
height
Type: Readonly Field.
Description:
The height of the texture, in pixels.
Signature:
const height: integer