Skip to content

Commit

Permalink
deploy: 94fb0ae
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Feb 14, 2024
1 parent fd1fc57 commit c8da3b3
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 9 deletions.
42 changes: 40 additions & 2 deletions api/Cysharp.Threading.ILogicLooper.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,14 @@ <h4>Properties
<td>
<a class="xref" href="Cysharp.Threading.ILogicLooper.html#Cysharp_Threading_ILogicLooper_ApproximatelyRunningActions">ApproximatelyRunningActions</a>
</td>
<td class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<td class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.ILogicLooper.html#Cysharp_Threading_ILogicLooper_CurrentFrame">CurrentFrame</a>
</td>
<td class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -219,7 +226,7 @@ <h3 id="properties">Properties
<section>
<a id="Cysharp_Threading_ILogicLooper_ApproximatelyRunningActions_" data-uid="Cysharp.Threading.ILogicLooper.ApproximatelyRunningActions*"></a>
<h4 id="Cysharp_Threading_ILogicLooper_ApproximatelyRunningActions" data-uid="Cysharp.Threading.ILogicLooper.ApproximatelyRunningActions">ApproximatelyRunningActions</h4>
<div class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<div class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -246,6 +253,37 @@ <h5 class="propertyValue">Property Value</h5>



</section>
<section>
<a id="Cysharp_Threading_ILogicLooper_CurrentFrame_" data-uid="Cysharp.Threading.ILogicLooper.CurrentFrame*"></a>
<h4 id="Cysharp_Threading_ILogicLooper_CurrentFrame" data-uid="Cysharp.Threading.ILogicLooper.CurrentFrame">CurrentFrame</h4>
<div class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">long CurrentFrame { get; }</code></pre>
</div>





<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Int64</span></dt>
<dd></dd>
</dl>
</section>








</section>
<section>
<a id="Cysharp_Threading_ILogicLooper_Id_" data-uid="Cysharp.Threading.ILogicLooper.Id*"></a>
Expand Down
42 changes: 40 additions & 2 deletions api/Cysharp.Threading.LogicLooper.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,21 @@ <h4>Properties
<td>
<a class="xref" href="Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_ApproximatelyRunningActions">ApproximatelyRunningActions</a>
</td>
<td class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<td class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_Current">Current</a>
</td>
<td class="markdown level1 summary"><p>Gets a looper of the current thread.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_CurrentFrame">CurrentFrame</a>
</td>
<td class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -328,7 +335,7 @@ <h3 id="properties">Properties
<section>
<a id="Cysharp_Threading_LogicLooper_ApproximatelyRunningActions_" data-uid="Cysharp.Threading.LogicLooper.ApproximatelyRunningActions*"></a>
<h4 id="Cysharp_Threading_LogicLooper_ApproximatelyRunningActions" data-uid="Cysharp.Threading.LogicLooper.ApproximatelyRunningActions">ApproximatelyRunningActions</h4>
<div class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<div class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -386,6 +393,37 @@ <h5 class="propertyValue">Property Value</h5>



</section>
<section>
<a id="Cysharp_Threading_LogicLooper_CurrentFrame_" data-uid="Cysharp.Threading.LogicLooper.CurrentFrame*"></a>
<h4 id="Cysharp_Threading_LogicLooper_CurrentFrame" data-uid="Cysharp.Threading.LogicLooper.CurrentFrame">CurrentFrame</h4>
<div class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long CurrentFrame { get; }</code></pre>
</div>





<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Int64</span></dt>
<dd></dd>
</dl>
</section>








</section>
<section>
<a id="Cysharp_Threading_LogicLooper_Id_" data-uid="Cysharp.Threading.LogicLooper.Id*"></a>
Expand Down
42 changes: 40 additions & 2 deletions api/Cysharp.Threading.ManualLogicLooper.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@ <h4>Properties
<td>
<a class="xref" href="Cysharp.Threading.ManualLogicLooper.html#Cysharp_Threading_ManualLogicLooper_ApproximatelyRunningActions">ApproximatelyRunningActions</a>
</td>
<td class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<td class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.ManualLogicLooper.html#Cysharp_Threading_ManualLogicLooper_CurrentFrame">CurrentFrame</a>
</td>
<td class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -306,7 +313,7 @@ <h3 id="properties">Properties
<section>
<a id="Cysharp_Threading_ManualLogicLooper_ApproximatelyRunningActions_" data-uid="Cysharp.Threading.ManualLogicLooper.ApproximatelyRunningActions*"></a>
<h4 id="Cysharp_Threading_ManualLogicLooper_ApproximatelyRunningActions" data-uid="Cysharp.Threading.ManualLogicLooper.ApproximatelyRunningActions">ApproximatelyRunningActions</h4>
<div class="markdown level1 summary"><p>Gets an approximately count of running actions.</p>
<div class="markdown level1 summary"><p>Gets an approximate count of running actions.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -333,6 +340,37 @@ <h5 class="propertyValue">Property Value</h5>



</section>
<section>
<a id="Cysharp_Threading_ManualLogicLooper_CurrentFrame_" data-uid="Cysharp.Threading.ManualLogicLooper.CurrentFrame*"></a>
<h4 id="Cysharp_Threading_ManualLogicLooper_CurrentFrame" data-uid="Cysharp.Threading.ManualLogicLooper.CurrentFrame">CurrentFrame</h4>
<div class="markdown level1 summary"><p>Gets a current frame that elapsed since beginning the looper is started.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long CurrentFrame { get; }</code></pre>
</div>





