GoudEngine TypeScript SDK
Preparing search index...
types/engine.g
IRect
Interface IRect
Axis-aligned rectangle
interface
IRect
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Implemented by
Rect
Index
Properties
height
width
x
y
Properties
height
height
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
x
y
GoudEngine TypeScript SDK
Loading...
Axis-aligned rectangle