Serialization.

GetAccessor(SerializedProperty) Method

Summary

Returns a InspectorGadgets.Editor.Serialization.PropertyAccessor that can be used to access the details of the specified `property`.

Syntax

public static Serialization.PropertyAccessor GetAccessor(this SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value