PropertyAccessor.

GetField(SerializedProperty) Method

Summary

Calls InspectorGadgets.Editor.PropertyAccessor.GetField(UnityEditor.SerializedObject) with the UnityEditor.SerializedProperty.serializedObject.

Syntax

public FieldInfo GetField(SerializedProperty serializedProperty)

Parameters

Name Type Description
serializedProperty SerializedProperty

Return Value

Type Description
FieldInfo