Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.