Serialization.

GetValue(SerializedProperty, Object) Method

Summary

Gets the value of the specified SerializedProperty.

Syntax

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

Parameters

Name Type Description
property SerializedProperty
targetObject Object

Return Value

Type Description
Object