Method GetFieldInfoFromProperty
GetFieldInfoFromProperty(SerializedProperty)
Gets the FieldInfo of a SerializedProperty.
Declaration
public static FieldInfo GetFieldInfoFromProperty(SerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | property | The property to get information about. |
Returns
Type | Description |
---|---|
FieldInfo | Attributes and metadata about the field. |