Open 3D Engine RecastNavigation Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
RecastNavigation::NavigationTileData Struct Reference

Navigation data in binary Recast form. More...

#include <RecastHelpers.h>

Public Member Functions

bool IsValid () const
 

Public Attributes

unsigned char * m_data = nullptr
 
int m_size = 0
 

Detailed Description

Navigation data in binary Recast form.

Member Function Documentation

◆ IsValid()

bool RecastNavigation::NavigationTileData::IsValid ( ) const
inline
Returns
true if the Recast data is not empty.

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