<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Int64</span></dt>
<dd></dd>
</dl>
</section>








</section>
<section>
<a id="Cysharp_Threading_ManualLogicLooper_Id_" data-uid="Cysharp.Threading.ManualLogicLooper.Id*"></a>
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.ILogicLooper.html",
"hash": "ktVgKNLMPB3Gi0NSFHitD9815gcGlN+4MgaUtNJ5DuE="
"hash": "INTIKQECKRZBsm+jWjq8hiNiG9QnibZfNe3+/Cz8M2w="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -93,7 +93,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.LogicLooper.html",
"hash": "SS4Oz1JV64TdiANMFG6Srj1+jf3QrXZ0dAtcsWGm/Aw="
"hash": "JYIeodrFi0jqbwePjwK6ZgDBo0vrFZ9yVUwiB6+PU9k="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -225,7 +225,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.ManualLogicLooper.html",
"hash": "r40sR7MNvCZETsYXc6GuquCzS/iapc+k099Mtv8WK9o="
"hash": "Yt0bLhC+xW3/fREadsJ1+utOGk5n0KWKPE/e1keUeBQ="
}
},
"is_incremental": false,
Expand Down
39 changes: 39 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,19 @@ references:
isSpec: "True"
fullName: Cysharp.Threading.ILogicLooper.ApproximatelyRunningActions
nameWithType: ILogicLooper.ApproximatelyRunningActions
- uid: Cysharp.Threading.ILogicLooper.CurrentFrame
name: CurrentFrame
href: api/Cysharp.Threading.ILogicLooper.html#Cysharp_Threading_ILogicLooper_CurrentFrame
commentId: P:Cysharp.Threading.ILogicLooper.CurrentFrame
fullName: Cysharp.Threading.ILogicLooper.CurrentFrame
nameWithType: ILogicLooper.CurrentFrame
- uid: Cysharp.Threading.ILogicLooper.CurrentFrame*
name: CurrentFrame
href: api/Cysharp.Threading.ILogicLooper.html#Cysharp_Threading_ILogicLooper_CurrentFrame_
commentId: Overload:Cysharp.Threading.ILogicLooper.CurrentFrame
isSpec: "True"
fullName: Cysharp.Threading.ILogicLooper.CurrentFrame
nameWithType: ILogicLooper.CurrentFrame
- uid: Cysharp.Threading.ILogicLooper.Id
name: Id
href: api/Cysharp.Threading.ILogicLooper.html#Cysharp_Threading_ILogicLooper_Id
Expand Down Expand Up @@ -687,6 +700,19 @@ references:
isSpec: "True"
fullName: Cysharp.Threading.LogicLooper.Current
nameWithType: LogicLooper.Current
- uid: Cysharp.Threading.LogicLooper.CurrentFrame
name: CurrentFrame
href: api/Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_CurrentFrame
commentId: P:Cysharp.Threading.LogicLooper.CurrentFrame
fullName: Cysharp.Threading.LogicLooper.CurrentFrame
nameWithType: LogicLooper.CurrentFrame
- uid: Cysharp.Threading.LogicLooper.CurrentFrame*
name: CurrentFrame
href: api/Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_CurrentFrame_
commentId: Overload:Cysharp.Threading.LogicLooper.CurrentFrame
isSpec: "True"
fullName: Cysharp.Threading.LogicLooper.CurrentFrame
nameWithType: LogicLooper.CurrentFrame
- uid: Cysharp.Threading.LogicLooper.Dispose
name: Dispose()
href: api/Cysharp.Threading.LogicLooper.html#Cysharp_Threading_LogicLooper_Dispose
Expand Down Expand Up @@ -1389,6 +1415,19 @@ references:
isSpec: "True"
fullName: Cysharp.Threading.ManualLogicLooper.ApproximatelyRunningActions
nameWithType: ManualLogicLooper.ApproximatelyRunningActions
- uid: Cysharp.Threading.ManualLogicLooper.CurrentFrame
name: CurrentFrame
href: api/Cysharp.Threading.ManualLogicLooper.html#Cysharp_Threading_ManualLogicLooper_CurrentFrame
commentId: P:Cysharp.Threading.ManualLogicLooper.CurrentFrame
fullName: Cysharp.Threading.ManualLogicLooper.CurrentFrame
nameWithType: ManualLogicLooper.CurrentFrame
- uid: Cysharp.Threading.ManualLogicLooper.CurrentFrame*
name: CurrentFrame
href: api/Cysharp.Threading.ManualLogicLooper.html#Cysharp_Threading_ManualLogicLooper_CurrentFrame_
commentId: Overload:Cysharp.Threading.ManualLogicLooper.CurrentFrame
isSpec: "True"
fullName: Cysharp.Threading.ManualLogicLooper.CurrentFrame
nameWithType: ManualLogicLooper.CurrentFrame
- uid: Cysharp.Threading.ManualLogicLooper.Dispose
name: Dispose()
href: api/Cysharp.Threading.ManualLogicLooper.html#Cysharp_Threading_ManualLogicLooper_Dispose
Expand Down

0 comments on commit c8da3b3

Please sign in to comment.