Serialization.

SetValue(SerializedProperty, Object, Object) Method

Summary

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

Syntax

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

Parameters

Name Type Description
property SerializedProperty
targetObject Object
value Object

Return Value

Type Description
void