示例#1
0
 /// <summary>
 /// Show/hide taco header and navigation
 /// Use this if you want to hide them when the user plays the game
 /// </summary>
 /// <param name="status">If set to <c>true</c> status.</param>
 public void ToggleTacoHeaderFooter(bool status)
 {
     TacoManager.TurnTacoHeaderFooter(status);
 }