버전

menu_open
AKRESULT __cdecl AK::SoundEngine::Query::GetMaxRadius ( AkRadiusList &  io_RadiusList  ) 

Returns the maximum distance used in attenuations associated to all sounds currently playing. This may be used for example by the game to know if some processing need to be performed on the game side, that would not be required if the object is out of reach anyway.

Example usage:

 /*******************************************************/
 AkRadiusList RadLst; //creating the list( array ).
 // Do not reserve any size for the array, 
 // the system will reserve the correct size.

 GetMaxRadius( RadLst );
 // Use the content of the list
 (...)

 RadLst.Term();// the user is responsible to free the memory allocated
 /*******************************************************/
Note.gif
Note: The returned value is NOT the distance from a listener to an object but the maximum attenuation distance of all sounds playing on this object. This is not related in any way to the curent 3D position of the object.
Returns:
  • AK_Success if succeeded
  • AK_InsuficientMemory if there was not enough memory
Note.gif
Note: The Scaling factor (if one was specified on the game object) is included in the return value. The Scaling factor is not updated once a sound starts playing since it is computed only when the playback starts with the initial scaling factor of this game object. Scaling factor will be re-computed for every playback instance, always using the scaling factor available at this time.
See also:
Parameters:
io_RadiusList  List that will be filled with AK::SoundEngine::Query::GameObjDst objects.

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요