Method SetPropertyValue
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
SetPropertyValue(SerializedProperty, int)
Sets the integer value of the serialized property based on the selected option in the popup list.
protected override void SetPropertyValue(SerializedProperty property, int value)
Parameters
propertySerializedPropertyThe serialized property to set the value for.
valueintThe integer value to set.