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

@@ -93,6 +93,7 @@
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></div>
<div><a class="xref" href="Cysharp.Threading.Tasks.IPlayerLoopItem.html">IPlayerLoopItem</a></div>
</div>
@@ -114,7 +115,7 @@
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer__ctor_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_">PlayerLoopTimer(Boolean, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer__ctor_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_">PlayerLoopTimer(Boolean, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -132,7 +133,7 @@
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_Create_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_">Create(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_Create_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_">Create(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -150,7 +151,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_ResetCore_System_Nullable_TimeSpan__">ResetCore(Nullable&lt;TimeSpan&gt;)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_ResetCore_System_Nullable_System_TimeSpan__">ResetCore(Nullable&lt;TimeSpan&gt;)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -163,14 +164,14 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_Restart_TimeSpan_">Restart(TimeSpan)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_Restart_System_TimeSpan_">Restart(TimeSpan)</a>
</td>
<td class="markdown level1 summary"><p>Restart(Reset and Start) and change interval.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_StartNew_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_">StartNew(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
<a class="xref" href="Cysharp.Threading.Tasks.PlayerLoopTimer.html#Cysharp_Threading_Tasks_PlayerLoopTimer_StartNew_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_">StartNew(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -206,7 +207,7 @@
</h3>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopTimer__ctor_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.#ctor*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer__ctor_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.#ctor(System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,Action{System.Object},System.Object)">PlayerLoopTimer(Boolean, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer__ctor_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.#ctor(System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Action{System.Object},System.Object)">PlayerLoopTimer(Boolean, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -223,7 +224,7 @@
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dd></dd>
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
<dd></dd>
@@ -246,7 +247,7 @@
</h3>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopTimer_Create_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Create*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_Create_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Create(TimeSpan,System.Boolean,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,Action{System.Object},System.Object)">Create(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_Create_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Create(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Action{System.Object},System.Object)">Create(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -257,7 +258,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>interval</code></span> <span class="xref">TimeSpan</span></dt>
<dt><span class="parametername"><code>interval</code></span> <span class="xref">System.TimeSpan</span></dt>
<dd></dd>
<dt><span class="parametername"><code>periodic</code></span> <span class="xref">System.Boolean</span></dt>
<dd></dd>
@@ -267,7 +268,7 @@
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dd></dd>
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
<dd></dd>
@@ -348,7 +349,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopTimer_ResetCore_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.ResetCore*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_ResetCore_System_Nullable_TimeSpan__" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.ResetCore(System.Nullable{TimeSpan})">ResetCore(Nullable&lt;TimeSpan&gt;)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_ResetCore_System_Nullable_System_TimeSpan__" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.ResetCore(System.Nullable{System.TimeSpan})">ResetCore(Nullable&lt;TimeSpan&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -359,7 +360,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>newInterval</code></span> <span class="xref">System.Nullable</span>&lt;<span class="xref">TimeSpan</span>&gt;</dt>
<dt><span class="parametername"><code>newInterval</code></span> <span class="xref">System.Nullable</span>&lt;<span class="xref">System.TimeSpan</span>&gt;</dt>
<dd></dd>
</dl>
</section>
@@ -402,7 +403,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopTimer_Restart_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Restart*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_Restart_TimeSpan_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Restart(TimeSpan)">Restart(TimeSpan)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_Restart_System_TimeSpan_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.Restart(System.TimeSpan)">Restart(TimeSpan)</h4>
<div class="markdown level1 summary"><p>Restart(Reset and Start) and change interval.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -414,7 +415,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>interval</code></span> <span class="xref">TimeSpan</span></dt>
<dt><span class="parametername"><code>interval</code></span> <span class="xref">System.TimeSpan</span></dt>
<dd></dd>
</dl>
</section>
@@ -433,7 +434,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_PlayerLoopTimer_StartNew_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.StartNew*"></a>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_StartNew_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.StartNew(TimeSpan,System.Boolean,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,Action{System.Object},System.Object)">StartNew(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<h4 id="Cysharp_Threading_Tasks_PlayerLoopTimer_StartNew_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.PlayerLoopTimer.StartNew(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Action{System.Object},System.Object)">StartNew(TimeSpan, Boolean, DelayType, PlayerLoopTiming, CancellationToken, Action&lt;Object&gt;, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -444,7 +445,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>interval</code></span> <span class="xref">TimeSpan</span></dt>
<dt><span class="parametername"><code>interval</code></span> <span class="xref">System.TimeSpan</span></dt>
<dd></dd>
<dt><span class="parametername"><code>periodic</code></span> <span class="xref">System.Boolean</span></dt>
<dd></dd>
@@ -454,7 +455,7 @@
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>timerCallback</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dd></dd>
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
<dd></dd>
@@ -538,6 +539,9 @@
</section>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</span>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.IPlayerLoopItem.html">IPlayerLoopItem</a>
</div>