Skip to Content
Mastering UI Development with Unity
book

Mastering UI Development with Unity

by Dr. Ashley Godbold
April 2018
Beginner content levelBeginner
468 pages
11h 7m
English
Packt Publishing
Content preview from Mastering UI Development with Unity

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The following script, AddSprite.cs, is attached to the UI Image."

A block of code is set as follows:

using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

// Use this for initialization     void Start () {          theImage.sprite=theSprite;          theImage.preserveAspect=true;     }

Bold: Indicates a new term, an important word, or words that ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Game Development with Unity for .NET Developers

Game Development with Unity for .NET Developers

Jiadong Chen
Unity UI Cookbook

Unity UI Cookbook

Francesco Sapio

Publisher Resources

ISBN: 9781787125520Supplemental Content