gwnavruntime/world/pointofinterestdisplay.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_PointOfInterestDisplay_H
10 #define Navigation_PointOfInterestDisplay_H
18 class PointOfInterestBlob;
20 class PointOfInterestDisplayListBuilder
23 PointOfInterestDisplayListBuilder()
29 m_circleRadius = 0.2f;
32 void DisplayPointOfInterest(ScopedDisplayList* displayList,
const PointOfInterestBlob* pointOfInterest);
33 const VisualColor& GetColorFromPoiType(
KyUInt32 pointOfInterestType);
36 VisualColor m_flagColor_Undefined;
37 VisualColor m_flagColor_Custom;
45 #endif // Navigation_PointOfInterestDisplay_H
static const VisualColor Orange
Represents the color with RGBA values (255, 165, 0, 255).
Definition: visualcolor.h:195
static const VisualColor Red
Represents the color with RGBA values (255, 0, 0, 255).
Definition: visualcolor.h:209
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43