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

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