Space的使用:
当你觉得你的Inspector面板太杂,太乱时,你就可以用它来分割,会显得清晰一些。
1 2 3 4 5 6 7 8 9 10 11 |
using UnityEngine; using System.Collections; public class Test : MonoBehaviour { public int health = 0; public int maxHealth = 100; [Space(50)] public int shield = 0; public int maxShield = 0; } |
- 本文固定链接: http://www.u3d8.com/?p=656
- 转载请注明: 网虫虫 在 u3d8.com 发表过