版本
menu

Wwise SDK 2025.1.4
AkCmd_RegisterGameObject结构体 参考

#include AkCommandTypes.h>

Public 属性

AkGameObjectID gameObjectID
 ID of the game object to be registered. Valid range is [0 to 0xFFFFFFFFFFFFFFDF]. 更多...
 

详细描述

Registers a game object ID.

Optionally, you can associate a name to the game object for profiling purposes. Call AK_CommandBuffer_AddString after adding the command to attach a name to the game object:

auto cmd = (AkCmd_RegisterGameObject*)AK_CommandBuffer_Add(buffer, AkCommand_RegisterGameObject);
cmd->gameObjectID = 100;
AK_CommandBuffer_AddString(buffer, "Player Emitter");

If the ID was already registered, its name is updated.

This command can fail for the following reasons:

  • AK_InvalidParameter: gameObjectID is outside the valid range.
  • AK_InsufficientMemory: Game object could not be registered due to a memory allocation failure
参见
AkCommand_RegisterGameObject

在文件 AkCommandTypes.h187 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