|
Pictel 2d 0.1
Game Engine Documentation
|
Interface that holds the default animator for the sprite.
More...
Public Member Functions | |
| auto * | animator () |
Public Member Functions inherited from engine::SpritePropertiesI | |
| virtual void | SetAlpha (float)=0 |
| virtual float | GetAlpha ()=0 |
| virtual void | SetScale (float)=0 |
| virtual float | GetScale ()=0 |
| virtual void | SetPosition (Vector2)=0 |
| virtual void | SetZPosition (float)=0 |
| virtual Vector2 & | GetPosition ()=0 |
| virtual void | SetRotation (Rotation)=0 |
| virtual Rotation & | GetRotation ()=0 |
Protected Attributes | |
| PropertyManupulator * | m_propertyAnimator |
Interface that holds the default animator for the sprite.