Serialization.

SetValue(SerializedProperty, Object) Method

Summary

Sets the value of the UnityEditor.SerializedProperty.

Syntax

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

Parameters

Name Type Description
property SerializedProperty
value Object

Return Value

Type Description
void