Serialization.

GetValue(SerializedProperty, Object) Method

Summary

Gets the value of the specified UnityEditor.SerializedProperty.
Assembly
UltEvents.dll
Namespace
UltEvents.Editor
Containing Type
Serialization

Syntax

public static Object GetValue(this SerializedProperty property, Object targetObject)

Parameters

Name Type Description
property SerializedProperty
targetObject Object

Return Value

Type Description
Object