menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+1 支持
Is it any possibility to set a transition time for certain state directly from game code?  

For example, we want to perform a state transition during the level loading (duration which varies from time to time).
Mikhail P. (210 ポイント) General Discussion
Bernard R. (Audiokinetic) 編集

回答 1

0 支持
Unfortunately, no, you can't.

The only way to specify a transition time in the game code is by using the API function ExecuteActionOnEvent.  With this function, you can Stop, Pause, Resume and Break on existing event actions.
Bernard R. (Audiokinetic) (35.8k ポイント)
...