menu
版本
2024.1.3.8749
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.3
|
在特定性能分析器捕获时间点检索游戏对象。
名称 | 类型 | 说明 |
---|---|---|
time * | one of: | 指定要在什么时间(毫秒)查询游戏对象。 |
integer | 范围:[0,*] | |
string | 识别其中一种全局性能分析器光标。可能的值:
|
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
return * | array | 此数组中列有包含游戏对象数据的对象。 |
return [...] | object | 游戏对象及其注册数据。 |
return[...].id * | any of: | The ID of the game object. |
integer | Unsigned Integer 64-bit. 范围:[0,18446744073709551615] | |
integer | Integer 64-bit. 范围: [-9223372036854775808,9223372036854775807] | |
return[...].name * | string | 游戏对象的名称。 |
return[...].registerTime * | integer | 游戏对象的注册时间。 32 位整数。范围:[-2147483648,2147483647] |
return[...].unregisterTime * | integer | 游戏对象的注销时间。 32 位整数。范围:[-2147483648,2147483647] |
(必填 *)
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。