Method FindProperty
- Namespace
- Gamelogic.Extensions.Editor.Internal
- Assembly
- Gamelogic.Extensions.Editor.dll
FindProperty(string)
Finds a serialized property by name and wraps it in a GLSerializedProperty.
public GLSerializedProperty FindProperty(string propertyName)
Parameters
propertyNamestringThe name of the serialized property to find.
Returns
- GLSerializedProperty
A GLSerializedProperty wrapping the found property.