tsParticles - v4.0.0-beta.12
Preparing search index...
tsParticles Engine
Core/Interfaces/ICoordinates
ICoordinatesWithMode
Interface ICoordinatesWithMode
Coordinates with pixel mode
interface
ICoordinatesWithMode
{
mode
:
"precise"
|
"percent"
|
PixelMode
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
ICoordinates
ICoordinatesWithMode
ICenterCoordinates
Index
Properties
mode
x
y
Properties
mode
mode
:
"precise"
|
"percent"
|
PixelMode
The pixel mode
x
x
:
number
The x coordinate
y
y
:
number
The y coordinate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mode
x
y
tsParticles - v4.0.0-beta.12
Loading...
Coordinates with pixel mode