- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 78字
- 2021-07-02 23:21:03
The Physics 3D and Physics 2D Areas
There are two different Physics Areas, one for 3D physics (Nvidia's PhysX) and another for the 2D physics system (Box2D). This Area provides various physics statistics, such as Rigidbody, Collider, and Contact counts.
The Breakdown View for each Physics Area provides some rudimentary insight into the subsystem’s inner workings, but we can get further insight by exploring the Physics Debugger, which we will introduce in Chapter 5, Faster Physics.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- Java 開發從入門到精通(第2版)
- Visual C++串口通信開發入門與編程實踐
- WebAssembly實戰
- Building a Home Security System with Raspberry Pi
- 算法零基礎一本通(Python版)
- iOS應用逆向工程(第2版)
- Mastering Drupal 8 Views
- Android開發三劍客:UML、模式與測試
- Mastering Apache Storm
- Everyday Data Structures
- BeagleBone Robotic Projects(Second Edition)
- Learning Android Application Testing
- ABAQUS6.14中文版有限元分析與實例詳解
- Java EE架構設計與開發實踐