This commit is contained in:
neuecc
2024-02-04 14:21:23 +00:00
parent 1c266edce3
commit 5558728543
65 changed files with 5365 additions and 5334 deletions

View File

@@ -116,19 +116,19 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_MonoBehaviour_">ToUniTask(IEnumerator, MonoBehaviour)</a>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_MonoBehaviour_">ToUniTask(IEnumerator, MonoBehaviour)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_System_Collections_Generic_IEnumerator_System_Threading_CancellationToken_">WithCancellation(IEnumerator, CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_System_Threading_CancellationToken_">WithCancellation(IEnumerator, CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -184,7 +184,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask*"></a>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken)">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken)">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -195,7 +195,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.IEnumerator</span></dt>
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">IEnumerator</span></dt>
<dd></dd>
<dt><span class="parametername"><code>timing</code></span> <a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTiming.html">PlayerLoopTiming</a></dt>
<dd></dd>
@@ -225,7 +225,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask*"></a>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_MonoBehaviour_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour)">ToUniTask(IEnumerator, MonoBehaviour)</h4>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_MonoBehaviour_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,MonoBehaviour)">ToUniTask(IEnumerator, MonoBehaviour)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -236,7 +236,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.IEnumerator</span></dt>
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">IEnumerator</span></dt>
<dd></dd>
<dt><span class="parametername"><code>coroutineRunner</code></span> <span class="xref">MonoBehaviour</span></dt>
<dd></dd>
@@ -264,7 +264,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation*"></a>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_System_Collections_Generic_IEnumerator_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken)">WithCancellation(IEnumerator, CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,System.Threading.CancellationToken)">WithCancellation(IEnumerator, CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -275,7 +275,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.IEnumerator</span></dt>
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">IEnumerator</span></dt>
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>