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

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.
主站蜘蛛池模板: 夏邑县| 台安县| 桐梓县| 苗栗市| 云浮市| 南漳县| 苍南县| 巴东县| 长乐市| 平江县| 祁连县| 灵寿县| 高邑县| 肃宁县| 湖口县| 固始县| 沈阳市| 桃园市| 南充市| 彩票| 红安县| 准格尔旗| 西乡县| 周口市| 手游| 额济纳旗| 罗甸县| 四会市| 浦江县| 临漳县| 讷河市| 阿城市| 平阳县| 舟山市| 锦州市| 阿克| 安西县| 博湖县| 布拖县| 拉孜县| 芦山县|