C# Class Invert.Core.GraphDesigner.InspectorProperty

Inheritance: System.Attribute
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode 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 méthode

public InspectorProperty ( ) : System
Résultat System

InspectorProperty() public méthode

public InspectorProperty ( InspectorType inspectorType ) : System
inspectorType InspectorType
Résultat System

InspectorProperty() public méthode

public InspectorProperty ( Type customDrawerType ) : System
customDrawerType System.Type
Résultat System

InspectorProperty() public méthode

public InspectorProperty ( string tip ) : System
tip string
Résultat System

InspectorProperty() public méthode

public InspectorProperty ( string tip, InspectorType inspectorType ) : System
tip string
inspectorType InspectorType
Résultat System