mirror of https://github.com/Cysharp/UniTask
deploy: 9b95f3b9f6
parent
afb827f0cf
commit
841ce7ce41
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncLazy<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncLazy Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncReactiveProperty<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUnit Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public struct AsyncUnit : IEquatable<AsyncUnit></code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly struct AsyncUnit : IEquatable<AsyncUnit></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -186,7 +186,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool Equals(AsyncUnit other)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool Equals(AsyncUnit other)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public override readonly int GetHashCode()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -255,7 +255,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public override readonly string ToString()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUnityEventHandler<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUnityEventHandler Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AutoResetUniTaskCompletionSource<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -247,7 +247,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public AutoResetUniTaskCompletionSource<T> NextNode { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ref AutoResetUniTaskCompletionSource<T> NextNode { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AutoResetUniTaskCompletionSource Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -220,7 +220,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public AutoResetUniTaskCompletionSource NextNode { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ref AutoResetUniTaskCompletionSource NextNode { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="CancellationTokenAwaitable.Awaiter Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -206,7 +206,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsCompleted { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool IsCompleted { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="CancellationTokenAwaitable Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="CancellationTokenEqualityComparer Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="CancellationTokenExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="CancellationTokenSourceExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Channel<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Channel<TWrite, TRead> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Channel Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ChannelClosedException Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ChannelReader<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ChannelWriter<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUniTaskMethodBuilder<T> Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -182,7 +182,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UniTask<T> Task { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly UniTask<T> Task { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUniTaskMethodBuilder Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -175,7 +175,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UniTask Task { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly UniTask Task { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncUniTaskVoidMethodBuilder Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -175,7 +175,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public UniTaskVoid Task { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly UniTaskVoid Task { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Cysharp.Threading.Tasks.CompilerServices Namespace
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="DelayType Enum
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="EnumerableAsyncExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="EnumeratorAsyncExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ExceptionExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncClickEventHandler Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncDeselectEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncEndEditEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncEndTextSelectionEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncReactiveProperty<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncSelectEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncSubmitEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncTextSelectionEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncValueChangedEventHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ICancelPromise Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IConnectableUniTaskAsyncEnumerable<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IPlayerLoopItem Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IPromise<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IPromise Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IReadOnlyAsyncReactiveProperty<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IRejectPromise Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IResolvePromise<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IResolvePromise Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ITaskPoolNode<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">T NextNode { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">ref T NextNode { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ITriggerHandler<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskAsyncDisposable Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskAsyncEnumerable<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskAsyncEnumerator<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskOrderedAsyncEnumerable<TElement> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskSource<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IUniTaskSource Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="InjectPlayerLoopTimings Enum
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="IAsyncWriter<T> Interface
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="UniTaskAsyncEnumerable Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -846,20 +846,6 @@
|
|||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__CancellationToken_">ForEachAsync<T>(IUniTaskAsyncEnumerable<T>, Func<T, UniTask>, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"><p>Obsolete(Error), Use Use ForEachAwaitAsync instead.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__CancellationToken_">ForEachAsync<T>(IUniTaskAsyncEnumerable<T>, Func<T, Int32, UniTask>, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"><p>Obsolete(Error), Use Use ForEachAwaitAsync instead.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAwaitAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__CancellationToken_">ForEachAwaitAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask>, CancellationToken)</a>
|
||||
|
@ -9159,106 +9145,6 @@
|
|||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync_" data-uid="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ForEachAsync*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__CancellationToken_" data-uid="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ForEachAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask},CancellationToken)">ForEachAsync<T>(IUniTaskAsyncEnumerable<T>, Func<T, UniTask>, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Obsolete(Error), Use Use ForEachAwaitAsync instead.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("Use ForEachAwaitAsync instead.", true)]
|
||||
public static UniTask ForEachAsync<T>(this IUniTaskAsyncEnumerable<T> source, Func<T, UniTask> action, CancellationToken cancellationToken = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>source</code></span> <a class="xref" href="Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable-1.html">IUniTaskAsyncEnumerable</a><T></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>action</code></span> <span class="xref">System.Func</span><T, <a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h5 class="typeParameters">Type Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>T</code></span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync_" data-uid="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ForEachAsync*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__CancellationToken_" data-uid="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ForEachAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask},CancellationToken)">ForEachAsync<T>(IUniTaskAsyncEnumerable<T>, Func<T, Int32, UniTask>, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Obsolete(Error), Use Use ForEachAwaitAsync instead.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("Use ForEachAwaitAsync instead.", true)]
|
||||
public static UniTask ForEachAsync<T>(this IUniTaskAsyncEnumerable<T> source, Func<T, int, UniTask> action, CancellationToken cancellationToken = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>source</code></span> <a class="xref" href="Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable-1.html">IUniTaskAsyncEnumerable</a><T></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>action</code></span> <span class="xref">System.Func</span><T, <span class="xref">System.Int32</span>, <a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a>></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h5 class="typeParameters">Type Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>T</code></span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ForEachAwaitAsync_" data-uid="Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ForEachAwaitAsync*"></a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Cysharp.Threading.Tasks.Linq Namespace
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="MoveNextSource Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="PlayerLoopHelper Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -324,7 +324,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(ref PlayerLoopSystem playerLoop, InjectPlayerLoopTimings injectTimings = InjectPlayerLoopTimings.All | InjectPlayerLoopTimings.Standard | InjectPlayerLoopTimings.Minimum | InjectPlayerLoopTimings.Initialization | InjectPlayerLoopTimings.LastInitialization | InjectPlayerLoopTimings.EarlyUpdate | InjectPlayerLoopTimings.LastEarlyUpdate | InjectPlayerLoopTimings.FixedUpdate | InjectPlayerLoopTimings.LastFixedUpdate | InjectPlayerLoopTimings.PreUpdate | InjectPlayerLoopTimings.LastPreUpdate | InjectPlayerLoopTimings.Update | InjectPlayerLoopTimings.LastUpdate | InjectPlayerLoopTimings.PreLateUpdate | InjectPlayerLoopTimings.LastPreLateUpdate | InjectPlayerLoopTimings.PostLateUpdate | InjectPlayerLoopTimings.LastPostLateUpdate)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(ref PlayerLoopSystem playerLoop, InjectPlayerLoopTimings injectTimings = InjectPlayerLoopTimings.All)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="PlayerLoopTimer Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="PlayerLoopTiming Enum
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Progress Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ReadOnlyAsyncReactiveProperty<T> Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ReturnToSynchronizationContext.Awaiter Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -216,7 +216,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsCompleted { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool IsCompleted { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="ReturnToSynchronizationContext Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="StateExtensions Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToSynchronizationContextAwaitable.Awaiter Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -208,7 +208,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsCompleted { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool IsCompleted { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToSynchronizationContextAwaitable Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToTaskPoolAwaitable.Awaiter Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -156,7 +156,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsCompleted { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool IsCompleted { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToTaskPoolAwaitable Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToThreadPoolAwaitable.Awaiter Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -156,7 +156,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsCompleted { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly bool IsCompleted { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="SwitchToThreadPoolAwaitable Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="TaskPool<T> Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -153,7 +153,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int Size { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public readonly int Size { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="TaskPool Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="TaskTracker Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="TimeoutController Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="TriggerEvent<T> Struct
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncAnimatorIKTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncAnimatorMoveTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncApplicationFocusTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncApplicationPauseTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncApplicationQuitTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncAudioFilterReadTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncAwakeTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncBecameInvisibleTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncBecameVisibleTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncBeforeTransformParentChangedTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncBeginDragTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncBeginDragTrigger : AsyncTriggerBase<PointerEventData>, IUniTaskAsyncEnumerable<PointerEventData>, IBeginDragHandler</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncBeginDragTrigger : AsyncTriggerBase<PointerEventData>, IUniTaskAsyncEnumerable<PointerEventData></code></pre>
|
||||
</div>
|
||||
|
||||
<div class="inheritance">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCancelTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncCancelTrigger : AsyncTriggerBase<BaseEventData>, IUniTaskAsyncEnumerable<BaseEventData>, ICancelHandler</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncCancelTrigger : AsyncTriggerBase<BaseEventData>, IUniTaskAsyncEnumerable<BaseEventData></code></pre>
|
||||
</div>
|
||||
|
||||
<div class="inheritance">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionEnter2DTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionEnterTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionExit2DTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionExitTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionStay2DTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncCollisionStayTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncControllerColliderHitTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncDeselectTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncDeselectTrigger : AsyncTriggerBase<BaseEventData>, IUniTaskAsyncEnumerable<BaseEventData>, IDeselectHandler</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncDeselectTrigger : AsyncTriggerBase<BaseEventData>, IUniTaskAsyncEnumerable<BaseEventData></code></pre>
|
||||
</div>
|
||||
|
||||
<div class="inheritance">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncDestroyTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncDisableTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="AsyncDragTrigger Class
|
||||
| UniTask ">
|
||||
<meta name="generator" content="docfx 2.51.0.0">
|
||||
<meta name="generator" content="docfx 2.59.2.0">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="markdown level0 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncDragTrigger : AsyncTriggerBase<PointerEventData>, IUniTaskAsyncEnumerable<PointerEventData>, IDragHandler</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class AsyncDragTrigger : AsyncTriggerBase<PointerEventData>, IUniTaskAsyncEnumerable<PointerEventData></code></pre>
|
||||
</div>
|
||||
|
||||
<div class="inheritance">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue