unity 使用Attribute自定义一个HeaderAttribute效果

[AttributeUsage(AttributeTargets.Field,AllowMultiple = true,Inherited = true)] public Class TitleAttribute : PropertyAttribute{     public string title;     public string color;//这里不能直接用Color,会报错,不知道为
相关文章
相关标签/搜索