Serialization.

GetValues<T>(SerializedProperty) Method

Summary

Gets the value of the UnityEditor.SerializedProperty for each of its target objects.

Syntax

public static T[] GetValues<T>(this SerializedProperty property)

Type Parameters

Name Description
T

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
T[]