C# Class NativeUI.TimerBarPool

Show file Open project: Guad/NativeUI

Public Methods

Method Description
Add ( TimerBarBase timer ) : void
Draw ( ) : void
Remove ( TimerBarBase timer ) : void
TimerBarPool ( ) : System.Collections.Generic
ToList ( ) : List

Method Details

Add() public method

public Add ( TimerBarBase timer ) : void
timer TimerBarBase
return void

Draw() public method

public Draw ( ) : void
return void

Remove() public method

public Remove ( TimerBarBase timer ) : void
timer TimerBarBase
return void

TimerBarPool() public method

public TimerBarPool ( ) : System.Collections.Generic
return System.Collections.Generic

ToList() public method

public ToList ( ) : List
return List