public IEnumerator PShapeIsResetWhenReenteringBoundsDebugMode()
        {
            sceneController.isDebugMode = true;
            yield return(SBC_Asserts.PShapeIsResetWhenReenteringBounds(scene));

            sceneController.isDebugMode = false;
        }
Esempio n. 2
0
 public IEnumerator PShapeIsResetWhenReenteringBounds()
 {
     yield return(SBC_Asserts.PShapeIsResetWhenReenteringBounds(scene));
 }