This commit is contained in:
neuecc
2020-06-17 18:41:38 +00:00
parent d2198bfa50
commit 46ef8c4fd5
144 changed files with 9626 additions and 9420 deletions

View File

@@ -108,6 +108,12 @@
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopHelper.html#Cysharp_Threading_Tasks_PlayerLoopHelper_IsMainThread">IsMainThread</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopHelper.html#Cysharp_Threading_Tasks_PlayerLoopHelper_MainThreadId">MainThreadId</a>
@@ -140,7 +146,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopHelper.html#Cysharp_Threading_Tasks_PlayerLoopHelper_AddContinuation_Cysharp_Threading_Tasks_PlayerLoopTiming_Action_">AddContinuation(PlayerLoopTiming, Action)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopHelper.html#Cysharp_Threading_Tasks_PlayerLoopHelper_AddContinuation_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Action_">AddContinuation(PlayerLoopTiming, Action)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -156,6 +162,36 @@
<h3 id="properties">Properties
</h3>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopHelper_IsMainThread_" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.IsMainThread*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopHelper_IsMainThread" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.IsMainThread">IsMainThread</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool IsMainThread { get; }</code></pre>
</div>
<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Boolean</span></dt>
<dd></dd>
</dl>
</section>
</section>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopHelper_MainThreadId_" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.MainThreadId*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopHelper_MainThreadId" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.MainThreadId">MainThreadId</h4>
<div class="markdown level1 summary"></div>
@@ -202,7 +238,7 @@
<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Threading.SynchronizationContext</span></dt>
<dt><span class="xref">SynchronizationContext</span></dt>
<dd></dd>
</dl>
</section>
@@ -251,7 +287,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopHelper_AddContinuation_" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.AddContinuation*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopHelper_AddContinuation_Cysharp_Threading_Tasks_PlayerLoopTiming_Action_" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.AddContinuation(Cysharp.Threading.Tasks.PlayerLoopTiming,Action)">AddContinuation(PlayerLoopTiming, Action)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopHelper_AddContinuation_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Action_" data-uid="Cysharp.Threading.Tasks.PlayerLoopHelper.AddContinuation(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Action)">AddContinuation(PlayerLoopTiming, Action)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -264,7 +300,7 @@
<dl class="cysharpdocfx-valuedefinition">
<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>continuation</code></span> <span class="xref">Action</span></dt>
<dt><span class="parametername"><code>continuation</code></span> <span class="xref">System.Action</span></dt>
<dd></dd>
</dl>
</section>