- Extending Unity with Editor Scripting
- Angelo Tadres
- 167字
- 2021-07-16 19:59:19
Chapter 2. Using Gizmos in the Scene View
When you are working on a video game and you need to debug features, it's very helpful to have a visual representation of certain structures you are using in the code. For example, imagine that you have a set of waypoints to model the movement of a Non Playable Character (NPC) in your video game. If it is possible for you to see the waypoints, it will be easier for you to make tweaks and readjust the movement paths.
Thankfully, in Unity there's a class called Gizmos that allow us to add visual aids to the Scene View in an easy way.
Here, you will learn about the Gizmos class and how to use this to create a visual grid that will help level designers position the level piece prefabs with more control in the level.
In this chapter we will cover the following topics:
- The
OnDrawGizmos
andOnDrawGizmosSelected
methods - The
DrawGizmo
attribute - The Gizmos class API
- Building a RESTful Web Service with Spring
- JavaScript從入門到精通(第3版)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- C語言程序設計學習指導與習題解答
- 深入淺出Serverless:技術原理與應用實踐
- Mastering JBoss Enterprise Application Platform 7
- Mastering openFrameworks:Creative Coding Demystified
- C#開發案例精粹
- Visual FoxPro 6.0程序設計
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- 深度學習程序設計實戰
- Elasticsearch Blueprints
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Python無監督學習
- Jakarta EE Cookbook