gwnavruntime/queries/blobs/diskcangoquerydisplaylistbuilder.h Source File
Go to the documentation of this file.
15 class DiskCanGoQueryDisplayListBuilder :
public QueryDisplayListBuilder<DiskCanGoQueryBlob, DiskCanGoQueryOutputBlob, DiskCanGoQueryDisplayListBuilder>
18 void DoPushQueryShape(Color color)
20 m_displayList->PushSegmentCapsule2d5(m_query->m_startPos3f, m_query->m_destPos3f, m_query->m_radius, color);
24 virtual void DoBuild(DisplayList* displayList,
char* blob)
26 if (Init(displayList, blob) ==
false)
Indicates that a NavMesh triangle has been found for the starting point, but its NavTag is not consid...
Definition: basediskcangoquery.h:23
Indicates the query generated no results, which may indicate that the start and end points are on dif...
Definition: basediskcangoquery.h:25
Indicates the query has not yet been launched.
Definition: basediskcangoquery.h:20
Indicates the query has not yet been initialized.
Definition: basediskcangoquery.h:19
Indicates that a NavMesh triangle could not be found for the starting point.
Definition: basediskcangoquery.h:22
DiskCanGoQueryResult
Enumerates the possible results of a DiskCanGoQuery.
Definition: basediskcangoquery.h:17
Indicates that the disk can pass in a straight line-from start to end point-without a collision...
Definition: basediskcangoquery.h:29
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Indicates that a collision was detected along the straight line between the starting and ending point...
Definition: basediskcangoquery.h:24
Indicates that an unknown error occurred during the query processing.
Definition: basediskcangoquery.h:27
Indicates that insufficient working memory caused the query to stop.
Definition: basediskcangoquery.h:26