Skip to content

Commit

Permalink
deploy: 1c5a152
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruemena committed Dec 30, 2023
1 parent fc37acd commit a2e0937
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/RueI.CharacterLengths.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 id="RueI_CharacterLengths" data-uid="RueI.CharacterLengths" class="text-brea
<dl><dt>Assembly</dt><dd>RueI.dll</dd></dl>
</div>

<div class="markdown summary"><p>Provides a variety of constant values.</p>
<div class="markdown summary"><p>Provides lengths for characters in hints.</p>
</div>
<div class="markdown conceptual"></div>

Expand Down
2 changes: 1 addition & 1 deletion api/RueI.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3 id="classes">
</h3>
<dl class="jumplist">
<dt><a class="xref" href="RueI.CharacterLengths.html">CharacterLengths</a></dt>
<dd><p>Provides a variety of constant values.</p>
<dd><p>Provides lengths for characters in hints.</p>
</dd>
</dl>
<dl class="jumplist">
Expand Down
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"api/RueI.CharacterLengths.html": {
"href": "api/RueI.CharacterLengths.html",
"title": "Class CharacterLengths | RueI",
"keywords": "Class CharacterLengths Namespace RueI Assembly RueI.dll Provides a variety of constant values. public static class CharacterLengths Inheritance object CharacterLengths Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Remarks This class is mosty designed for internal use within RueI. However, they can still be useful for external use. Properties Lengths Gets a IReadOnlyDictionary<TKey, TValue> of character sizes. public static IReadOnlyDictionary<char, float> Lengths { get; } Property Value IReadOnlyDictionary<char, float>"
"keywords": "Class CharacterLengths Namespace RueI Assembly RueI.dll Provides lengths for characters in hints. public static class CharacterLengths Inheritance object CharacterLengths Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Remarks This class is mosty designed for internal use within RueI. However, they can still be useful for external use. Properties Lengths Gets a IReadOnlyDictionary<TKey, TValue> of character sizes. public static IReadOnlyDictionary<char, float> Lengths { get; } Property Value IReadOnlyDictionary<char, float>"
},
"api/RueI.Constants.html": {
"href": "api/RueI.Constants.html",
Expand Down Expand Up @@ -677,7 +677,7 @@
"api/RueI.html": {
"href": "api/RueI.html",
"title": "Namespace RueI | RueI",
"keywords": "Namespace RueI Classes CharacterLengths Provides a variety of constant values. 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 Classes CharacterLengths Provides lengths for characters in hints. 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

0 comments on commit a2e0937

Please sign in to comment.