We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7cefcc + 1d1c5e2 commit 48c3c3cCopy full SHA for 48c3c3c
extensions/ccui/uiwidgets/UIButton.js
@@ -33,7 +33,7 @@
33
* @property {String} titleFont - The content string font of the button title
34
* @property {Number} titleFontSize - The content string font size of the button title
35
* @property {String} titleFontName - The content string font name of the button title
36
- * @property {cc.Color} titleFontColor - The content string font color of the button title
+ * @property {cc.Color} titleColor - The content string font color of the button title
37
* @property {Boolean} pressedActionEnabled - Indicate whether button has zoom effect when clicked
38
*/
39
ccui.Button = ccui.Widget.extend(/** @lends ccui.Button# */{
0 commit comments