C# Класс FullInspector.InspectorDropdownNameAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DisplayName string

Открытые методы

Метод Описание
InspectorDropdownNameAttribute ( string displayName ) : System

Sets the name of the type to use in the abstract type dropdown.

Описание методов

InspectorDropdownNameAttribute() публичный Метод

Sets the name of the type to use in the abstract type dropdown.
public InspectorDropdownNameAttribute ( string displayName ) : System
displayName string /// The name that the type will use in the abstract type dropdown /// selection wizard. The default value is the C# formatted type name for /// the type. You can create "folders" within the dropdown popup by using /// '/'; for example, "folder/my type" will appear inside "folder" as "my /// type". ///
Результат System

Описание свойств

DisplayName публичное свойство

The name that the type will use in the abstract type dropdown selection wizard. The default value is the C# formatted type name for the type. You can create "folders" within the dropdown popup by using '/'; for example, "folder/my type" will appear inside "folder" as "my type".
public string DisplayName
Результат string