Serialization.

GetValue<T>(SerializedProperty, T) Method

Summary

Gets the value of the UnityEditor.SerializedProperty.

Syntax

public static void GetValue<T>(this SerializedProperty property, out T value)

Type Parameters

Name Description
T

Parameters

Name Type Description
property SerializedProperty
value T

Return Value

Type Description
void