pixi.js
Website
GitHub
Discord
Preparing search index...
Size
Interface Size
Defines a size with a width and a height.
interface
Size
{
height
:
number
;
width
:
number
;
}
Index
Properties
height
width
Properties
height
height
:
number
The height.
width
width
:
number
The width.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
height
width
Website
GitHub
Discord
pixi.js
Loading...
Defines a size with a width and a height.