Skip to content

GuiTextureGroup

Basic Properties

Field Description
textures An array of textures used in the group

APIs

setTextures

Sets the textures used in the group.

guiTextureGroup.setTextures(texture1, texture2);

setColor

Sets the color for all textures in the group.

guiTextureGroup.setColor(0xff00ff);