PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
RectangleLike
Type Alias RectangleLike
type
RectangleLike
=
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
height
width
x
y
Properties
height
height
:
number
The height component.
width
width
:
number
The width component.
x
x
:
number
The x component.
y
y
:
number
The y component.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
x
y
GitHub
Switch to Main
PokéRogue
Loading...
The height component.