C# Class Invert.Core.GraphDesigner.InspectorProperty

Inheritance: System.Attribute
Show file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
InspectorProperty ( ) : System
InspectorProperty ( InspectorType inspectorType ) : System
InspectorProperty ( Type customDrawerType ) : System
InspectorProperty ( string tip ) : System
InspectorProperty ( string tip, InspectorType inspectorType ) : System

Method Details

InspectorProperty() public method

public InspectorProperty ( ) : System
return System

InspectorProperty() public method

public InspectorProperty ( InspectorType inspectorType ) : System
inspectorType InspectorType
return System

InspectorProperty() public method

public InspectorProperty ( Type customDrawerType ) : System
customDrawerType System.Type
return System

InspectorProperty() public method

public InspectorProperty ( string tip ) : System
tip string
return System

InspectorProperty() public method

public InspectorProperty ( string tip, InspectorType inspectorType ) : System
tip string
inspectorType InspectorType
return System