Table of Contents

Class DisplayNameAttribute

Namespace
KeenEyes
Assembly
KeenEyes.Abstractions.dll

Specifies a custom display name for the field in the editor inspector.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class DisplayNameAttribute : Attribute
Inheritance
DisplayNameAttribute
Inherited Members

Constructors

DisplayNameAttribute(string)

Specifies a custom display name for the field in the editor inspector.

public DisplayNameAttribute(string name)

Parameters

name string

The display name.

Properties

Name

Gets the display name.

public string Name { get; }

Property Value

string