Table of Contents

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

name string

The name of the child property to find.

Returns

GLSerializedProperty

A GLSerializedProperty wrapping the found child property.