public IEnumerator PShapeIsInvalidatedWhenStartingOutOfBoundsDebugMode()
        {
            sceneController.isDebugMode = true;
            yield return(SBC_Asserts.PShapeIsInvalidatedWhenStartingOutOfBounds(scene));

            sceneController.isDebugMode = false;
        }
예제 #2
0
 public IEnumerator PShapeIsInvalidatedWhenStartingOutOfBounds()
 {
     yield return(SBC_Asserts.PShapeIsInvalidatedWhenStartingOutOfBounds(scene));
 }