Manual     Reference     Scripting  
  
Scripting > Editor Classes > SerializedObject   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • SerializedObject
  • All Members
  • Variables
  • targetObject
  • Constructors
  • SerializedObject
  • Functions
  • ApplyModifiedProperties
  • ApplyModifiedPropertiesMultiSelect
  • FindProperty
  • GetIterator
  • Update

SerializedObject.FindProperty  

function FindProperty (propertyPath : String) : SerializedProperty

Description

Find serialized property by name.

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

See Also: GetIterator, SerializedProperty.