|
Potato Engine
|
Solid block. More...
#include <Block.hpp>
Additional Inherited Members | |
| Public Member Functions inherited from Actor | |
| Actor () | |
| Constructs actor object. | |
| Vector2 | GetPosition () const |
| Gets position. | |
| void | SetPosition (const Vector2 &position) |
| Sets position. | |
| Vector2 | GetSize () const |
| Gets size. | |
| void | SetSize (const Vector2 &size) |
| Sets size. | |
| float | GetRotation () const |
| Gets rotation. | |
| void | SetRotation (float rotation) |
| Sets rotation. | |
| void | AddLocalOffset (const Vector2 &offset) |
| Adds to location vector. | |
| void | AddLocalRotation (float rotation) |
| Adds to rotation value. | |
| bool | isVisible () const |
| Checks if actor visible. | |
| void | SetVisibility (bool visibility) |
| Sets visibility of actor. | |
| void | DispatchBeginPlay () |
| Internal function used to queue BeginPlay() on actor. | |
| Public Member Functions inherited from Tickable | |
| bool | isTicking () const |
| Checks if object is ticking. | |
| void | SetTicking (bool isEnabled) |
| Sets tick state for object. | |
| Public Attributes inherited from Actor | |
| char | Texture |
| Protected Member Functions inherited from Actor | |
| virtual void | BeginPlay () |
| Gameplay start. | |
| virtual void | Tick (float dt) override |
| Update tick event. | |