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
SerializedPropertyThe serialized property to set the value for.
value
stringThe string value to set.