Skip to content

Commit

Permalink
Deploying to gh-pages from @ 21c2a5c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Jul 30, 2024
1 parent e0fd5dd commit 965b51c
Show file tree
Hide file tree
Showing 192 changed files with 310 additions and 404 deletions.
9 changes: 4 additions & 5 deletions Button.html
Original file line number Diff line number Diff line change
Expand Up @@ -1507,14 +1507,13 @@ <h3>Example</h3>
<pre class="prettyprint"><code> const container = new Container();
const button = new Button(
new Graphics()
.beginFill(0xFFFFFF)
.drawRoundedRect(0, 0, 100, 50, 15)
.rect(0, 0, 100, 50, 15)
.fill(0xFFFFFF)
);

button.onPress.connect(() => console.log('onPress'));

container.addChild(button.view);
// or container.addChild(container); which is the same</code></pre>
container.addChild(button.view);</code></pre>


</div>
Expand Down Expand Up @@ -3063,7 +3062,7 @@ <h4 class="name" id="upOut">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions ButtonContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1372,8 +1372,8 @@ <h3>Example</h3>

<pre class="prettyprint"><code> const button = new ButtonContainer(
new Graphics()
.beginFill(0xFFFFFF)
.drawRoundedRect(0, 0, 100, 50, 15)
.fill(0xFFFFFF)
.roundRect(0, 0, 100, 50, 15)
);

button.onPress.connect(() => console.log('onPress'));
Expand Down Expand Up @@ -1435,7 +1435,7 @@ <h3 class="subsection-title">Extends</h3>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ButtonEvents.html
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ <h4 class="name" id="upOut">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion CheckBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ <h4 class="name" id="switch">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions CircularProgressBar.html
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ <h4 class="name" id="constructor">

<td class="type">

number
ColorSource

</td>

Expand Down Expand Up @@ -1464,7 +1464,7 @@ <h4 class="name" id="constructor">

<td class="type">

number
ColorSource

</td>

Expand Down Expand Up @@ -1967,7 +1967,7 @@ <h4 class="name" id="progress">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
10 changes: 5 additions & 5 deletions DoubleSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -1431,8 +1431,8 @@ <h4 class="name" id="height">

<div class="description">
<p>Sets height of a Sliders background and fill.
If nineSlicePlane is set, then height will be set to nineSlicePlane.
If nineSlicePlane is not set, then height will control components height as Container.</p>
If nineSliceSprite is set, then height will be set to nineSliceSprite.
If nineSliceSprite is not set, then height will control components height as Container.</p>
</div>


Expand Down Expand Up @@ -2045,8 +2045,8 @@ <h4 class="name" id="width">

<div class="description">
<p>Sets width of a Sliders background and fill.
If nineSlicePlane is set, then width will be set to nineSlicePlane.
If nineSlicePlane is not set, then width will control components width as Container.</p>
If nineSliceSprite is set, then width will be set to nineSliceSprite.
If nineSliceSprite is not set, then width will control components width as Container.</p>
</div>


Expand Down Expand Up @@ -3295,7 +3295,7 @@ <h4 class="name" id="setFill">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
4 changes: 2 additions & 2 deletions DragObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ <h3 class="subsection-title">Extends</h3>
<ul>


<li>DisplayObject</li>
<li>Container</li>

</ul>

Expand Down Expand Up @@ -1420,7 +1420,7 @@ <h3 class="subsection-title">Extends</h3>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
10 changes: 5 additions & 5 deletions FancyButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -3018,8 +3018,8 @@ <h4 class="name" id="height">

<div class="description">
<p>Sets height of a FancyButtons state views.
If nineSlicePlane is set, then height will be set to nineSlicePlanes of a views.
If nineSlicePlane is not set, then height will control components height as Container.</p>
If nineSliceSprite is set, then height will be set to nineSliceSprites of a views.
If nineSliceSprite is not set, then height will control components height as Container.</p>
</div>


Expand Down Expand Up @@ -4038,8 +4038,8 @@ <h4 class="name" id="width">

<div class="description">
<p>Sets width of a FancyButtons state views.
If nineSlicePlane is set, then width will be set to nineSlicePlanes of a views.
If nineSlicePlane is not set, then width will control components width as Container.</p>
If nineSliceSprite is set, then width will be set to nineSliceSprites of a views.
If nineSliceSprite is not set, then width will control components width as Container.</p>
</div>


Expand Down Expand Up @@ -5702,7 +5702,7 @@ <h4 class="name" id="updateView">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
16 changes: 8 additions & 8 deletions Input.html
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ <h4 class="name" id="constructor">

<td class="type">

Partial&lt;TextStyle&gt;
PixiTextStyle

</td>

Expand Down Expand Up @@ -1681,7 +1681,7 @@ <h4 class="name" id="constructor">

<tr>

<td class="name"><code>options.nineSlicePlane</code></td>
<td class="name"><code>options.nineSliceSprite</code></td>


<td class="type">
Expand All @@ -1695,7 +1695,7 @@ <h4 class="name" id="constructor">


<td class="description last">
<p>NineSlicePlane values for bg and fill ([number, number, number, number]).</p>
<p>NineSliceSprite values for bg and fill ([number, number, number, number]).</p>

