RenameAttribute


Declaration

[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class RenameAttribute : PropertyAttribute

Description

An attribute that renames a field in the editor.

Properties

newNameThe new name of the field.

Constructors

RenameAttributeCreates a new RenameAttribute with the given name.