Method GetMemberAttributes
GetMemberAttributes(SerializedProperty)
Gets the attributes of a SerializedProperty.
Declaration
public static Attribute[] GetMemberAttributes(SerializedProperty property)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | property | The property with attributes to enumerate. |
Returns
| Type | Description |
|---|---|
| Attribute[] | An array of attributes. |