C# 클래스 FullInspector.InspectorKeyWidthAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
WidthPercentage float

공개 메소드들

메소드 설명
InspectorKeyWidthAttribute ( float widthPercentage ) : System

메소드 상세

InspectorKeyWidthAttribute() 공개 메소드

public InspectorKeyWidthAttribute ( float widthPercentage ) : System
widthPercentage float
리턴 System

프로퍼티 상세

WidthPercentage 공개적으로 프로퍼티

The percentage of available width that the key will use in the KeyValuePair.
public float WidthPercentage
리턴 float