- Mastering Android Game Development with Unity
- Siddharth Shekar Wajahat Karim
- 210字
- 2021-07-09 20:44:24
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The
bIsDefending variable is the same as that we defined as a parameter in Animation Controller."
A block of code is set as follows:
private Animator anim;
// Use this for initialization
void Start () {
anim = GetComponent<Animator>();
} // start
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if (pAnim.GetBool("tIsPunching")){
if (anim.GetBool("bEnemyIsDefending") == false) {
Debug.Log("enemy got hit");
anim.SetTrigger("tEnemyGotHit");
anim.SetBool("bEnemyIsDefending", true);
health -= pScript.damage;
}
}
Any command-line input or output is written as follows:
C:\Program Files\Unity\Editor\Unity.exe
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Unity lets developers manage these components of each game object through the Inspector panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- PPT,要你好看
- Learning Microsoft Azure Storage
- 傳感器技術實驗教程
- ETL with Azure Cookbook
- Effective DevOps with AWS
- Zabbix Network Monitoring(Second Edition)
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 傳感器技術應用
- CompTIA Network+ Certification Guide
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- Mastering Geospatial Analysis with Python
- MATLAB-Simulink系統仿真超級學習手冊
- Hands-On SAS for Data Analysis
- 案例解說Delphi典型控制應用
- 人工智能云平臺:原理、設計與應用