
Attribute
贪玩的孩纸时代
这个作者很懒,什么都没留下…
展开
-
unitiy 自定义Attribute及反射的简单应用
效果图:由于公司网络限制,后期会将效果图上传public class Test:MonoBehaviour{ [MyTest(name = "枚举")] public Properties pp = Properties.HP; [MyTest(name = "整数")] public int a; [MyTest(name = "字符串")] pu...原创 2018-07-04 17:38:05 · 641 阅读 · 0 评论 -
unity 使用Attribute自定义一个HeaderAttribute效果
[AttributeUsage(AttributeTargets.Field,AllowMultiple = true,Inherited = true)] public Class TitleAttribute : PropertyAttribute{ public string title; public string color;//这里不能直接用Color,会报错,不知道为...翻译 2018-07-05 10:42:46 · 2041 阅读 · 0 评论