Version: 2022.2
언어: 한국어

InspectorNameAttribute

class in UnityEngine

/

다음으로부터 상속:PropertyAttribute

매뉴얼로 전환

설명

Use this attribute on enum value declarations to change the display name shown in the Inspector.

using UnityEngine;

public enum ModelImporterIndexFormat { Auto = 0, [InspectorName("16 bits")] UInt16 = 1, [InspectorName("32 bits")] UInt32 = 2, }

변수

displayNameName to display in the Inspector.

생성자

InspectorNameAttributeSpecify a display name for an enum value.

상속된 멤버

변수

orderOptional field to specify the order that multiple DecorationDrawers should be drawn in.