Recast Navigation
Navigation-mesh Toolset for Games
NavMeshPruneTool Class Reference

#include <NavMeshPruneTool.h>

Inheritance diagram for NavMeshPruneTool:
SampleTool

Public Member Functions

 NavMeshPruneTool ()
 
virtual ~NavMeshPruneTool ()
 
virtual int type ()
 
virtual void init (Sample *sample)
 
virtual void reset ()
 
virtual void handleMenu ()
 
virtual void handleClick (const float *s, const float *p, bool shift)
 
virtual void handleToggle ()
 
virtual void handleStep ()
 
virtual void handleUpdate (const float dt)
 
virtual void handleRender ()
 
virtual void handleRenderOverlay (double *proj, double *model, int *view)
 
- Public Member Functions inherited from SampleTool
virtual ~SampleTool ()
 

Constructor & Destructor Documentation

◆ NavMeshPruneTool()

NavMeshPruneTool::NavMeshPruneTool ( )

◆ ~NavMeshPruneTool()

NavMeshPruneTool::~NavMeshPruneTool ( )
virtual

Member Function Documentation

◆ handleClick()

void NavMeshPruneTool::handleClick ( const float *  s,
const float *  p,
bool  shift 
)
virtual

Implements SampleTool.

◆ handleMenu()

void NavMeshPruneTool::handleMenu ( )
virtual

Implements SampleTool.

◆ handleRender()

void NavMeshPruneTool::handleRender ( )
virtual

Implements SampleTool.

◆ handleRenderOverlay()

void NavMeshPruneTool::handleRenderOverlay ( double *  proj,
double *  model,
int *  view 
)
virtual

Implements SampleTool.

◆ handleStep()

void NavMeshPruneTool::handleStep ( )
virtual

Implements SampleTool.

◆ handleToggle()

void NavMeshPruneTool::handleToggle ( )
virtual

Implements SampleTool.

◆ handleUpdate()

void NavMeshPruneTool::handleUpdate ( const float  dt)
virtual

Implements SampleTool.

◆ init()

void NavMeshPruneTool::init ( Sample sample)
virtual

Implements SampleTool.

◆ reset()

void NavMeshPruneTool::reset ( )
virtual

Implements SampleTool.

◆ type()

virtual int NavMeshPruneTool::type ( )
inlinevirtual

Implements SampleTool.


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