IGEditorUtils.

GetSerializedPropertyContext(SerializedProperty) Method

Summary

Returns a disposable context that will allow copy and paste commands to be executed on the `property`.

Syntax

public static IDisposable GetSerializedPropertyContext(SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
IDisposable