SerializedProperty.GetEndProperty Manual     Reference     Scripting  
Scripting > Editor Classes > SerializedProperty
SerializedProperty.GetEndProperty

function GetEndProperty (includeInvisible : boolean = false) : SerializedProperty

Description

Retrieves the SerializedProperty that defines the end range of this property.

It's the first property that's not a child or grandchild of this property. The end property can be used to iterate over all children of a property by using EqualsContents.