Serialization.

GetValue<T>(SerializedProperty, T) Method

Summary

Gets the value of the UnityEditor.SerializedProperty.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

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