官术网_书友最值得收藏!

Conventions used

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "The AdvanceFSM class basically manages all the FSMState(s) implemented, and keeps updated with the transitions and the current state."

A block of code is set as follows:

int throwDiceLoaded() { 
    Debug.Log("Throwing dice..."); 
      int randomProbability = Random.Range(1,101); 
      int diceResult = 0; 
      if (randomProbability < 36) { 
        diceResult = 6; 
      } 
      else { 
        diceResult = Random.Range(1,5); 
      } 
    Debug.Log("Result: " + diceResult); 
      return diceResult; 
  }

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Our Tank object is basically a simple Mesh with a Rigidbody component."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 林州市| 新兴县| 塔城市| 铜川市| 双城市| 通江县| 乐亭县| 临沂市| 合江县| 格尔木市| 达拉特旗| 页游| 孝感市| 肃南| 偏关县| 延津县| 白城市| 阜阳市| 上蔡县| 齐河县| 肥西县| 巴林左旗| SHOW| 青海省| 治多县| 蓬安县| 新乡市| 柳林县| 阆中市| 六安市| 松桃| 文安县| 浦县| 彰武县| 桃源县| 健康| 鄂州市| 师宗县| 泰州市| 萨迦县| 高碑店市|