Method FindPropertyRelative
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
FindPropertyRelative(string)
Finds a child property relative to this property by name.
public GLSerializedProperty FindPropertyRelative(string name)
Parameters
namestringThe name of the child property to find.
Returns
- GLSerializedProperty
A GLSerializedProperty wrapping the found child property.