C# 클래스 FullInspector.InspectorDropdownNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 프로퍼티들

프로퍼티 타입 설명
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