Skip to content

Commit

Permalink
Deploying to gh-pages from @ a49222d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Apr 15, 2024
1 parent b00ed7a commit abc36ca
Show file tree
Hide file tree
Showing 182 changed files with 998 additions and 308 deletions.
21 changes: 17 additions & 4 deletions Button.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href="FancyButton.html#anchor">anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href="FancyButton.html#defaultIconScale">defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href="FancyButton.html#defaultTextScale">defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href="FancyButton.html#defaultView">defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href="FancyButton.html#_defaultIconScale">_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href="FancyButton.html#_defaultTextScale">_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href="FancyButton.html#options">options</a></li>

</ul>
Expand Down Expand Up @@ -1459,13 +1471,14 @@ <h3>Example</h3>
<pre class="prettyprint"><code> const container = new Container();
const button = new Button(
new Graphics()
.rect(0, 0, 100, 50, 15)
.fill(0xFFFFFF)
.beginFill(0xFFFFFF)
.drawRoundedRect(0, 0, 100, 50, 15)
);

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

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


</div>
Expand Down Expand Up @@ -3014,7 +3027,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
18 changes: 15 additions & 3 deletions ButtonContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

</ul>
Expand Down Expand Up @@ -1324,8 +1336,8 @@ <h3>Example</h3>

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

button.onPress.connect(() => console.log('onPress'));
Expand Down Expand Up @@ -1387,7 +1399,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
14 changes: 13 additions & 1 deletion ButtonEvents.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

</ul>
Expand Down Expand Up @@ -2534,7 +2546,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
14 changes: 13 additions & 1 deletion CheckBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

</ul>
Expand Down Expand Up @@ -2850,7 +2862,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
18 changes: 15 additions & 3 deletions CircularProgressBar.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

</ul>
Expand Down Expand Up @@ -1386,7 +1398,7 @@ <h4 class="name" id="constructor">

<td class="type">

ColorSource
number

</td>

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

<td class="type">

ColorSource
number

</td>

Expand Down Expand Up @@ -1919,7 +1931,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
22 changes: 17 additions & 5 deletions DoubleSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

</ul>
Expand Down Expand Up @@ -1383,8 +1395,8 @@ <h4 class="name" id="height">

<div class="description">
<p>Sets height of a Sliders background and fill.
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>
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>
</div>


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

<div class="description">
<p>Sets width of a Sliders background and fill.
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>
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>
</div>


Expand Down Expand Up @@ -3136,7 +3148,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
16 changes: 14 additions & 2 deletions DragObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.anchor"><a href=FancyButton.html#anchor>anchor</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultIconScale"><a href=FancyButton.html#defaultIconScale>defaultIconScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultTextScale"><a href=FancyButton.html#defaultTextScale>defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>

<li class="parent " data-name="FancyButton.defaultView"><a href=FancyButton.html#defaultView>defaultView</a></li>
Expand Down Expand Up @@ -508,6 +516,10 @@ <h3 class="applicationName"><a href="index.html">PixiJS UI</a></h3>

<li class="parent " data-name="FancyButton.width"><a href=FancyButton.html#width>width</a></li>

<li class="parent " data-name="FancyButton._defaultIconScale"><a href=FancyButton.html#_defaultIconScale>_defaultIconScale</a></li>

<li class="parent " data-name="FancyButton._defaultTextScale"><a href=FancyButton.html#_defaultTextScale>_defaultTextScale</a></li>

<li class="parent " data-name="FancyButton.options"><a href=FancyButton.html#options>options</a></li>

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


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

</ul>

Expand Down Expand Up @@ -1372,7 +1384,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 Mar 26 2024 21:38:56 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Mon Apr 15 2024 10:21:08 GMT+0000 (Coordinated Universal Time)
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit abc36ca

Please sign in to comment.