|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| Layer (const Layer &other)=default | |
| Layer (Layer &&other) noexcept=default | |
| Layer & | operator= (const Layer &other)=default |
| Layer & | operator= (Layer &&other) noexcept=default |
| Layer (uint8_t value) | |
| Layer & | operator= (uint8_t value) |
| operator uint8_t () const | |
| LayerMask | GetLayerMask () const |
| uint8_t | AsUint8 () const |
Public Attributes | |
| uint8_t | layer |