Version: 2021.1
언어: 한국어
public SerializedProperty GetEndProperty ();
public SerializedProperty GetEndProperty (bool includeInvisible);

설명

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 EqualContents.