Added textAlpha and textActiveAlpha to Button and ButtonGroup.

This commit is contained in:
2019-10-15 14:56:24 +02:00
parent e50ea6af31
commit e2ea89cc0b
73 changed files with 440 additions and 161 deletions
+78 -6
View File
@@ -1471,7 +1471,7 @@
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line84">buttongroup.js:84</a>
<a href="pixi_buttongroup.js.html#line86">buttongroup.js:86</a>
</div>
</div>
@@ -2571,6 +2571,78 @@ button is activated. See PIXI.TextStyle for possible options.</p></td>
<tr>
<td class="name"><code>textAlpha</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="default">
Theme.textAlpha
</td>
<td class="description last">
<span class="optional">optional</span>
<p>Button: The alpha value of the text.</p></td>
</tr>
<tr>
<td class="name"><code>textActiveAlpha</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="default">
Theme.textActiveAlpha
</td>
<td class="description last">
<span class="optional">optional</span>
<p>Button: The alpha value of the text when activated.</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
@@ -3137,7 +3209,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line590">buttongroup.js:590</a>
<a href="pixi_buttongroup.js.html#line596">buttongroup.js:596</a>
</div>
</div>
@@ -3261,7 +3333,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line436">buttongroup.js:436</a>
<a href="pixi_buttongroup.js.html#line442">buttongroup.js:442</a>
</div>
</div>
@@ -3366,7 +3438,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line311">buttongroup.js:311</a>
<a href="pixi_buttongroup.js.html#line317">buttongroup.js:317</a>
</div>
</div>
@@ -3471,7 +3543,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line425">buttongroup.js:425</a>
<a href="pixi_buttongroup.js.html#line431">buttongroup.js:431</a>
</div>
</div>
@@ -3578,7 +3650,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Oct 11 2019 09:19:28 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Oct 15 2019 14:56:00 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>