Click or drag to resize
InspectorPropertyAttribute Properties

The InspectorPropertyAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAttributeType
Type of value in attribute table. If null, the property type is used.
Public propertyDefault
Default property value.
Public propertyDefaultListItem
Default list item. Null for reference types, default value for value types.
Public propertyDescription
A user-friendly description of the property.
Public propertyIsList
Whether the property is of a list type, or not.
Public propertyItemType
Item type. Equals property type if no generic type, otherwise the type of the generic.
Public propertyList Obsolete.
Whether the property is of a list type, or not.
Public propertyName
Property name to be shown in the inspector.
Public propertyPossibleValues
Returns a collection of values if the property has a defined set of possible values. Otherwise null is returned.
Public propertyPropertyName
Name of property this attribute belongs to. Only set manually when collecting inspector type information.
Public propertyPropertyType
Type of property this attribute belongs to. Only set manually when collecting inspector type information.
Top
See Also