Preparing search index...
The search index is not available
GDevelop JavaScript game engine
GDevelop JavaScript game engine
gdjs
SpritePoint
Type alias SpritePoint
Sprite
Point
:
{
x
:
float
;
y
:
float
;
}
Represents a point in a coordinate system.
Type declaration
x
:
float
X position of the point.
y
:
float
Y position of the point.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
GDevelop JavaScript game engine
Loading...
Represents a point in a coordinate system.