コード例 #1
0
        protected override void OnEnable()
        {
            stage = calibrationStage.STEP_touchCorner1;
            resetStage();

            base.OnEnable();
        }
コード例 #2
0
        void goToNextStage()
        {
            stage++;

            if (stage > calibrationStage.STEP_save)
            {
                stage = calibrationStage.STEP_touchCorner1;
            }

            resetStage();
        }