</td>
</tr>
Expand Down Expand Up @@ -1838,8 +1838,8 @@ <h4 class="name" id="height">

<div class="description">
<p>Sets height of a Input.
If nineSlicePlane is set, then height will be set to nineSlicePlane.
If nineSlicePlane is not set, then height will control components height as Container.</p>
If nineSliceSprite is set, then height will be set to nineSliceSprite.
If nineSliceSprite is not set, then height will control components height as Container.</p>
</div>


Expand Down Expand Up @@ -2406,8 +2406,8 @@ <h4 class="name" id="width">

<div class="description">
<p>Sets width of a Input.
If nineSlicePlane is set, then width will be set to nineSlicePlane.
If nineSlicePlane is not set, then width will control components width as Container.</p>
If nineSliceSprite is set, then width will be set to nineSliceSprite.
If nineSliceSprite is not set, then width will control components width as Container.</p>
</div>


Expand Down Expand Up @@ -2518,7 +2518,7 @@ <h4 class="name" id="width">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
8 changes: 4 additions & 4 deletions List.html
Original file line number Diff line number Diff line change
Expand Up @@ -1376,12 +1376,12 @@ <h3>Example</h3>

<pre class="prettyprint"><code> const list = new List({
children: [
new Graphics().beginFill(0x000000).drawRect(0, 0, 50, 50),
new Graphics().beginFill(0xFFFFFF).drawRect(0, 0, 50, 50),
new Graphics().rect(0, 0, 50, 50).fill(0x000000),
new Graphics().rect(0, 0, 50, 50).fill(0xFFFFFF),
],
});

list.addChild(new Graphics().beginFill(0x000000).drawRect(0, 0, 50, 50));</code></pre>
list.addChild(new Graphics().rect(0, 0, 50, 50)).fill(0x000000);</code></pre>


</div>
Expand Down Expand Up @@ -2861,7 +2861,7 @@ <h4 class="name" id="removeItem">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions MaskedFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ <h3 class="subsection-title">Extends</h3>
<ul>


<li>Graphics</li>
<li>Container</li>

</ul>

Expand Down Expand Up @@ -1825,7 +1825,7 @@ <h4 class="name" id="setBorder">

<td class="type">

number
FillStyleInputs

</td>

Expand Down Expand Up @@ -2098,7 +2098,7 @@ <h4 class="name" id="showBorder">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
24 changes: 12 additions & 12 deletions ProgressBar.html
Original file line number Diff line number Diff line change
Expand Up @@ -1639,12 +1639,12 @@ <h4 class="name" id="constructor">

<tr>

<td class="name"><code>options.nineSlicePlane</code></td>
<td class="name"><code>options.nineSliceSprite</code></td>


<td class="type">

NineSlicePlane
NineSliceSprite

</td>

Expand All @@ -1661,15 +1661,15 @@ <h4 class="name" id="constructor">


<td class="description last">
<p>NineSlicePlane values for bg and fill.</p>
<p>NineSliceSprite values for bg and fill.</p>

</td>
</tr>


<tr>

<td class="name"><code>options.nineSlicePlane.bg</code></td>
<td class="name"><code>options.nineSliceSprite.bg</code></td>


<td class="type">
Expand All @@ -1691,15 +1691,15 @@ <h4 class="name" id="constructor">


<td class="description last">
<p>NineSlicePlane config for bg ([number, number, number, number]).</p>
<p>NineSliceSprite config for bg ([number, number, number, number]).</p>

</td>
</tr>


<tr>

<td class="name"><code>options.nineSlicePlane.fill</code></td>
<td class="name"><code>options.nineSliceSprite.fill</code></td>


<td class="type">
Expand All @@ -1721,7 +1721,7 @@ <h4 class="name" id="constructor">


<td class="description last">
<p>NineSlicePlane config fill ([number, number, number, number]).</p>
<p>NineSliceSprite config fill ([number, number, number, number]).</p>

</td>
</tr>
Expand Down Expand Up @@ -1889,8 +1889,8 @@ <h4 class="name" id="height">

<div class="description">
<p>Sets height of a ProgressBars background and fill.
If nineSlicePlane is set, then height will be set to nineSlicePlane.
If nineSlicePlane is not set, then height will control components height as Container.</p>
If nineSliceSprite is set, then height will be set to nineSliceSprite.
If nineSliceSprite is not set, then height will control components height as Container.</p>
</div>


Expand Down Expand Up @@ -2143,8 +2143,8 @@ <h4 class="name" id="width">

<div class="description">
<p>Sets width of a ProgressBars background and fill.
If nineSlicePlane is set, then width will be set to nineSlicePlane.
If nineSlicePlane is not set, then width will control components width as Container.</p>
If nineSliceSprite is set, then width will be set to nineSliceSprite.
If nineSliceSprite is not set, then width will control components width as Container.</p>
</div>


Expand Down Expand Up @@ -2794,7 +2794,7 @@ <h4 class="name" id="setFill">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion RadioGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ <h4 class="name" id="selectItem">

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:55:27 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Tue Jul 30 2024 12:57:23 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit 965b51c

Please sign in to comment.