SerializedProperty.FindPropertyRelative
FindPropertyRelative(relativePropertyPath: string): SerializedProperty;
SerializedProperty FindPropertyRelative(string relativePropertyPath);
def FindPropertyRelative(relativePropertyPath as string) as SerializedProperty
Description

Retrieves the SerializedProperty at a relative path to the current property.