menu
버전
2022.1.19.8584
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
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.6.8842
2023.1.14.8770
2022.1.19.8584
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 2022.1.19
|
Host API to retrieve a link to the plug-in's backend instance. 더 자세히 ...
#include <PluginLinks.h>
Public 타입 | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_BACKEND } |
The interface type, as requested by this plug-in. 더 자세히 ... | |
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as requested by this plug-in. 더 자세히 ... | |
using | Interface = CLinkBackend |
using | Instance = CLinkBackend::Instance |
![]() | |
using | Instance = typename CInterface::Instance |
![]() | |
using | GluedInterface = CLinkBackend |
Public 멤버 함수 | |
ak_wwise_plugin_backend_instance * | Get () const |
Retrieves a link to the plug-in's backend instance. 더 자세히 ... | |
template<typename Backend > | |
Backend * | As () |
Retrieves a link to the plug-in's backend instance, casted as your C++ Backend class type. 더 자세히 ... | |
추가로 상속된 멤버들 | |
![]() | |
static GluedInterface * | g_cinterface |
The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. 더 자세히 ... | |
Host API to retrieve a link to the plug-in's backend instance.
Useful for the Frontend (GUI) when a special function must be called to get a value, or update elements.
PluginLinks.h 파일의 135 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요