yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::ObjectDrawInfo Struct Reference

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
 

Detailed Description

Draw routine information for object rendering.

Definition at line 67 of file object_parser.h.

Constructor & Destructor Documentation

◆ ObjectDrawInfo()

yaze::zelda3::ObjectDrawInfo::ObjectDrawInfo ( )
inline

Definition at line 75 of file object_parser.h.

Member Data Documentation

◆ draw_routine_id

int yaze::zelda3::ObjectDrawInfo::draw_routine_id

Definition at line 68 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().

◆ tile_count

int yaze::zelda3::ObjectDrawInfo::tile_count

Definition at line 69 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().

◆ is_horizontal

bool yaze::zelda3::ObjectDrawInfo::is_horizontal

Definition at line 70 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().

◆ is_vertical

bool yaze::zelda3::ObjectDrawInfo::is_vertical

Definition at line 71 of file object_parser.h.

◆ both_layers

bool yaze::zelda3::ObjectDrawInfo::both_layers

Definition at line 72 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().

◆ routine_name

std::string yaze::zelda3::ObjectDrawInfo::routine_name

Definition at line 73 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::GetObjectDrawInfo().


The documentation for this struct was generated from the following file: