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.

SerializedObject.FindProperty

FindProperty(propertyPath: string): SerializedProperty;
SerializedProperty FindProperty(string propertyPath);
def FindProperty(propertyPath as string) as SerializedProperty

Description

Find serialized property by name.

You can use this to find a specific property in the target object.

See Also: GetIterator, SerializedProperty.