Public Member Functions | |
| LBAnimationNode (MohawkEngine_LivingBooks *vm, LBAnimation *parent, uint16 scriptResourceId) | |
| void | draw (const Common::Rect &_bounds) |
| void | reset () |
| NodeState | update (bool seeking=false) |
| bool | transparentAt (int x, int y) |
Protected Member Functions | |
| void | loadScript (uint16 resourceId) |
Protected Attributes | |
| MohawkEngine_LivingBooks * | _vm |
| LBAnimation * | _parent |
| uint | _currentEntry |
| Common::Array< LBAnimScriptEntry > | _scriptEntries |
| uint | _currentCel |
| int16 | _xPos |
| int16 | _yPos |
| uint32 | _delay |