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

◆ tile_count

int yaze::zelda3::ObjectDrawInfo::tile_count

◆ is_horizontal

bool yaze::zelda3::ObjectDrawInfo::is_horizontal

◆ is_vertical

bool yaze::zelda3::ObjectDrawInfo::is_vertical

◆ both_layers

bool yaze::zelda3::ObjectDrawInfo::both_layers

◆ routine_name

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

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