PropertyAccessor.

SetValue(SerializedProperty, Object) Method

Summary

Gets the value of the from the UltEvents.Editor.PropertyAccessor.Parent (if there is one), then uses it to set the value of the UltEvents.Editor.PropertyAccessor.Field.
Assembly
UltEvents.dll
Namespace
UltEvents.Editor
Containing Type
PropertyAccessor

Syntax

public void SetValue(SerializedProperty serializedProperty, Object value)

Parameters

Name Type Description
serializedProperty SerializedProperty
value Object

Return Value

Type Description
void