C# Class GLSharp.Core.Timer

Inheritance: ITimer
Datei anzeigen Open project: colin-dumitru/GLSharp

Public Methods

Method Description
RequestAnimationFrame ( System.Action action ) : void
Start ( System.Action action, int interval, bool repeat ) : TimerHandle
Stop ( TimerHandle handle ) : void

Method Details

RequestAnimationFrame() public method

public RequestAnimationFrame ( System.Action action ) : void
action System.Action
return void

Start() public method

public Start ( System.Action action, int interval, bool repeat ) : TimerHandle
action System.Action
interval int
repeat bool
return TimerHandle

Stop() public method

public Stop ( TimerHandle handle ) : void
handle TimerHandle
return void