C# Class Gemini.Modules.Inspector.Conventions.PropertyEditorBuilder

Afficher le fichier Open project: TorisanKitsune/MinoriEditorShell

Méthodes publiques

Méthode Description
BuildEditor ( PropertyDescriptor propertyDescriptor ) : IEditor
IsApplicable ( PropertyDescriptor propertyDescriptor ) : bool

Method Details

BuildEditor() public abstract méthode

public abstract BuildEditor ( PropertyDescriptor propertyDescriptor ) : IEditor
propertyDescriptor PropertyDescriptor
Résultat IEditor

IsApplicable() public abstract méthode

public abstract IsApplicable ( PropertyDescriptor propertyDescriptor ) : bool
propertyDescriptor PropertyDescriptor
Résultat bool