C# Class xnapunk.task.RepeatingTask

Inheritance: System.Threading.Task
Mostra file Open project: Gnoll/XNAPunk

Public Methods

Method Description
RepeatingTask ( TaskFn fn, int delay, int lifetime, object state ) : System
tick ( ) : void

Protected Methods

Method Description
finish ( ) : void

Method Details

RepeatingTask() public method

public RepeatingTask ( TaskFn fn, int delay, int lifetime, object state ) : System
fn TaskFn
delay int
lifetime int
state object
return System

finish() protected method

protected finish ( ) : void
return void

tick() public method

public tick ( ) : void
return void