RuntimeTaskLooper

Namespace: WellFired.Profile.Unity.Runtime

Implements: WellFired.Profile.Utils.IRuntimeTaskLooper

Description

Public Methods

void Play ( Action a, float interval )
void Stop ( )

Breakdown

  • void Play ( Action a, float interval )

    Description

    Allows to repeat an action over time at specified interval.

    Parameters

    a
    interval
  • void Stop ( )