TaskLooper

Namespace: WellFired.Profile

Description

Properties

bool Playing { get; set; }

Public Methods

  TaskLooper ( IRuntimeTaskLooper runtimeTaskLooper, float interval = 0f )
void Play ( Action a )
void Stop ( )

Breakdown

  • bool Playing { get; set; }
  • void Play ( Action a )
  • void Stop ( )