#include <object_layer_semantics.h>
Public Attributes | |
| int | routine_id = -1 |
| bool | custom_override_active = false |
| bool | draws_to_both_bgs = false |
| EffectiveBgLayer | effective_bg_layer = EffectiveBgLayer::kBg1 |
| ObjectRenderRouting | render_routing = ObjectRenderRouting::kStoredPlacement |
Definition at line 21 of file object_layer_semantics.h.
| int yaze::zelda3::ObjectLayerSemantics::routine_id = -1 |
Definition at line 22 of file object_layer_semantics.h.
Referenced by yaze::zelda3::GetObjectLayerSemantics().
| bool yaze::zelda3::ObjectLayerSemantics::custom_override_active = false |
Definition at line 23 of file object_layer_semantics.h.
Referenced by yaze::zelda3::GetEffectiveObjectLayerSemantics().
| bool yaze::zelda3::ObjectLayerSemantics::draws_to_both_bgs = false |
Definition at line 27 of file object_layer_semantics.h.
Referenced by yaze::zelda3::GetEffectiveObjectLayerSemantics(), and yaze::zelda3::GetObjectLayerSemantics().
| EffectiveBgLayer yaze::zelda3::ObjectLayerSemantics::effective_bg_layer = EffectiveBgLayer::kBg1 |
Definition at line 28 of file object_layer_semantics.h.
Referenced by yaze::zelda3::GetEffectiveObjectLayerSemantics(), yaze::zelda3::GetObjectLayerSemantics(), and yaze::zelda3::ObjectRenderRoutingDisplayLabel().
| ObjectRenderRouting yaze::zelda3::ObjectLayerSemantics::render_routing = ObjectRenderRouting::kStoredPlacement |
Definition at line 29 of file object_layer_semantics.h.
Referenced by yaze::zelda3::GetEffectiveObjectLayerSemantics(), yaze::zelda3::GetObjectLayerSemantics(), and yaze::zelda3::ObjectRenderRoutingDisplayLabel().