GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members

Named point used by Sprite. More...

#include <Point.h>

Public Member Functions

 Point (const gd::String &name_)
 
void SetName (const gd::String &name_)
 
const gd::StringGetName () const
 
void SetXY (double x_, double y_)
 
void SetX (double x_)
 
void SetY (double y_)
 
double GetX () const
 
double GetY () const
 

Detailed Description

Named point used by Sprite.

Member Function Documentation

◆ GetName()

const gd::String& Point::GetName ( ) const
inline

Get point name

◆ GetX()

double Point::GetX ( ) const
inline

Get point X position.

◆ GetY()

double Point::GetY ( ) const
inline

Get point Y position.

◆ SetName()

void Point::SetName ( const gd::String name_)
inline

Change point name

◆ SetX()

void Point::SetX ( double  x_)
inline

Change point X position.

◆ SetXY()

void Point::SetXY ( double  x_,
double  y_ 
)
inline

Change point position.

◆ SetY()

void Point::SetY ( double  y_)
inline

Change point Y position.


The documentation for this class was generated from the following files: