Xenon
A framework for cheat development.
 
Loading...
Searching...
No Matches
Waypoint Class Reference

Waypoint. More...

#include <waypoint.hpp>

Collaboration diagram for Waypoint:

Public Member Functions

 Waypoint (std::string sName, Vec2 vPos, ImColor cColor)
 
 Waypoint (std::string sName, Vec3 vPos, ImColor cColor)
 

Public Attributes

std::string m_strName
 
Vec2 m_vPos2D
 
Vec3 m_vPos3D
 
ImColor m_cColor
 

Detailed Description

Waypoint.

This class is responsible for the waypoint.

Constructor & Destructor Documentation

◆ Waypoint() [1/2]

Waypoint::Waypoint ( std::string  sName,
Vec2  vPos,
ImColor  cColor 
)
inline

◆ Waypoint() [2/2]

Waypoint::Waypoint ( std::string  sName,
Vec3  vPos,
ImColor  cColor 
)
inline

Member Data Documentation

◆ m_cColor

ImColor Waypoint::m_cColor

◆ m_strName

std::string Waypoint::m_strName

◆ m_vPos2D

Vec2 Waypoint::m_vPos2D

◆ m_vPos3D

Vec3 Waypoint::m_vPos3D

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