Method GetValue
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
GetValue(SerializedProperty)
Gets the current integer value of the serialized property.
protected override int GetValue(SerializedProperty property)
Parameters
property
SerializedPropertyThe serialized property to get the value from.
Returns
- int
The current integer value of the serialized property.