June 2017
Beginner to intermediate
336 pages
8h 44m
English
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: "By default, the FloorInteractionManager class is inherited from MonoBehaviour. MonoBehaviour is the base class from which every Unity script derives. In the next step, implement IFocusable interface in the FloorInteractionManager class. "
A block of code is set as follows:
//On Start, create WWW object and link it with Steaming URL void Start() { webObject = new WWW(videoUrl); guiTexture ...Read now
Unlock full access