- Mastering UI Development with Unity
- Ashley Godbold
- 111字
- 2021-08-27 18:43:14
Rect Transform edit modes
There are two different edit modes available to you within the Rect Transform—Blueprint Mode and Raw Edit Mode—as represented by the following icons, respectively:

Blueprint mode will ignore any local rotation or scaling applied to it and will display the Rect Transform bounding box as a non-rotated, non-scaled box. The following screenshot shows the bounding box of a Panel that has been rotated and scaled with Blueprint Mode turned off and turned on:

Raw Edit Mode will allow you to change the anchor and pivot points of a UI object without the object moving or scaling based on the changes you have made.
推薦閱讀
- AngularJS入門與進階
- Django+Vue.js商城項目實戰
- Spring 5.0 By Example
- Java范例大全
- 深度學習經典案例解析:基于MATLAB
- Java編程指南:基礎知識、類庫應用及案例設計
- Java 9 Programming Blueprints
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Swift 3 New Features
- Hands-On Microservices with Kotlin
- Flux Architecture
- iPhone應用開發從入門到精通
- Mastering AWS Security
- Clojure Web Development Essentials
- 趣學數據結構