Add getChildCount() to PShape reference

This commit is contained in:
REAS
2013-05-22 15:28:43 -07:00
parent 99a4d8fa30
commit 543388c8eb

View File

@@ -1647,6 +1647,10 @@ public class PShape implements PConstants {
return parent;
}
/**
* @webref
* @brief Returns the number of children
*/
public int getChildCount() {
return childCount;
}