public IEnumerator NFTShapeIsResetWhenReenteringBoundsDebugMode()
        {
            sceneController.isDebugMode = true;
            yield return(SBC_Asserts.NFTShapeIsResetWhenReenteringBounds(scene));

            sceneController.isDebugMode = false;
        }
示例#2
0
 public IEnumerator NFTShapeIsResetWhenReenteringBounds()
 {
     yield return(SBC_Asserts.NFTShapeIsResetWhenReenteringBounds(scene));
 }