Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using NUnit.Framework.Interfaces;
- using UnityEditor.TestTools.TestRunner.Api;
- using UnityEngine;
- using UnityEngine.SceneManagement;
- using UnityEngine.TestRunner.Utils;
- using UnityEngine.TestTools.TestRunner;
- using UnityEngine.TestTools.TestRunner.Callbacks;
-
- namespace UnityEditor.TestTools.TestRunner
- {
- internal class PlaymodeLauncher
- {
- public static bool IsRunning; // This flag is being used by the graphics test framework to detect EditMode/PlayMode.
-
- }
- }
|