Wwise SDK 2025.1.0
|
◆ AK_CommandBuffer_Remove()
Remove the last-added command from the command buffer. This function can be useful when the buffer does not have enough space left for a command's extra data. For example, using the auto cmd = (AkCmd_SetListeners*)AK_CommandBuffer_Add(buffer, AkCommand_SetListeners); cmd->gameObjectID = 100; cmd->numListenerIDs = mylistenerArray.size(); if (!AK_CommandBuffer_AddArray(buffer, sizeof(AkGameObjectID), mylistenerArray.size(), mylistenerArray.data())) AK_CommandBuffer_Remove(buffer); // Not enough space for the array, so remove the last command (SetListeners) This function is a no-op when called on an empty command buffer.
|
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요