Versions with this page:
Versions without this page:
class in UnityEngine
用于派生自定义属性特性的基类。这可用于为脚本变量创建特性。
自定义特性可以与自定义 PropertyDrawer 类连接,以控制具有该特性的脚本变量如何在 Inspector 中显示。另请参阅:PropertyDrawer 类。