Manages the options that are displayed to the user in the instance selection drop-down.
コード例 #1
0
 public AbstractTypePropertyEditor(Type baseType)
 {
     _options = new TypeDropdownOptionsManager(baseType, /*allowUncreatableTypes:*/ false);
 }
コード例 #2
0
 public AbstractTypePropertyEditor(Type baseType)
 {
     _options = new TypeDropdownOptionsManager(baseType, /*allowUncreatableTypes:*/ false);
 }