Public Member Functions | |
| FloorColor (Room *room, Common::SeekableReadStream &stream) | |
| void | update () override |
| void | drawDebug () override |
| Shape * | shape () override |
| const char * | typeName () const override |
Public Member Functions inherited from Alcachofa::ObjectBase | |
| ObjectBase (Room *room, const char *name) | |
| ObjectBase (Room *room, Common::SeekableReadStream &stream) | |
| const Common::String & | name () const |
| Room *& | room () |
| Room * | room () const |
| bool | isEnabled () const |
| virtual void | toggle (bool isEnabled) |
| virtual void | draw () |
| virtual void | loadResources () |
| virtual void | freeResources () |
| virtual void | syncGame (Common::Serializer &serializer) |
| virtual Graphic * | graphic () |
Static Public Attributes | |
| static constexpr const char * | kClassName = "CSueloColor" |
Static Public Attributes inherited from Alcachofa::ObjectBase | |
| static constexpr const char * | kClassName = "CObjetoBase" |