示例#1
0
 public void color(float r, float g, float b, float a) {
   colorNoChildren(r, g, b, a);
   for (GameObject child : children) child.color(r, g, b, a);
 }