Property | Type | Description | |
---|---|---|---|
DisableErrorOnUnityObject | bool | ||
Inherit | bool | ||
PropertyType |
Method | Description | |
---|---|---|
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. /// | |
return | 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. /// |
return | System |