Skip to content

GuiTextureGroup

Basic Properties

FieldDescription
texturesAn array of textures used in the group

APIs

setTextures

Sets the textures used in the group.

java
guiTextureGroup.setTextures(texture1, texture2);

setColor

Sets the color for all textures in the group.

java
guiTextureGroup.setColor(0xff00ff);

Released under the MIT License.