Skip to content

Commit b4d1e84

Browse files
committed
Add getChildCount() to PShape reference
1 parent c6db919 commit b4d1e84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/processing/core/PShape.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ public PShape getParent() {
16471647
return parent;
16481648
}
16491649

1650+
/**
1651+
* @webref
1652+
* @brief Returns the number of children
1653+
*/
16501654
public int getChildCount() {
16511655
return childCount;
16521656
}

0 commit comments

Comments
 (0)