1
2
可以从继承中创建属性 Attribute :
然后,您可以通过反射访问这些信息:
更新的链接 https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/attributes |
2
0
必须从System.ComponentModel.DataAnnotations继承。ValidationAttribute,并且必须实现isValid方法。检查 https://stackoverflow.com/a/11959931/1270813 |
Robert King · Unity C#语法问题-转换位置 1 年前 |
JBryanB · 如何从基本抽象类访问类属性 1 年前 |
law · 检查答案按钮的输入字符串格式不正确 2 年前 |
i_sniff_ket · 在unity之外使用unity类 2 年前 |