FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::AStar::Node Struct Reference

Public Member Functions

 Node (std::optional< fge::Vector2i > parent=std::nullopt)
 
unsigned int getScore () const
 

Public Attributes

unsigned int _costScore
 
unsigned int _heuristicScore
 
std::optional< fge::Vector2i > _parent
 

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