|
stackchan-display
|
Public Member Functions | |
| Face * | getFace () |
| void | setFace (Face *face) |
| ExpressionWeight & | getExpressionWeight () |
| SpeechBalloon & | getSpeechBalloon () |
| ColorPalette * | getColorPalette () |
| M5Canvas & | getCanvas () |
| virtual void | draw (ExpressionWeight &expression_weight, ColorPalette &palette) |
| virtual void | update () |
| Update avatar, trigger all elements, decorators and modifiers to update. | |
Protected Member Functions | |
| void | drawEmotionalDecorator (ExpressionWeight &expression_weight, ColorPalette &color_palette) |
Protected Attributes | |
| M5Canvas | canvas_ |
| Face * | face_ |
| ExpressionWeight | expression_weight_ |
| ColorPalette * | color_palette_ |
| SpeechBalloon | speech_balloon_ |