예제 #1
0
 public void SetWallTarget(WallTarget target)
 {
     currentWallTarget = target;
     if (CurrentAppState == AppState.SCANNING)
     {
         SetState(AppState.VIEW);
     }
 }
예제 #2
0
 public void SetCurrentWallTarget(WallTarget target)
 {
     currentWallTarget = target;
 }