TooltipAttribute的使用:
在Inspector面板显示的变量,可以使用它来帮你给变量加个描述。。
1 2 3 4 5 6 7 8 |
using UnityEngine; using System.Collections; public class Test : MonoBehaviour { [Tooltip("提示生命值范围0-100")] public int health = 0; } |
- 本文固定链接: http://www.u3d8.com/?p=650
- 转载请注明: 网虫虫 在 u3d8.com 发表过