Serialization.

GetValue<T>(SerializedProperty) Method

Summary

Gets the value of the UnityEditor.SerializedProperty.

Syntax

public static T GetValue<T>(this SerializedProperty property)

Type Parameters

Name Description
T

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
T