SerializedProperty.Next
Next(enterChildren: bool): bool;
bool Next(bool enterChildren);
def Next(enterChildren as bool) as bool
Description

Move to next property.

See Also: NextVisible, Reset.