Serialization.

SetValue(SerializedProperty, Object, Object) Method

Summary

Sets the value of the specified UnityEditor.SerializedProperty.

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