mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
Add getChildCount() to PShape reference
This commit is contained in:
@@ -1647,6 +1647,10 @@ public class PShape implements PConstants {
|
||||
return parent;
|
||||
}
|
||||
|
||||
/**
|
||||
* @webref
|
||||
* @brief Returns the number of children
|
||||
*/
|
||||
public int getChildCount() {
|
||||
return childCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user