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