C# 클래스 RAGENativeUI.Elements.TimerBarPool

파일 보기 프로젝트 열기: alexguirre/RAGENativeUI 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TimerBarBase timer ) : void
Draw ( ) : void
Remove ( TimerBarBase timer ) : void
TimerBarPool ( ) : System.Collections.Generic
ToList ( ) : List

메소드 상세

Add() 공개 메소드

public Add ( TimerBarBase timer ) : void
timer TimerBarBase
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( TimerBarBase timer ) : void
timer TimerBarBase
리턴 void

TimerBarPool() 공개 메소드

public TimerBarPool ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToList() 공개 메소드

public ToList ( ) : List
리턴 List