- NGUI for Unity
- Charles Bernardoff
- 195字
- 2021-07-19 18:32:30
What this book covers
Chapter 1, Getting Started with NGUI, describes NGUI's functionalities and workflow. We will then import the plugin and create our first UI system and study its structure.
Chapter 2, Creating Widgets, introduces us to our first widget and explains how we can configure it. It then explains how to create a main menu using the Widget template
Chapter 3, Enhancing Your UI, explains the drag-and-drop system and how to create draggable windows. It also covers the use of animations, scrollable text, and localization with NGUI.
Chapter 4, C# with NGUI, introduces C# event methods and advanced code-oriented components that will be used to create tool tips, notifications, and Tweens through code.
Chapter 5, Building a Scrollable Viewport, introduces us to an interactive fullscreen-scrolling viewport using scroll bars, keyboard arrows, and draggable items.
Chapter 6, Atlas and Font Customization, explains how you can customize your UI using your own sprites and fonts; this will enable us to modify the appearance of our entire main menu.
Chapter 7, Creating a Game with NGUI, covers game features, such as spawning mobile enemies, handling player input, and detecting collisions between widgets to create a game.
- 數據庫系統教程(第2版)
- Java EE 6 企業級應用開發教程
- MySQL 8從入門到精通(視頻教學版)
- JavaScript Unlocked
- Dependency Injection in .NET Core 2.0
- Magento 1.8 Development Cookbook
- Java:High-Performance Apps with Java 9
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Mastering openFrameworks:Creative Coding Demystified
- Babylon.js Essentials
- Learning PHP 7
- Getting Started with Python and Raspberry Pi
- FPGA嵌入式項目開發實戰
- Java 9 with JShell
- Zend Framework 2 Cookbook