Files
Cielonos/Assets/Wwise/API/Runtime/Generated/Common/AkMonitorErrorLevel.cs
SoulliesOfficial ef7b479712 initial
2025-11-25 08:19:33 -05:00

18 lines
894 B
C#

#if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms.
//------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (https://www.swig.org).
// Version 4.3.0
//
// Do not make changes to this file unless you know what you are doing - modify
// the SWIG interface file instead.
//------------------------------------------------------------------------------
public enum AkMonitorErrorLevel {
ErrorLevel_Message = (1 << 0),
ErrorLevel_Error = (1 << 1),
ErrorLevel_All = ErrorLevel_Message|ErrorLevel_Error
}
#endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms.