This version of Unity is unsupported.

SerializedPropertyType.Enum

Description

Enumeration property.

Use SerializedProperty.intValue to access the numeric value, unless the enum type is uint in which case SerializedProperty.longValue should be used. See Also: SerializedProperty, SerializedProperty.enumNames.