menu
버전
2021.1.14.8108
2024.1.4.8780
2023.1.12.8706
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.4.8780
2023.1.12.8706
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 2021.1.14
|
The Wwise Authoring API can be used to issue remote procedure calls from within a Wwise plug-in using the AK::Wwise::Plugin::Host::WaapiCall()
method. This method is provided by the Host component, which you can request by inheriting from AK::Wwise::Plugin::RequestHost
.
info |
참고: Calls to the AK::Wwise::Plugin::Host::WaapiCall() method are always blocking. |
호출자가 메모리 할당 전략을 수립할 수 있게 유틸리티 클래스가 제공됩니다. AK::Wwise::Mallocator
offers a default implementation using functions from the C library, such as malloc
, free
and realloc
. A custom strategy can easily be provided by defining a class that implements AK::IAkPluginMemAlloc
. Finally, a wrapper class AK::Wwise::SafeAllocator
is used to ensure type-safety and automatic memory management.
예시:
info | 참고: 여기서 RapidJSON은 예제를 보여주기 위한 용도로만 사용됐으며 반드시 사용해야 할 필요는 없습니다. |
Wwise 플러그인에 대한 더 많은 정보는 Authoring Plug-in Library Format 를 참고하세요.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요