版本

menu_open

Quick Start Sample Integration - States

State Example

The following code shows how you can set the current state for a given state group:

AK::SoundEngine::SetState( AK::STATES::PLAYERHEALTH::GROUP, AK::STATES::PLAYERHEALTH::STATE::NORMAL );

The AK::SoundEngine::SetState() method also accepts strings (Unicode or Ansi) instead of IDs, in which case you would specify the names of the state group and state, as defined by the Wwise user:

AK::SoundEngine::SetState( L"PlayerHealth", L"Normal" );

In the sample application, you can change the current state for the PlayerHealth state group by using the corresponding dropdown list in the General section of the dialog.

Refer to Integration Details - States for more information.

Note.gif
Note: This sample code comes from the Sound Engine Integration Sample Project available in the Samples section. Refer to Integration Demo Sample for more information.

此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