yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::DungeonRenderingHelpers::TrackCollisionConfig Struct Reference

#include <dungeon_rendering_helpers.h>

Public Member Functions

bool IsEmpty () const
 

Public Attributes

std::array< bool, 256 > track_tiles {}
 
std::array< bool, 256 > stop_tiles {}
 
std::array< bool, 256 > switch_tiles {}
 

Detailed Description

Definition at line 50 of file dungeon_rendering_helpers.h.

Member Function Documentation

◆ IsEmpty()

bool yaze::editor::DungeonRenderingHelpers::TrackCollisionConfig::IsEmpty ( ) const
inline

Definition at line 55 of file dungeon_rendering_helpers.h.

References stop_tiles, switch_tiles, and track_tiles.

Member Data Documentation

◆ track_tiles

std::array<bool, 256> yaze::editor::DungeonRenderingHelpers::TrackCollisionConfig::track_tiles {}

◆ stop_tiles

◆ switch_tiles

std::array<bool, 256> yaze::editor::DungeonRenderingHelpers::TrackCollisionConfig::switch_tiles {}

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