gwnavgeneration/navmesh/navmeshelementblobbuilder.h Source File
Go to the documentation of this file.
16 class GeneratorSystem;
18 class GeneratorGuidCompound;
22 class NavMeshElementBlobBuilder :
public BaseBlobBuilder<NavMeshElementBlob>
25 NavMeshElementBlobBuilder(
26 GeneratorSystem* sys,
const GeneratorGuidCompound* guidCompound,
const KyArray< Ptr<BlobHandler<NavCellBlob> > >* navCellHandlers,
27 NavMeshElementBlob::NavMeshFlags flags = NavMeshElementBlob::NAVMESH_NO_FLAG);
30 virtual void DoBuild();
31 void ComputeAndSetCellBox();
33 GeneratorSystem* m_sys;
34 const GeneratorGuidCompound* m_guidCompound;
35 const KyArray< Ptr<BlobHandler<NavCellBlob> > >* m_navCellHandlers;
36 NavMeshElementBlob::NavMeshFlags m_navmeshFlags;
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17