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

Object size and orientation information. More...

#include <object_parser.h>

Public Member Functions

 ObjectSizeInfo ()
 

Public Attributes

int width_tiles
 
int height_tiles
 
bool is_horizontal
 
bool is_repeatable
 
int repeat_count
 

Detailed Description

Object size and orientation information.

Definition at line 49 of file object_parser.h.

Constructor & Destructor Documentation

◆ ObjectSizeInfo()

yaze::zelda3::ObjectSizeInfo::ObjectSizeInfo ( )
inline

Definition at line 56 of file object_parser.h.

Member Data Documentation

◆ width_tiles

int yaze::zelda3::ObjectSizeInfo::width_tiles

◆ height_tiles

int yaze::zelda3::ObjectSizeInfo::height_tiles

◆ is_horizontal

bool yaze::zelda3::ObjectSizeInfo::is_horizontal

◆ is_repeatable

bool yaze::zelda3::ObjectSizeInfo::is_repeatable

◆ repeat_count

int yaze::zelda3::ObjectSizeInfo::repeat_count

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