Serialization.PropertyAccessor.

Serialization.

GetValue(SerializedProperty) Method

Summary

Gets the value of the from the InspectorGadgets.Editor.Serialization.PropertyAccessor.Parent (if there is one), then uses it to get and return the value of the InspectorGadgets.Editor.Serialization.PropertyAccessor.Field.

Syntax

public Object GetValue(SerializedProperty serializedProperty)

Parameters

Name Type Description
serializedProperty SerializedProperty

Return Value

Type Description
Object