button想换图片怎么换?

button想换图片怎么换?
暂停符号变成进行符号。

重新加载texture即可。

参考下这个函数:

 void loadTextures(const std::string& normal,
                const std::string& selected,
                      const std::string& disabled = "",
                      TextureResType texType = UI_TEX_TYPE_LOCAL);

:14: