- Unity UI Cookbook
- Francesco Sapio
- 104字
- 2021-07-23 14:56:14
Introduction
This chapter explains how to implement counters for keeping track of variables such as score, coins, and lives, and how to display them through texts or through more complex things such as health bars.
We will start by creating a counter for our score and we will proceed with more complex counters.
Later, we will introduce the concept of health bars and we will also learn how to change their look, so that they are more linear or radial.
Finally, in the last three recipes, we are going to implement very special and complex health bars, which are suitable for bosses, for example.
推薦閱讀
- JavaScript百煉成仙
- Bootstrap Site Blueprints Volume II
- Node.js Design Patterns
- Mastering Google App Engine
- Mastering ServiceNow(Second Edition)
- Mastering Ext JS
- .NET 3.5編程
- 第一行代碼 C語言(視頻講解版)
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- C# Multithreaded and Parallel Programming
- JavaScript動態(tài)網(wǎng)頁編程
- C語言程序設(shè)計
- Python編程基礎(chǔ)教程
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計與實(shí)現(xiàn)原理