Serialization.

GetValue(SerializedProperty, Object) Method

Summary

Gets the value of the specified UnityEditor.SerializedProperty.
Assembly
Animancer.dll
Namespace
Animancer.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