随笔分类 -  Unity

Unity学习
摘要:目录属性重绘编辑器枚举获取及设置Inspector列表 属性重绘 编辑器中重绘某个属性使用的是继承PropertyDrawer脚本,并标记重绘类型 编辑器枚举获取及设置 PropertyDrawer中无法直接获取当前的枚举值,需要通过转换,同理也无法直接赋值枚举 Inspector列表 需要重绘列表 阅读全文
posted @ 2024-10-15 10:30 请明月 阅读(15) 评论(0) 推荐(0)