Hierarchy

  • Options

Properties

Methods

Properties

recur?: ((this, task) => void)

Type declaration

    • (this, task): void
    • Schedules recurrent render shots execution.

      This is an implementation of recur method.

      Parameters

      • this: void
      • task: ((this) => void)

        A function that performs render shots execution. Will not be executed if there is no recurrent shots.

          • (this): void
          • Parameters

            • this: void

            Returns void

      Returns void

replace?: ((this, replacement) => void)

Type declaration

    • (this, replacement): void
    • Called right after reset method in order to inform on the queue that collects scheduled render shots from now.

      Parameters

      • this: void
      • replacement: RenderQueue

        A queue instance that collects scheduled render shots from now on.

      Returns void

Methods

  • Schedules queued render shots execution.

    This is an implementation of schedule method.

    Parameters

    • this: void
    • task: ((this) => void)

      A function that performs render shots execution.

        • (this): void
        • Parameters

          • this: void

          Returns void

    Returns void

Generated using TypeDoc