Method SerializedPropertyToField
SerializedPropertyToField(SerializedProperty)
Gets the FieldInfo for a given property.
Declaration
public static FieldInfo SerializedPropertyToField(SerializedProperty property)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | property | The property to get information about. |
Returns
| Type | Description |
|---|---|
| FieldInfo | The FieldInfo. |