Skip to content

Commit

Permalink
Deploying to gh-pages from @ b97533f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed May 23, 2024
1 parent f8c50ae commit 04b1ac5
Show file tree
Hide file tree
Showing 184 changed files with 310 additions and 396 deletions.
9 changes: 4 additions & 5 deletions Button.html
Original file line number Diff line number Diff line change
Expand Up @@ -1493,14 +1493,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 @@ -3049,7 +3048,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1358,8 +1358,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 @@ -1421,7 +1421,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -2568,7 +2568,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -2884,7 +2884,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1420,7 +1420,7 @@ <h4 class="name" id="constructor">

<td class="type">

number
ColorSource

</td>

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

<td class="type">

number
ColorSource

</td>

Expand Down Expand Up @@ -1953,7 +1953,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1417,8 +1417,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 @@ -2031,8 +2031,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 @@ -3170,7 +3170,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1360,7 +1360,7 @@ <h3 class="subsection-title">Extends</h3>
<ul>


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

</ul>

Expand Down Expand Up @@ -1406,7 +1406,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -3004,8 +3004,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 @@ -4024,8 +4024,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 @@ -5688,7 +5688,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1430,7 +1430,7 @@ <h4 class="name" id="constructor">

<td class="type">

Partial&lt;TextStyle&gt;
PixiTextStyle

</td>

Expand Down Expand Up @@ -1667,7 +1667,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 @@ -1681,7 +1681,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 @@ -1824,8 +1824,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 @@ -2392,8 +2392,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 @@ -2504,7 +2504,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1362,12 +1362,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 @@ -2847,7 +2847,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1371,7 +1371,7 @@ <h3 class="subsection-title">Extends</h3>
<ul>


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

</ul>

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

<td class="type">

number
FillStyleInputs

</td>

Expand Down Expand Up @@ -2084,7 +2084,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -1625,12 +1625,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 @@ -1647,15 +1647,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 @@ -1677,15 +1677,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 @@ -1707,7 +1707,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 @@ -1875,8 +1875,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 @@ -2129,8 +2129,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 @@ -2780,7 +2780,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 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 @@ -2129,7 +2129,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 Thu May 23 2024 08:48:09 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu May 23 2024 08:50:32 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit 04b1ac5

Please sign in to comment.