( begin auto-generated from PShape_getChild.xml ) Extracts a child shape from a parent shape. Specify the name of the shape with the target parameter. The shape is returned as a PShape object, or null is returned if there is an error. ( end auto-generated ) @webref pshape:meth
(int index)
| 1991 | * @see PShape#addChild(PShape) |
| 1992 | */ |
| 1993 | public PShape getChild(int index) { |
| 1994 | crop(); |
| 1995 | return children[index]; |
| 1996 | } |
| 1997 | |
| 1998 | /** |
| 1999 | * @param target the name of the shape to get |