Свойство | Тип | Описание | |
---|---|---|---|
DisableErrorOnUnityObject | bool | ||
Inherit | bool | ||
PropertyType |
Метод | Описание | |
---|---|---|
CustomPropertyEditorAttribute ( |
Mark this type as an IPropertyEditor. It will be instantiated automatically.
|
|
CustomPropertyEditorAttribute ( |
Mark this type as an IPropertyEditor. It will be instantiated automatically.
|
public CustomPropertyEditorAttribute ( |
||
propertyType | /// The type of property that this PropertyEditor is editing. /// | |
Результат | System |
public CustomPropertyEditorAttribute ( |
||
propertyType | /// The type of property that this PropertyEditor is editing. /// | |
inherit | bool | /// If true, then this PropertyEditor will also be used for types that /// derive from propertyType. If true, then this also has implications on /// the generic parameter list. See the documentation on the member /// variable for more information. /// |
Результат | System |