#include <queryqueue.h>
Class used to provide QueryQueue initialization parameters.
Public Attributes | |
| KyFloat32 | m_budgetInMilliseconds |
| String | m_name |
| KyUInt32 | m_workingMemoryMaxSize |
| KyUInt32 | m_workingMemoryReallocSize |
| KyFloat32 Kaim::QueryQueueConfig::m_budgetInMilliseconds |
The time budget per frame of the QueryQueue. Default value is 1 ms.
| String Kaim::QueryQueueConfig::m_name |
The name of the QueryQueue.
This is an optional parameter, not expected by Gameware Navigation, but it may be usefull for debugging and ease-of-use.
| KyUInt32 Kaim::QueryQueueConfig::m_workingMemoryMaxSize |
The amount of memory in bytes the WorkingMemory of this QueryQueue is allowed to allocate. Default value is 1 MB.
| KyUInt32 Kaim::QueryQueueConfig::m_workingMemoryReallocSize |
The additional size of memory in bytes that will be allocated on ReAlloc in the WorkingMemory. Default value is 5 KB.