Table of Contents

Method SetPropertyValue

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

SetPropertyValue(SerializedProperty, string)

Sets the string value of the serialized property based on the selected option in the popup list.

protected override void SetPropertyValue(SerializedProperty property, string value)

Parameters

property SerializedProperty

The serialized property to set the value for.

value string

The string value to set.