mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
deploy: 6b1d2c231a
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<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>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_CancellationToken_">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -128,7 +128,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_System_Threading_CancellationToken_">WithCancellation(IEnumerator, CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_CancellationToken_">WithCancellation(IEnumerator, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -184,12 +184,12 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask*"></a>
|
||||
<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>
|
||||
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,CancellationToken)">ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static UniTask ToUniTask(this IEnumerator enumerator, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static UniTask ToUniTask(this IEnumerator enumerator, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
@@ -199,7 +199,7 @@
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>timing</code></span> <a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTiming.html">PlayerLoopTiming</a></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -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_IEnumerator_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,System.Threading.CancellationToken)">WithCancellation(IEnumerator, CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_CancellationToken_" data-uid="Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,CancellationToken)">WithCancellation(IEnumerator, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<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>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user