UnityEngine.PlaymodeTests.PlaymodeTest.Pass C# (CSharp) Method

Pass() public static method

public static Pass ( ) : void
return void
        public static void Pass()
        {
            PlaymodeTestsController.GetController().PassPlaymodeTest();
        }
    }
PlaymodeTest