Draw routine information for object rendering. More...
#include <object_parser.h>
Public Member Functions | |
ObjectDrawInfo () | |
Public Attributes | |
int | draw_routine_id |
int | tile_count |
bool | is_horizontal |
bool | is_vertical |
bool | both_layers |
std::string | routine_name |
Draw routine information for object rendering.
Definition at line 67 of file object_parser.h.
|
inline |
Definition at line 75 of file object_parser.h.
int yaze::zelda3::ObjectDrawInfo::draw_routine_id |
Definition at line 68 of file object_parser.h.
Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().
int yaze::zelda3::ObjectDrawInfo::tile_count |
Definition at line 69 of file object_parser.h.
Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().
bool yaze::zelda3::ObjectDrawInfo::is_horizontal |
Definition at line 70 of file object_parser.h.
Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().
bool yaze::zelda3::ObjectDrawInfo::is_vertical |
Definition at line 71 of file object_parser.h.
bool yaze::zelda3::ObjectDrawInfo::both_layers |
Definition at line 72 of file object_parser.h.
Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().
std::string yaze::zelda3::ObjectDrawInfo::routine_name |
Definition at line 73 of file object_parser.h.
Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().