<Type Name="UnityCoroutine" FullName="SpicyPixel.Threading.UnityCoroutine">
  <TypeSignature Language="C#" Value="public static class UnityCoroutine" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit UnityCoroutine extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>SpicyPixel.Threading.Unity</AssemblyName>
    <AssemblyVersion>1.0.5.34677</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>
            This static class exposes convenience coroutines specific to Unity that can be
            passed to a fiber or task.
            </summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members>
    <Member MemberName="RepeatForSeconds">
      <MemberSignature Language="C#" Value="public static System.Collections.IEnumerator RepeatForSeconds (Action&lt;float&gt; action, float seconds);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.IEnumerator RepeatForSeconds(class System.Action`1&lt;float32&gt; action, float32 seconds) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5.34677</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Collections.IEnumerator</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="action" Type="System.Action&lt;System.Single&gt;" />
        <Parameter Name="seconds" Type="System.Single" />
      </Parameters>
      <Docs>
        <param name="action">
            The action to execute.
            </param>
        <param name="seconds">
            The seconds to execute for at the scheduler frequency.
            </param>
        <summary>
            Convenience coroutine to repeat an action for the specified duration at the scheduler frequency.
            </summary>
        <returns>
            A <see cref="T:SpicyPixel.Threading.FiberInstruction" /></returns>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>
