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

ファイルを表示 Open project: TorisanKitsune/MinoriEditorShell

Public Methods

Method Description
BuildEditor ( PropertyDescriptor propertyDescriptor ) : IEditor
IsApplicable ( PropertyDescriptor propertyDescriptor ) : bool

Method Details

BuildEditor() public abstract method

public abstract BuildEditor ( PropertyDescriptor propertyDescriptor ) : IEditor
propertyDescriptor PropertyDescriptor
return IEditor

IsApplicable() public abstract method

public abstract IsApplicable ( PropertyDescriptor propertyDescriptor ) : bool
propertyDescriptor PropertyDescriptor
return bool