public IEnumerator NFTShapeIsInvalidatedWhenStartingOutOfBoundsDebugMode()
        {
            sceneController.isDebugMode = true;
            yield return(SBC_Asserts.NFTShapeIsInvalidatedWhenStartingOutOfBounds(scene));

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