Wwise SDK 2024.1.0
|
Retrieves the Performance Monitor statistics at a specific profiler capture time. Refer to Wwise Authoring Performance Monitor Counter Identifiers for the available counters.
名称 | 类型 | 说明 |
---|---|---|
time * | one of: | Time in milliseconds to query for Performance Monitor data, or a Time Cursor from which to acquire the time. User Time Cursor 可由用户操控,Capture Time Cursor 代表当前捕获的最新时间。 |
integer | 范围:[0,*] | |
string | 识别其中一种全局性能分析器光标。可能的值:
|
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
return * | array | Array of Performance Monitor counters. |
return [...] | object | Performance Monitor counter. Performance Monitor counter values. |
return[...].name * | string | name of the counter as shown in Wwise Authoring. |
return[...].id * | string | unique Id of the counter. |
return[...].value * | number | value of counter at given time. |
(必填 *)
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。