コード例 #1
0
        public IEnumerator NFTShapeIsInvalidatedWhenStartingOutOfBoundsDebugMode()
        {
            sceneController.isDebugMode = true;
            yield return(SBC_Asserts.NFTShapeIsInvalidatedWhenStartingOutOfBounds(scene));

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