NathanSweet 10 жил өмнө
parent
commit
0402396c62

+ 1 - 0
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Skeleton.java

@@ -402,6 +402,7 @@ public class Skeleton {
 		return color;
 	}
 
+	/** A convenience method for setting the skeleton color. The color can also be set by modifying {@link #getColor()}. */
 	public void setColor (Color color) {
 		this.color.set(color);
 	}