Skip to content

Commit 420e5fb

Browse files
committed
deploy: 5e0c4f4
1 parent a7a2c20 commit 420e5fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+675
-675
lines changed

core_bindings/globals.html

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

core_bindings/types.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ <h2 id="available-types"><a class="header" href="#available-types">Available Typ
834834
<tr><td><a href="././types/optionu32.html"><code>Option&lt;u32&gt;</code></a></td><td>No Documentation 🚧</td></tr>
835835
<tr><td><a href="././types/optionusize.html"><code>Option&lt;usize&gt;</code></a></td><td>No Documentation 🚧</td></tr>
836836
<tr><td><a href="././types/smallvectypeid(0x3d9732c7d8c1483a5dd3522214412e2d).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
837-
<tr><td><a href="././types/smallvectypeid(0x47ddaf3df6009e0538eb76ffb572550f).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
838-
<tr><td><a href="././types/smallvectypeid(0xc8dcee8ad63e55fb8aca4f310135a936).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
837+
<tr><td><a href="././types/smallvectypeid(0xb53f7280657c32087143c49127ae065f).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
838+
<tr><td><a href="././types/smallvectypeid(0x7524bb95ca52eb905e1d511c283a38e4).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
839839
<tr><td><a href="././types/smallvectypeid(0x1100952031e6e64f284e9a3b522b9e0d).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
840840
<tr><td><a href="././types/smallvectypeid(0xc02b4f0291ef0aad60339b7367f351ef).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
841841
<tr><td><a href="././types/vec(bevy_ecs::entity::entity,_bevy_picking::backend::hitdata).html"><code>Vec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>

core_bindings/types/reflectreference.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,18 @@ <h2 id="description"><a class="header" href="#description">Description</a></h2>
197197
<h2 id="associated-functions"><a class="header" href="#associated-functions">Associated Functions</a></h2>
198198
<p>For function details and documentation, click on the function link.</p>
199199
<div class="table-wrapper"><table><thead><tr><th>Function</th><th>Summary</th></tr></thead><tbody>
200-
<tr><td><a href="./reflectreference/remove.html">remove</a></td><td>Removes the value at the specified key from the reference, if the reference is an appropriate contai...</td></tr>
200+
<tr><td><a href="./reflectreference/push.html">push</a></td><td>Pushes the value into the reference, if the reference is an appropriate container type.</td></tr>
201201
<tr><td><a href="./reflectreference/len.html">len</a></td><td>Retrieves the length of the reference, if the reference is an appropriate container type.</td></tr>
202-
<tr><td><a href="./reflectreference/map_get.html">map_get</a></td><td>Gets and clones the value under the specified key if the underlying type is a map type.</td></tr>
203-
<tr><td><a href="./reflectreference/display_value.html">display_value</a></td><td>Displays the "value" of this reference This is useful for debugging and logging.</td></tr>
204-
<tr><td><a href="./reflectreference/variant_name.html">variant_name</a></td><td>If this type is an enum, will return the name of the variant it represents on the type.</td></tr>
205202
<tr><td><a href="./reflectreference/display_ref.html">display_ref</a></td><td>Displays this reference without printing the exact contents. This is useful for debugging and loggi...</td></tr>
203+
<tr><td><a href="./reflectreference/pop.html">pop</a></td><td>Pops the value from the reference, if the reference is an appropriate container type.</td></tr>
204+
<tr><td><a href="./reflectreference/variant_name.html">variant_name</a></td><td>If this type is an enum, will return the name of the variant it represents on the type.</td></tr>
206205
<tr><td><a href="./reflectreference/iter.html">iter</a></td><td>Iterates over the reference, if the reference is an appropriate container type. Returns an "next" i...</td></tr>
206+
<tr><td><a href="./reflectreference/functions.html">functions</a></td><td>Lists the functions available on the reference.</td></tr>
207207
<tr><td><a href="./reflectreference/insert.html">insert</a></td><td>Inserts the value into the reference at the specified index, if the reference is an appropriate cont...</td></tr>
208208
<tr><td><a href="./reflectreference/clear.html">clear</a></td><td>Clears the container, if the reference is an appropriate container type.</td></tr>
209-
<tr><td><a href="./reflectreference/pop.html">pop</a></td><td>Pops the value from the reference, if the reference is an appropriate container type.</td></tr>
210-
<tr><td><a href="./reflectreference/push.html">push</a></td><td>Pushes the value into the reference, if the reference is an appropriate container type.</td></tr>
211-
<tr><td><a href="./reflectreference/functions.html">functions</a></td><td>Lists the functions available on the reference.</td></tr>
209+
<tr><td><a href="./reflectreference/remove.html">remove</a></td><td>Removes the value at the specified key from the reference, if the reference is an appropriate contai...</td></tr>
210+
<tr><td><a href="./reflectreference/map_get.html">map_get</a></td><td>Gets and clones the value under the specified key if the underlying type is a map type.</td></tr>
211+
<tr><td><a href="./reflectreference/display_value.html">display_value</a></td><td>Displays the "value" of this reference This is useful for debugging and logging.</td></tr>
212212
</tbody></table>
213213
</div>
214214
</main>
@@ -219,7 +219,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
219219
<i class="fa fa-angle-left"></i>
220220
</a>
221221

222-
<a rel="next prefetch" href="../../core_bindings/types/reflectreference/remove.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
222+
<a rel="next prefetch" href="../../core_bindings/types/reflectreference/push.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
223223
<i class="fa fa-angle-right"></i>
224224
</a>
225225

@@ -233,7 +233,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
233233
<i class="fa fa-angle-left"></i>
234234
</a>
235235

