示例#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;
 }