DSC Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DSC::Localizable Class Referenceabstract

Abstract declaration of object dependent on its 2D position
More...

#include <localizable.hpp>

Inheritance diagram for DSC::Localizable:
DSC::Sprite

Public Member Functions

virtual sf24 x () const =0
 Get object x coordinate. More...
 
virtual sf24 y () const =0
 Get object y coordinate. More...
 

Detailed Description

Abstract declaration of object dependent on its 2D position

Member Function Documentation

◆ x()

virtual sf24 DSC::Localizable::x ( ) const
pure virtual

Get object x coordinate.

Returns
object x coordinate

Implemented in DSC::Sprite.

◆ y()

virtual sf24 DSC::Localizable::y ( ) const
pure virtual

Get object y coordinate.

Returns
object y coordinate

Implemented in DSC::Sprite.


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