Table of Contents

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 SerializedProperty

The serialized property to get the value from.

Returns

string

The current string value of the serialized property.