Type Number Object TextureResourceCanvas Library graphics.* Revision Release 2024.3703 See also TextureResource TextureResourceCanvas texture.height texture.pixelWidth
This read-only property indicates the width in which objects can be rendered within a TextureResourceCanvas. Essentially, if a display object drawn to the canvas is equal to this width, it will occupy the entire horizontal space.
Unlike pixelWidth, this property is not
The default center of the canvas is 0
, so the coordinates of the left and right edges will be -texture.width/2
and texture.width/2
respectively. This can be altered by changing texture.anchorX.