21 DebugStyleSegmentedWithDirection,
22 DebugStyleCellColours,
26 DebugStyle GetDebugStyle()
const;
28 Eegeo::Rendering::LayerIds::Values GetLayer()
const;
29 bool ShouldDrawInScreenSpace()
const;
30 bool ShouldDrawForCurrentFloorOnly()
const;
31 float GetVerticalOffset()
const;
34 DebugStyle debugStyle,
35 Eegeo::Rendering::LayerIds::Values layer = Eegeo::Rendering::LayerIds::BeforeWorldTranslucency,
36 bool shouldDrawInScreenSpace =
false,
37 bool shouldDrawForCurrentFloorOnly =
false,
38 float verticalOffset = 2.f);
41 DebugStyle m_debugStyle;
42 Eegeo::Rendering::LayerIds::Values m_layer;
44 bool m_shouldDrawInScreenSpace;
45 bool m_shouldDrawForCurrentFloorOnly;
46 float m_verticalOffset;