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