#include <queryqueue.h>
Class used to provide QueryQueue initialization parameters.
Public Attributes | |
String | m_name |
The name of the QueryQueue. More... | |
KyFloat32 | m_budgetInMilliseconds |
The time budget per frame of the QueryQueue. Default value is 1 ms. More... | |
KyUInt32 | m_workingMemoryMaxSize |
The amount of memory in bytes the WorkingMemory of this QueryQueue is allowed to allocate. Default value is 1 MB. More... | |
KyUInt32 | m_workingMemoryReallocSize |
The additional size of memory in bytes that will be allocated on ReAlloc in the WorkingMemory. Default value is 5 KB. More... | |
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 Autodesk 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.