#include <object_drawer.h>
Public Member Functions | |
| std::pair< int, int > | GetTileCoords () const |
| DoorDimensions | GetDimensions () const |
Public Attributes | |
| DoorType | type |
| DoorDirection | direction |
| uint8_t | position |
Definition at line 55 of file object_drawer.h.
|
inline |
Definition at line 61 of file object_drawer.h.
References direction, position, and yaze::zelda3::DoorPositionManager::PositionToTileCoords().
Referenced by yaze::zelda3::ObjectDrawer::DrawDoor().

|
inline |
Definition at line 66 of file object_drawer.h.
References direction, and yaze::zelda3::GetDoorDimensions().
Referenced by yaze::zelda3::ObjectDrawer::DrawDoor().

| DoorType yaze::zelda3::ObjectDrawer::DoorDef::type |
Definition at line 56 of file object_drawer.h.
Referenced by yaze::zelda3::ObjectDrawer::DrawDoor(), and yaze::zelda3::Room::RenderObjectsToBackground().
| DoorDirection yaze::zelda3::ObjectDrawer::DoorDef::direction |
Definition at line 57 of file object_drawer.h.
Referenced by yaze::zelda3::ObjectDrawer::DrawDoor(), GetDimensions(), GetTileCoords(), and yaze::zelda3::Room::RenderObjectsToBackground().
| uint8_t yaze::zelda3::ObjectDrawer::DoorDef::position |
Definition at line 58 of file object_drawer.h.
Referenced by yaze::zelda3::ObjectDrawer::DrawDoor(), GetTileCoords(), and yaze::zelda3::Room::RenderObjectsToBackground().