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

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.
主站蜘蛛池模板: 凯里市| 伊金霍洛旗| 台山市| 朝阳县| 隆德县| 门头沟区| 墨竹工卡县| 永登县| 屯留县| 平阳县| 集贤县| 额敏县| 平和县| 军事| 临沭县| 玉环县| 博客| 宁德市| 龙游县| 南木林县| 涿州市| 正阳县| 怀安县| 乐业县| 彭水| 台南市| 涿鹿县| 怀仁县| 济源市| 尉氏县| 利辛县| 铜川市| 明溪县| 绥中县| 长兴县| 满洲里市| 汕尾市| 清涧县| 吉木乃县| 抚顺县| 金秀|