236-
<a rel="next prefetch" href="../../core_bindings/types/reflectreference/remove.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
236+
<a rel="next prefetch" href="../../core_bindings/types/reflectreference/push.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
237237
<i class="fa fa-angle-right"></i>
238238
</a>
239239
</nav>

core_bindings/types/reflectreference/clear.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
207207
<i class="fa fa-angle-left"></i>
208208
</a>
209209

210-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/pop.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
210+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/remove.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211211
<i class="fa fa-angle-right"></i>
212212
</a>
213213

@@ -221,7 +221,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
221221
<i class="fa fa-angle-left"></i>
222222
</a>
223223

224-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/pop.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
224+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/remove.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225225
<i class="fa fa-angle-right"></i>
226226
</a>
227227
</nav>

core_bindings/types/reflectreference/display_ref.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
204204

205205
<nav class="nav-wrapper" aria-label="Page navigation">
206206
<!-- Mobile navigation buttons -->
207-
<a rel="prev" href="../../../core_bindings/types/reflectreference/variant_name.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
207+
<a rel="prev" href="../../../core_bindings/types/reflectreference/len.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
208208
<i class="fa fa-angle-left"></i>
209209
</a>
210210

211-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/iter.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/pop.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212212
<i class="fa fa-angle-right"></i>
213213
</a>
214214

@@ -218,11 +218,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
218218
</div>
219219

220220
<nav class="nav-wide-wrapper" aria-label="Page navigation">
221-
<a rel="prev" href="../../../core_bindings/types/reflectreference/variant_name.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
221+
<a rel="prev" href="../../../core_bindings/types/reflectreference/len.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
222222
<i class="fa fa-angle-left"></i>
223223
</a>
224224

225-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/iter.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/pop.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226226
<i class="fa fa-angle-right"></i>
227227
</a>
228228
</nav>

core_bindings/types/reflectreference/display_value.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
208208
<i class="fa fa-angle-left"></i>
209209
</a>
210210

211-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/variant_name.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211+
<a rel="next prefetch" href="../../../core_bindings/types/scriptcomponentregistration.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212212
<i class="fa fa-angle-right"></i>
213213
</a>
214214

@@ -222,7 +222,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
222222
<i class="fa fa-angle-left"></i>
223223
</a>
224224

225-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/variant_name.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225+
<a rel="next prefetch" href="../../../core_bindings/types/scriptcomponentregistration.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226226
<i class="fa fa-angle-right"></i>
227227
</a>
228228
</nav>

core_bindings/types/reflectreference/functions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
203203

204204
<nav class="nav-wrapper" aria-label="Page navigation">
205205
<!-- Mobile navigation buttons -->
206-
<a rel="prev" href="../../../core_bindings/types/reflectreference/push.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
206+
<a rel="prev" href="../../../core_bindings/types/reflectreference/iter.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
207207
<i class="fa fa-angle-left"></i>
208208
</a>
209209

210-
<a rel="next prefetch" href="../../../core_bindings/types/scriptcomponentregistration.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
210+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/insert.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211211
<i class="fa fa-angle-right"></i>
212212
</a>
213213

@@ -217,11 +217,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
217217
</div>
218218

219219
<nav class="nav-wide-wrapper" aria-label="Page navigation">
220-
<a rel="prev" href="../../../core_bindings/types/reflectreference/push.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
220+
<a rel="prev" href="../../../core_bindings/types/reflectreference/iter.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
221221
<i class="fa fa-angle-left"></i>
222222
</a>
223223

224-
<a rel="next prefetch" href="../../../core_bindings/types/scriptcomponentregistration.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
224+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/insert.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225225
<i class="fa fa-angle-right"></i>
226226
</a>
227227
</nav>

core_bindings/types/reflectreference/insert.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
205205

206206
<nav class="nav-wrapper" aria-label="Page navigation">
207207
<!-- Mobile navigation buttons -->
208-
<a rel="prev" href="../../../core_bindings/types/reflectreference/iter.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
208+
<a rel="prev" href="../../../core_bindings/types/reflectreference/functions.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
209209
<i class="fa fa-angle-left"></i>
210210
</a>
211211

@@ -219,7 +219,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
219219
</div>
220220

221221
<nav class="nav-wide-wrapper" aria-label="Page navigation">
222-
<a rel="prev" href="../../../core_bindings/types/reflectreference/iter.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
222+
<a rel="prev" href="../../../core_bindings/types/reflectreference/functions.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
223223
<i class="fa fa-angle-left"></i>
224224
</a>
225225

core_bindings/types/reflectreference/iter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
205205

206206
<nav class="nav-wrapper" aria-label="Page navigation">
207207
<!-- Mobile navigation buttons -->
208-
<a rel="prev" href="../../../core_bindings/types/reflectreference/display_ref.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
208+
<a rel="prev" href="../../../core_bindings/types/reflectreference/variant_name.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
209209
<i class="fa fa-angle-left"></i>
210210
</a>
211211

212-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/insert.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/functions.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
213213
<i class="fa fa-angle-right"></i>
214214
</a>
215215

@@ -219,11 +219,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
219219
</div>
220220

221221
<nav class="nav-wide-wrapper" aria-label="Page navigation">
222-
<a rel="prev" href="../../../core_bindings/types/reflectreference/display_ref.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
222+
<a rel="prev" href="../../../core_bindings/types/reflectreference/variant_name.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
223223
<i class="fa fa-angle-left"></i>
224224
</a>
225225

226-
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/insert.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226+
<a rel="next prefetch" href="../../../core_bindings/types/reflectreference/functions.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
227227
<i class="fa fa-angle-right"></i>
228228
</a>
229229
</nav>

0 commit comments

Comments
 (0)