C# 클래스 Invert.Core.GraphDesigner.InspectorProperty

상속: System.Attribute
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
InspectorProperty ( ) : System
InspectorProperty ( InspectorType inspectorType ) : System
InspectorProperty ( Type customDrawerType ) : System
InspectorProperty ( string tip ) : System
InspectorProperty ( string tip, InspectorType inspectorType ) : System

메소드 상세

InspectorProperty() 공개 메소드

public InspectorProperty ( ) : System
리턴 System

InspectorProperty() 공개 메소드

public InspectorProperty ( InspectorType inspectorType ) : System
inspectorType InspectorType
리턴 System

InspectorProperty() 공개 메소드

public InspectorProperty ( Type customDrawerType ) : System
customDrawerType System.Type
리턴 System

InspectorProperty() 공개 메소드

public InspectorProperty ( string tip ) : System
tip string
리턴 System

InspectorProperty() 공개 메소드

public InspectorProperty ( string tip, InspectorType inspectorType ) : System
tip string
inspectorType InspectorType
리턴 System