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