Serialization.

SetValue(SerializedProperty, Object) Method

Summary

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

Syntax

public static void SetValue(this SerializedProperty property, Object value)

Parameters

Name Type Description
property SerializedProperty
value Object

Return Value

Type Description
void