Skip to content

Commit

Permalink
deploy: 9c9b9ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruemena committed Jan 5, 2024
1 parent 965caf6 commit 757ba0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions api/RueI.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="docfx:rel" content="../">



<meta name="docfx:docurl" content="https://github.com/Ruemena/RueI/blob/master/markdown/namespaces/RueI.md/#L2">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -89,7 +89,9 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="RueI" data-uid="RueI" class="text-break">Namespace RueI
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary">
<p>The <a href="./RueI.html">RueI</a> namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the <a href="./RueI.RueIMain.html">RueIMain</a> class that contains the <a href="./RueI.RueIMain.html?q=Ensure#RueI_RueIMain_EnsureInit">EnsureInit()</a> method, which should be called by any plugin using RueI upon being loaded.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>

Expand Down Expand Up @@ -149,6 +151,7 @@ <h3 id="interfaces">
</article>

<div class="contribution d-print-none">
<a href="https://github.com/Ruemena/RueI/blob/master/markdown/namespaces/RueI.md/#L2" class="edit-link">Edit this page</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"api/RueI.html": {
"href": "api/RueI.html",
"title": "Namespace RueI | RueI",
"keywords": "Namespace RueI Classes Constants Provides a variety of constant values. NonUnityProvider Provides non-Unity alternatives for the UnityProvider of the application. NonUnityProvider.TaskAsyncOperation Represents an async operation using a Task. RueIMain Represents the main class for RueI. Ruetility Provides helpful functions for dealing with elements and hints. UnityAlternative Defines the base class for a provider of methods that may or may not use Unity. UnityProvider Provides Unity methods for the application. UnityProvider.MECAsyncOperation Represents an async operation using a Task. Interfaces UnityAlternative.IAsyncOperation Represents a generalized handler for an async operation."
"keywords": "Namespace RueI The RueI namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the RueIMain class that contains the EnsureInit() method, which should be called by any plugin using RueI upon being loaded. Classes Constants Provides a variety of constant values. NonUnityProvider Provides non-Unity alternatives for the UnityProvider of the application. NonUnityProvider.TaskAsyncOperation Represents an async operation using a Task. RueIMain Represents the main class for RueI. Ruetility Provides helpful functions for dealing with elements and hints. UnityAlternative Defines the base class for a provider of methods that may or may not use Unity. UnityProvider Provides Unity methods for the application. UnityProvider.MECAsyncOperation Represents an async operation using a Task. Interfaces UnityAlternative.IAsyncOperation Represents a generalized handler for an async operation."
},
"api/eMEC.Cooldown.html": {
"href": "api/eMEC.Cooldown.html",
Expand Down
6 changes: 3 additions & 3 deletions markdown/namespaces/RueI.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<nav id="breadcrumb"></nav>
</div>

<article data-uid="">
<article data-uid="RueI">

<p>The <a href="./RueI.html">RueI</a> namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the <a href="./RueI.RueIMain.html">RueIMain</a> class that
contains the <a href="./RueI.RueIMain.html?q=Ensure#RueI_RueIMain_EnsureInit">EnsureInit()</a> method, which should be called by any plugin using RueI upon being loaded.</p>

<p>The <a href="./RueI.html">RueI</a> namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the <a href="./RueI.RueIMain.html">RueIMain</a> class that contains the <a href="./RueI.RueIMain.html?q=Ensure#RueI_RueIMain_EnsureInit">EnsureInit()</a> method, which should be called by any plugin using RueI upon being loaded.</p>

</article>

Expand Down

0 comments on commit 757ba0d

Please sign in to comment.