mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
deploy: 73d86259ce
This commit is contained in:
@@ -116,19 +116,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_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_System_Collections_Generic_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_IEnumerator_MonoBehaviour_">ToUniTask(IEnumerator, MonoBehaviour)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_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_IEnumerator_System_Threading_CancellationToken_">WithCancellation(IEnumerator, CancellationToken)</a>
|
||||
<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>
|
||||
</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_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken)">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</h4>
|
||||
<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>
|
||||
<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.IEnumerator</span></dt>
|
||||
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.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_IEnumerator_MonoBehaviour_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,MonoBehaviour)">ToUniTask(IEnumerator, MonoBehaviour)</h4>
|
||||
<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>
|
||||
<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.IEnumerator</span></dt>
|
||||
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.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_IEnumerator_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.IEnumerator,System.Threading.CancellationToken)">WithCancellation(IEnumerator, CancellationToken)</h4>
|
||||
<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>
|
||||
<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.IEnumerator</span></dt>
|
||||
<dt><span class="parametername"><code>enumerator</code></span> <span class="xref">System.Collections.Generic.IEnumerator</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
|
||||
Reference in New Issue
Block a user