| InspectorPropertyAttribute Properties |
The InspectorPropertyAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeType |
Type of value in attribute table. If null, the property type is used.
| |
| Default |
Default property value.
| |
| DefaultListItem |
Default list item.
Null for reference types, default value for value types.
| |
| Description |
A user-friendly description of the property.
| |
| IsList |
Whether the property is of a list type, or not.
| |
| ItemType |
Item type. Equals property type if no generic type, otherwise the type of the generic.
| |
| List | Obsolete.
Whether the property is of a list type, or not.
| |
| Name |
Property name to be shown in the inspector.
| |
| PossibleValues |
Returns a collection of values if the property has a defined set of possible values.
Otherwise null is returned.
| |
| PropertyName |
Name of property this attribute belongs to.
Only set manually when collecting inspector type information.
| |
| PropertyType |
Type of property this attribute belongs to.
Only set manually when collecting inspector type information.
|