示例#1
0
 @VisInternal
 public void updateValues(float x, float y, Color color) {
   skeleton.setPosition(x, y);
   skeleton.setColor(color);
 }