RenameAttribute
Class in Zigurous.Architecture
Declaration
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class RenameAttribute : PropertyAttribute
Description
An attribute that renames a field in the editor.
Properties
newName | The new name of the field. |
Constructors
RenameAttribute | Creates a new RenameAttribute with the given name. |