Cocos 按钮如何使用plist中的图片

假设有一个test.plist 和 test.png
现在有一个button
如何替换button背景图为test.plist中的图片?
如何使用plist中的图片呢

button:loadTextures(“xxx.png”,“aaa.png”,“bbb.png”,ccui.TextureResType.plistType)

或者
button:loadTextureNormal(“xxx.png”,ccui.TextureResType.plistType)
button:loadTexturePressed(…)
button:loadDisabled("xxx.png)