Pyrogenesis
13997
|
Public Member Functions | |
SVisibilitySegment (bool visible, size_t startIndex, size_t endIndex) | |
bool | operator== (const SVisibilitySegment &other) const |
bool | operator!= (const SVisibilitySegment &other) const |
bool | IsSinglePoint () |
Public Attributes | |
bool | m_Visible |
size_t | m_StartIndex |
size_t | m_EndIndex |
Definition at line 42 of file CCmpRallyPointRenderer.cpp.
|
inline |
Definition at line 48 of file CCmpRallyPointRenderer.cpp.
|
inline |
Definition at line 62 of file CCmpRallyPointRenderer.cpp.
|
inline |
Definition at line 57 of file CCmpRallyPointRenderer.cpp.
|
inline |
Definition at line 52 of file CCmpRallyPointRenderer.cpp.
size_t SVisibilitySegment::m_EndIndex |
Definition at line 46 of file CCmpRallyPointRenderer.cpp.
size_t SVisibilitySegment::m_StartIndex |
Definition at line 45 of file CCmpRallyPointRenderer.cpp.
bool SVisibilitySegment::m_Visible |
Definition at line 44 of file CCmpRallyPointRenderer.cpp.