示例#1
0
 internal static void EnsureAOTAClosed()
 {
     if (m_AotaInstance != null)
     {
         m_AotaInstance.CloseAOTA();
         m_AotaInstance = null;
     }
 }