Classes | |
| struct | FaceMask |
Public Member Functions | |
| virtual bool | update ()=0 |
| virtual void | applyForFace (uint face, Graphics::Surface *src, Graphics::Surface *dst)=0 |
| bool | hasFace (uint face) |
| Common::Rect | getUpdateRectForFace (uint face) |
Static Public Member Functions | |
| static FaceMask * | loadMask (Common::SeekableReadStream *maskStream) |
Protected Types | |
| typedef Common::HashMap< uint, FaceMask * > | FaceMaskMap |
Protected Member Functions | |
| Effect (Myst3Engine *vm) | |
| bool | loadMasks (const Common::String &room, uint32 id, Archive::ResourceType type) |
Protected Attributes | |
| Myst3Engine * | _vm |
| FaceMaskMap | _facesMasks |